@@ -4,6 +4,7 @@ allow_concurrent_steps: true
44build_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
910pipeline :
@@ -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