Skip to content
Snippets Groups Projects
Verified Commit d4e29410 authored by Konrad Botor's avatar Konrad Botor
Browse files

Updated Docker to version 26.1.4

parent 9d46ad83
No related branches found
No related tags found
1 merge request!55Updated Docker to version 26.1.4
Pipeline #96493 passed
......@@ -77,7 +77,7 @@ lint_python_scripts:
.build_docker_image:
extends: .docker_image_builder_job_template
image: docker:24.0.1-cli
image: docker:26.1.4-cli
variables:
BUILD_TARGET: ""
before_script:
......@@ -113,7 +113,7 @@ build_docker_dind_image:
exists:
- Dockerfile.docker-dind
services:
- docker:24.0.1-dind
- docker:26.1.4-dind
build_docker_builder_image:
extends: .build_docker_image
......
# syntax=docker/dockerfile:1.4
FROM docker:24.0.1-cli AS docker-builder
FROM docker:26.1.4-cli AS docker-builder
RUN apk add --no-cache bash git coreutils ca-certificates curl sudo
RUN <<EOF
......
# To workaround a gitlab healthcheck bug, expose just single port.
# See https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29130#note_1028331564 and
# https://gitlab.com/search?search=Service+docker+dind+probably+didn%27t+start+properly&nav_source=navbar&project_id=250833&group_id=9970&scope=issues&sort=updated_desc
FROM docker:24.0.1-dind as upstream
FROM docker:26.1.4-dind as upstream
FROM scratch
......
version: '3.9'
services:
docker:
image: docker:20.10.21-dind
image: docker:26.1.4-dind
privileged: true
environment:
- DOCKER_TLS_CERTDIR=/certs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment