Skip to content

Commit de9798f

Browse files
committed
Update docker image version
Signed-off-by: Federico Busetti <[email protected]>
1 parent dccdfb6 commit de9798f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab_ci/_templates.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)