Skip to content

Commit ddf32a6

Browse files
authored
Merge pull request #59 from woblerr/bump_copletion_script
2 parents 419b2d2 + c90f091 commit ddf32a6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on: [push, pull_request]
44

55
env:
6-
pgbackrest_completion_version: "v0.9"
6+
pgbackrest_completion_version: "v0.10"
77
build_platforms: "linux/amd64,linux/arm64"
88

99
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BACKREST_DOWNLOAD_URL = https://github.com/pgbackrest/pgbackrest/archive/release
55
BACKREST_GPDB_VERSIONS = 2.47_arenadata4 2.50_arenadata4 2.52_arenadata9
66
TAG_GPDB?=2.52_arenadata9
77
BACKREST_GPDB_DOWNLOAD_URL = https://github.com/arenadata/pgbackrest/archive
8-
BACKREST_COMP_VERSION?=v0.9
8+
BACKREST_COMP_VERSION?=v0.10
99
UID := $(shell id -u)
1010
GID := $(shell id -g)
1111

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ make build_version_alpine TAG=2.55.0
246246
or
247247

248248
```bash
249-
docker build -f Dockerfile --build-arg BACKREST_VERSION=2.55.0 --build-arg BACKREST_COMPLETION_VERSION=v0.9 -t pgbackrest:2.55.0 .
249+
docker build -f Dockerfile --build-arg BACKREST_VERSION=2.55.0 --build-arg BACKREST_COMPLETION_VERSION=v0.10 -t pgbackrest:2.55.0 .
250250
```
251251

252252
```bash
253-
docker build -f Dockerfile.alpine --build-arg BACKREST_VERSION=2.55.0 --build-arg BACKREST_COMPLETION_VERSION=v0.9 -t pgbackrest:2.55.0-alpine .
253+
docker build -f Dockerfile.alpine --build-arg BACKREST_VERSION=2.55.0 --build-arg BACKREST_COMPLETION_VERSION=v0.10 -t pgbackrest:2.55.0-alpine .
254254
```
255255

256256
### Build pgBackRest < `v2.51`
@@ -268,11 +268,11 @@ make build_version_alpine TAG=2.49
268268
or
269269

270270
```bash
271-
docker build -f Dockerfile_make --build-arg BACKREST_VERSION=2.49 --build-arg BACKREST_COMPLETION_VERSION=v0.9 -t pgbackrest:2.49 .
271+
docker build -f Dockerfile_make --build-arg BACKREST_VERSION=2.49 --build-arg BACKREST_COMPLETION_VERSION=v0.10 -t pgbackrest:2.49 .
272272
```
273273

274274
```bash
275-
docker build -f Dockerfile_make.alpine --build-arg BACKREST_VERSION=2.49 --build-arg BACKREST_COMPLETION_VERSION=v0.9 -t pgbackrest:2.49-alpine .
275+
docker build -f Dockerfile_make.alpine --build-arg BACKREST_VERSION=2.49 --build-arg BACKREST_COMPLETION_VERSION=v0.10 -t pgbackrest:2.49-alpine .
276276
```
277277

278278
## Build with Greenplum support

0 commit comments

Comments
 (0)