From 581a1cab9d3439411cbe49513ca3edbe82da17d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 01:14:39 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v28.3.2 --- 020_advanced/050_networks/docker-compose.context.yml | 2 +- 020_advanced/100_pod_with_docker/docker-compose.yaml | 2 +- 020_advanced/160_dockerfile/parallelization/Dockerfile | 2 +- .../190_image_build_optimization/.gitlab-ci.yml | 4 ++-- .../190_image_build_optimization/step12/.gitlab-ci.yml | 4 ++-- .../190_image_build_optimization/step13/.gitlab-ci.yml | 4 ++-- .../190_image_build_optimization/step14/.gitlab-ci.yml | 4 ++-- .../190_image_build_optimization/step15/.gitlab-ci.yml | 4 ++-- .../190_image_build_optimization/step16/.gitlab-ci.yml | 4 ++-- 080_ci_cd/01_introduction/.drone.yml | 2 +- 080_ci_cd/02_components/.drone.yml | 4 ++-- 080_ci_cd/03_base_derived/.drone.yml | 4 ++-- 080_ci_cd/04_dependencies/backend/.drone.yml | 2 +- 080_ci_cd/04_dependencies/base/.drone.yml | 2 +- 080_ci_cd/04_dependencies/frontenv/.drone.yml | 2 +- 080_ci_cd/05_fan-in/fan-in/.drone.yml | 2 +- 080_ci_cd/06_trigger/backend/.drone.yml | 2 +- 080_ci_cd/06_trigger/base/.drone.yml | 2 +- 080_ci_cd/06_trigger/frontend/.drone.yml | 2 +- 080_ci_cd/08_package/package/.drone.yml | 2 +- 080_ci_cd/09_testing/.drone.yml | 8 ++++---- 080_ci_cd/10_tagging/.drone.yml | 10 +++++----- 080_ci_cd/11_parameters/hello-world-docker/.drone.yml | 6 +++--- 080_ci_cd/12_registry/.drone.yml | 2 +- 080_ci_cd/tools/.drone.yml | 2 +- 110_ecosystem/reverse_proxy/docker-compose.yml | 2 +- 160_gitlab_ci/999_final/.gitlab-ci.yml | 4 ++-- infrastructure/kind-ingress/Dockerfile | 2 +- 28 files changed, 46 insertions(+), 46 deletions(-) diff --git a/020_advanced/050_networks/docker-compose.context.yml b/020_advanced/050_networks/docker-compose.context.yml index bcfa5f4e..2e2b2c70 100644 --- a/020_advanced/050_networks/docker-compose.context.yml +++ b/020_advanced/050_networks/docker-compose.context.yml @@ -2,7 +2,7 @@ version: "2" services: dood: - image: docker:27.3.1 + image: docker:28.3.2 command: [ "sh", "-c", "while true; do sleep 5; done" ] volumes: - /var/run/docker.sock:/var/run/docker.sock diff --git a/020_advanced/100_pod_with_docker/docker-compose.yaml b/020_advanced/100_pod_with_docker/docker-compose.yaml index ca530b25..4850a956 100644 --- a/020_advanced/100_pod_with_docker/docker-compose.yaml +++ b/020_advanced/100_pod_with_docker/docker-compose.yaml @@ -4,7 +4,7 @@ services: image: alpine:3.20.3 command: [ "sh", "-c", "while true; do sleep 5; done" ] dind: - image: docker:27.3.1-dind + image: docker:28.3.2-dind command: [ "dockerd", "--host", "tcp://127.0.0.1:2375" ] privileged: true network_mode: service:pod diff --git a/020_advanced/160_dockerfile/parallelization/Dockerfile b/020_advanced/160_dockerfile/parallelization/Dockerfile index 188de2d3..80570dab 100644 --- a/020_advanced/160_dockerfile/parallelization/Dockerfile +++ b/020_advanced/160_dockerfile/parallelization/Dockerfile @@ -1,4 +1,4 @@ -FROM docker:27.3.1 AS base +FROM docker:28.3.2 AS base RUN apk add --update-cache --no-cache \ git \ curl \ diff --git a/020_advanced/190_image_build_optimization/.gitlab-ci.yml b/020_advanced/190_image_build_optimization/.gitlab-ci.yml index 3c0a2a97..dd54d7e0 100644 --- a/020_advanced/190_image_build_optimization/.gitlab-ci.yml +++ b/020_advanced/190_image_build_optimization/.gitlab-ci.yml @@ -5,10 +5,10 @@ stages: - promote services: -- docker:27.3.1-dind +- docker:28.3.2-dind default: - image: docker:27.3.1 + image: docker:28.3.2 variables: DOCKER_BUILDKIT: 1 diff --git a/020_advanced/190_image_build_optimization/step12/.gitlab-ci.yml b/020_advanced/190_image_build_optimization/step12/.gitlab-ci.yml index b2d7b867..eb93e0fc 100644 --- a/020_advanced/190_image_build_optimization/step12/.gitlab-ci.yml +++ b/020_advanced/190_image_build_optimization/step12/.gitlab-ci.yml @@ -2,10 +2,10 @@ stages: - build services: -- docker:27.3.1-dind +- docker:28.3.2-dind default: - image: docker:27.3.1 + image: docker:28.3.2 variables: DOCKER_BUILDKIT: 1 diff --git a/020_advanced/190_image_build_optimization/step13/.gitlab-ci.yml b/020_advanced/190_image_build_optimization/step13/.gitlab-ci.yml index 827a443d..19243cca 100644 --- a/020_advanced/190_image_build_optimization/step13/.gitlab-ci.yml +++ b/020_advanced/190_image_build_optimization/step13/.gitlab-ci.yml @@ -4,10 +4,10 @@ stages: - promote services: -- docker:27.3.1-dind +- docker:28.3.2-dind default: - image: docker:27.3.1 + image: docker:28.3.2 variables: DOCKER_BUILDKIT: 1 diff --git a/020_advanced/190_image_build_optimization/step14/.gitlab-ci.yml b/020_advanced/190_image_build_optimization/step14/.gitlab-ci.yml index 7cc7a7f9..9f7a580a 100644 --- a/020_advanced/190_image_build_optimization/step14/.gitlab-ci.yml +++ b/020_advanced/190_image_build_optimization/step14/.gitlab-ci.yml @@ -4,10 +4,10 @@ stages: - promote services: -- docker:27.3.1-dind +- docker:28.3.2-dind default: - image: docker:27.3.1 + image: docker:28.3.2 variables: DOCKER_BUILDKIT: 1 diff --git a/020_advanced/190_image_build_optimization/step15/.gitlab-ci.yml b/020_advanced/190_image_build_optimization/step15/.gitlab-ci.yml index 9b46af61..2e4d059b 100644 --- a/020_advanced/190_image_build_optimization/step15/.gitlab-ci.yml +++ b/020_advanced/190_image_build_optimization/step15/.gitlab-ci.yml @@ -5,10 +5,10 @@ stages: - promote services: -- docker:27.3.1-dind +- docker:28.3.2-dind default: - image: docker:27.3.1 + image: docker:28.3.2 variables: DOCKER_BUILDKIT: 1 diff --git a/020_advanced/190_image_build_optimization/step16/.gitlab-ci.yml b/020_advanced/190_image_build_optimization/step16/.gitlab-ci.yml index 3c0a2a97..dd54d7e0 100644 --- a/020_advanced/190_image_build_optimization/step16/.gitlab-ci.yml +++ b/020_advanced/190_image_build_optimization/step16/.gitlab-ci.yml @@ -5,10 +5,10 @@ stages: - promote services: -- docker:27.3.1-dind +- docker:28.3.2-dind default: - image: docker:27.3.1 + image: docker:28.3.2 variables: DOCKER_BUILDKIT: 1 diff --git a/080_ci_cd/01_introduction/.drone.yml b/080_ci_cd/01_introduction/.drone.yml index f7f284ff..8e740faa 100644 --- a/080_ci_cd/01_introduction/.drone.yml +++ b/080_ci_cd/01_introduction/.drone.yml @@ -8,7 +8,7 @@ pipeline: - java HelloWorld docker: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/02_components/.drone.yml b/080_ci_cd/02_components/.drone.yml index 78e81aa4..4e6c7a98 100644 --- a/080_ci_cd/02_components/.drone.yml +++ b/080_ci_cd/02_components/.drone.yml @@ -1,14 +1,14 @@ pipeline: frontend: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker build --tag frontend frontend backend: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/03_base_derived/.drone.yml b/080_ci_cd/03_base_derived/.drone.yml index dce56708..8925c469 100644 --- a/080_ci_cd/03_base_derived/.drone.yml +++ b/080_ci_cd/03_base_derived/.drone.yml @@ -1,7 +1,7 @@ pipeline: base: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -9,7 +9,7 @@ pipeline: - docker push registry:5000/groot/base derived: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/04_dependencies/backend/.drone.yml b/080_ci_cd/04_dependencies/backend/.drone.yml index 3d874b13..72100775 100644 --- a/080_ci_cd/04_dependencies/backend/.drone.yml +++ b/080_ci_cd/04_dependencies/backend/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/04_dependencies/base/.drone.yml b/080_ci_cd/04_dependencies/base/.drone.yml index d2054558..174ffc74 100644 --- a/080_ci_cd/04_dependencies/base/.drone.yml +++ b/080_ci_cd/04_dependencies/base/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/04_dependencies/frontenv/.drone.yml b/080_ci_cd/04_dependencies/frontenv/.drone.yml index 384153d6..8176b1df 100644 --- a/080_ci_cd/04_dependencies/frontenv/.drone.yml +++ b/080_ci_cd/04_dependencies/frontenv/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/05_fan-in/fan-in/.drone.yml b/080_ci_cd/05_fan-in/fan-in/.drone.yml index fd2bc15d..0e498f0c 100644 --- a/080_ci_cd/05_fan-in/fan-in/.drone.yml +++ b/080_ci_cd/05_fan-in/fan-in/.drone.yml @@ -1,6 +1,6 @@ pipeline: fanin: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/06_trigger/backend/.drone.yml b/080_ci_cd/06_trigger/backend/.drone.yml index 2035f626..15deba6e 100644 --- a/080_ci_cd/06_trigger/backend/.drone.yml +++ b/080_ci_cd/06_trigger/backend/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/06_trigger/base/.drone.yml b/080_ci_cd/06_trigger/base/.drone.yml index 323cd694..c39e335a 100644 --- a/080_ci_cd/06_trigger/base/.drone.yml +++ b/080_ci_cd/06_trigger/base/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/06_trigger/frontend/.drone.yml b/080_ci_cd/06_trigger/frontend/.drone.yml index 14b1cf5e..5b47c807 100644 --- a/080_ci_cd/06_trigger/frontend/.drone.yml +++ b/080_ci_cd/06_trigger/frontend/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/08_package/package/.drone.yml b/080_ci_cd/08_package/package/.drone.yml index 26949544..f9d36af4 100644 --- a/080_ci_cd/08_package/package/.drone.yml +++ b/080_ci_cd/08_package/package/.drone.yml @@ -8,7 +8,7 @@ pipeline: secrets: [ WEBDAV_USER, WEBDAV_PASS ] docker: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock environment: diff --git a/080_ci_cd/09_testing/.drone.yml b/080_ci_cd/09_testing/.drone.yml index 28f4d967..e3306ece 100644 --- a/080_ci_cd/09_testing/.drone.yml +++ b/080_ci_cd/09_testing/.drone.yml @@ -1,7 +1,7 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -9,14 +9,14 @@ pipeline: - docker push registry:5000/groot/testing prepare: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker ps --quiet --filter "name=testcont" | xargs -r docker rm -f test: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -26,7 +26,7 @@ pipeline: - docker rm -f testcont clean: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/10_tagging/.drone.yml b/080_ci_cd/10_tagging/.drone.yml index 59a4a995..24723687 100644 --- a/080_ci_cd/10_tagging/.drone.yml +++ b/080_ci_cd/10_tagging/.drone.yml @@ -1,7 +1,7 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -10,14 +10,14 @@ pipeline: - docker push registry:5000/groot/testing:dev prepare: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker ps --quiet --filter "name=testcont" | xargs -r docker rm -f test: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -27,7 +27,7 @@ pipeline: - docker rm -f testcont clean: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -36,7 +36,7 @@ pipeline: status: [ failure ] publish: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/11_parameters/hello-world-docker/.drone.yml b/080_ci_cd/11_parameters/hello-world-docker/.drone.yml index 35766185..9d77bb14 100644 --- a/080_ci_cd/11_parameters/hello-world-docker/.drone.yml +++ b/080_ci_cd/11_parameters/hello-world-docker/.drone.yml @@ -8,7 +8,7 @@ pipeline: secrets: [ WEBDAV_USER, WEBDAV_PASS ] build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -17,14 +17,14 @@ pipeline: - docker push registry:5000/${CI_REPO_NAME}:dev test: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker run --rm registry:5000/${CI_REPO_NAME}:${CI_BUILD_NUMBER} test -f /tmp/testing publish: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/080_ci_cd/12_registry/.drone.yml b/080_ci_cd/12_registry/.drone.yml index 193012ff..85163186 100644 --- a/080_ci_cd/12_registry/.drone.yml +++ b/080_ci_cd/12_registry/.drone.yml @@ -1,7 +1,7 @@ pipeline: docker: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock environment: diff --git a/080_ci_cd/tools/.drone.yml b/080_ci_cd/tools/.drone.yml index 28ce924d..ed18d360 100644 --- a/080_ci_cd/tools/.drone.yml +++ b/080_ci_cd/tools/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: docker:27.3.1 + image: docker:28.3.2 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: diff --git a/110_ecosystem/reverse_proxy/docker-compose.yml b/110_ecosystem/reverse_proxy/docker-compose.yml index 09179ec6..3d7314ae 100644 --- a/110_ecosystem/reverse_proxy/docker-compose.yml +++ b/110_ecosystem/reverse_proxy/docker-compose.yml @@ -44,7 +44,7 @@ services: traefik.http.routers.registry.entrypoints: http dind: - image: docker:27.3.1-dind + image: docker:28.3.2-dind privileged: true network_mode: service:registry diff --git a/160_gitlab_ci/999_final/.gitlab-ci.yml b/160_gitlab_ci/999_final/.gitlab-ci.yml index 46588510..2e3c7012 100644 --- a/160_gitlab_ci/999_final/.gitlab-ci.yml +++ b/160_gitlab_ci/999_final/.gitlab-ci.yml @@ -119,12 +119,12 @@ pages: - public package: - image: docker:28.1.1 + image: docker:28.3.2 stage: package extends: - .run-on-push-to-default-branch services: - - name: docker:28.1.1-dind + - name: docker:28.3.2-dind command: [ "dockerd", "--host", "tcp://0.0.0.0:2375" ] variables: DOCKER_HOST: tcp://docker:2375 diff --git a/infrastructure/kind-ingress/Dockerfile b/infrastructure/kind-ingress/Dockerfile index 4d2f26d6..4af5cca8 100644 --- a/infrastructure/kind-ingress/Dockerfile +++ b/infrastructure/kind-ingress/Dockerfile @@ -12,6 +12,6 @@ curl --silent --show-error --location --fail \ cloud-provider-kind EOF -FROM docker:28.0.0-cli +FROM docker:28.3.2-cli COPY --from=cpk /usr/local/bin/cloud-provider-kind /usr/local/bin/ ENTRYPOINT ["/usr/local/bin/cloud-provider-kind"]