Merge branch 'andrey-bump-docker-version' into 'master'

Bump docker version in e2e images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/718

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Stan Hu 2023-08-29 17:00:53 +00:00
commit 4ed4b5fde8
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ stages:
variables:
DOCKER_HOST: tcp://docker:2375
BASE_BUILD_REGISTRY_IMAGE: registry.gitlab.com/gitlab-org/gitlab-build-images
DOCKER_VERSION: "23.0.1"
DOCKER_VERSION: "24.0.5"
dont-interrupt-me:
extends: .dont-interrupt-me

View file

@ -1,7 +1,7 @@
.install-qemu:
timeout: 4 hours # builds with emulation can take a long time to complete
tags:
- docker
- saas-linux-2xlarge-amd64 # use largest instance for better performance for arm64 builds
variables:
QEMU_IMAGE: tonistiigi/binfmt:qemu-v7.0.0
before_script:

View file

@ -24,7 +24,7 @@ e2e-docker:
extends:
- e2e
variables:
DOCKER: '23.0.1'
DOCKER: '24.0.5'
# Image with additional chrome installed
e2e-chrome: