Skip to content

Commit 13c3f3a

Browse files
committed
Update PGOLDVERSIONS for internal pipeline build
1 parent 6a722f0 commit 13c3f3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

delivery.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ allow_concurrent_steps: true
44
build_env: &BUILD_ENV
55
BASE_IMAGE: container-registry.zalando.net/library/ubuntu-22.04
66
PGVERSION: 18
7+
PGOLDVERSIONS: "15 16 17"
78
MULTI_ARCH_REGISTRY: container-registry-test.zalando.net/acid
89

910
pipeline:
@@ -32,7 +33,7 @@ pipeline:
3233
docker buildx build --platform "linux/amd64,linux/arm64" \
3334
--build-arg PGVERSION="$PGVERSION" \
3435
--build-arg BASE_IMAGE="$BASE_IMAGE" \
35-
--build-arg PGOLDVERSIONS="14 15 16" \
36+
--build-arg PGOLDVERSIONS="$PGOLDVERSIONS" \
3637
-t "$ECR_TEST_IMAGE" \
3738
--push .
3839
@@ -61,7 +62,7 @@ pipeline:
6162
docker buildx build --platform "linux/amd64,linux/arm64" \
6263
--build-arg PGVERSION="$PGVERSION" \
6364
--build-arg BASE_IMAGE="$BASE_IMAGE" \
64-
--build-arg PGOLDVERSIONS="14 15 16" \
65+
--build-arg PGOLDVERSIONS="$PGOLDVERSIONS" \
6566
-t "$ECR_TEST_IMAGE" \
6667
--push .
6768
cdp-promote-image "$ECR_TEST_IMAGE"
@@ -92,7 +93,7 @@ pipeline:
9293
docker buildx build --platform "linux/amd64,linux/arm64" \
9394
--build-arg PGVERSION="$PGVERSION" \
9495
--build-arg BASE_IMAGE="$BASE_IMAGE" \
95-
--build-arg PGOLDVERSIONS="14 15 16" \
96+
--build-arg PGOLDVERSIONS="$PGOLDVERSIONS" \
9697
-t "$ECR_TEST_IMAGE" \
9798
--push .
9899
cdp-promote-image "$ECR_TEST_IMAGE"

0 commit comments

Comments
 (0)