File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ variables:
99# TODO: Sign image using Cosign
1010# TODO: Use ARM64 workers and build image without QEMU: https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html
1111.build-and-push-gitlab :
12- image : docker:24.0.2
12+ image : docker:27.4
1313 services :
14- - docker:24.0.2 -dind
14+ - docker:27.4 -dind
1515 variables :
1616 DOCKER_BUILDKIT : 1
1717 DOCKER_PLATFORM : " linux/amd64"
@@ -34,9 +34,9 @@ variables:
3434
3535# Architectures are hardcoded for multiarch, need to make this better
3636.multiarch-manifest-gitlab :
37- image : docker:24.0.2
37+ image : docker:27.4
3838 services :
39- - docker:24.0.2 -dind
39+ - docker:27.4 -dind
4040 script :
4141 - docker manifest create $DOCKER_IMAGE_FULL_TAG \
4242 --amend $DOCKER_IMAGE_NAME:$DOCKER_IMAGE_TAG_PREFIX$DOCKER_IMAGE_TAG-amd64 \
@@ -45,12 +45,12 @@ variables:
4545 - docker manifest push $DOCKER_IMAGE_FULL_TAG
4646
4747.promote-image :
48- image : docker:24.0.2
48+ image : docker:27.4
4949 variables :
5050 PROMOTED_ENVIRONMENT : " dev"
5151 DOCKER_BUILDKIT : 1
5252 services :
53- - docker:24.0.2 -dind
53+ - docker:27.4 -dind
5454 script :
5555# - desired_format="%s"
5656# - export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" + "$desired_format")
You can’t perform that action at this time.
0 commit comments