mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update docker version in CI to 23.0.1
This commit is contained in:
parent
66ca240929
commit
d85bdc454a
1 changed files with 3 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ workflow:
|
|||
|
||||
default:
|
||||
interruptible: true
|
||||
image: ${BASE_BUILD_REGISTRY_IMAGE}/debian-bullseye-slim:docker-20.10.14-buildx-0.8
|
||||
image: ${BASE_BUILD_REGISTRY_IMAGE}/debian-bullseye-slim:docker-${DOCKER_VERSION}
|
||||
services:
|
||||
- docker:20.10.14-dind
|
||||
- docker:${DOCKER_VERSION}-dind
|
||||
before_script:
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||
tags:
|
||||
|
|
@ -34,6 +34,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"
|
||||
|
||||
dont-interrupt-me:
|
||||
extends: .dont-interrupt-me
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue