Update docker from 28.1.1 to 28.2.2
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-20 21:49:00 +02:00
parent a70bc4f7d9
commit cfaefafc9e
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 20 additions and 20 deletions

View file

@ -25,7 +25,7 @@ variables:
org.opencontainers.image.vendor: kokuwa.io org.opencontainers.image.vendor: kokuwa.io
org.opencontainers.image.licenses: EUPL-1.2 org.opencontainers.image.licenses: EUPL-1.2
org.opencontainers.image.ref.name: kokuwaio/docker-cli org.opencontainers.image.ref.name: kokuwaio/docker-cli
org.opencontainers.image.version: 28.1.1 org.opencontainers.image.version: 28.2.2
when: when:
event: pull_request event: pull_request
- step: &push - step: &push
@ -98,11 +98,11 @@ steps:
<<: *settings-push <<: *settings-push
name: name:
- registry.kokuwa.io/kokuwaio/dockerd:latest - registry.kokuwa.io/kokuwaio/dockerd:latest
- registry.kokuwa.io/kokuwaio/dockerd:28.1.1 - registry.kokuwa.io/kokuwaio/dockerd:28.2.2
- docker.io/kokuwaio/dockerd:latest - docker.io/kokuwaio/dockerd:latest
- docker.io/kokuwaio/dockerd:28.1.1 - docker.io/kokuwaio/dockerd:28.2.2
- ghcr.io/kokuwaio/dockerd:latest - ghcr.io/kokuwaio/dockerd:latest
- ghcr.io/kokuwaio/dockerd:28.1.1 - ghcr.io/kokuwaio/dockerd:28.2.2
target: dockerd target: dockerd
annotation: annotation:
<<: *annotation <<: *annotation
@ -116,11 +116,11 @@ steps:
<<: *settings-push <<: *settings-push
name: name:
- registry.kokuwa.io/kokuwaio/docker-cli:latest - registry.kokuwa.io/kokuwaio/docker-cli:latest
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1 - registry.kokuwa.io/kokuwaio/docker-cli:28.2.2
- docker.io/kokuwaio/docker-cli:latest - docker.io/kokuwaio/docker-cli:latest
- docker.io/kokuwaio/docker-cli:28.1.1 - docker.io/kokuwaio/docker-cli:28.2.2
- ghcr.io/kokuwaio/docker-cli:latest - ghcr.io/kokuwaio/docker-cli:latest
- ghcr.io/kokuwaio/docker-cli:28.1.1 - ghcr.io/kokuwaio/docker-cli:28.2.2
target: cli target: cli
cli-git: cli-git:
@ -130,11 +130,11 @@ steps:
<<: *settings-push <<: *settings-push
name: name:
- registry.kokuwa.io/kokuwaio/docker-cli:git - registry.kokuwa.io/kokuwaio/docker-cli:git
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1-git - registry.kokuwa.io/kokuwaio/docker-cli:28.2.2-git
- docker.io/kokuwaio/docker-cli:git - docker.io/kokuwaio/docker-cli:git
- docker.io/kokuwaio/docker-cli:28.1.1-git - docker.io/kokuwaio/docker-cli:28.2.2-git
- ghcr.io/kokuwaio/docker-cli:git - ghcr.io/kokuwaio/docker-cli:git
- ghcr.io/kokuwaio/docker-cli:28.1.1-git - ghcr.io/kokuwaio/docker-cli:28.2.2-git
target: cli-git target: cli-git
cli-az: cli-az:
@ -144,11 +144,11 @@ steps:
<<: *settings-push <<: *settings-push
name: name:
- registry.kokuwa.io/kokuwaio/docker-cli:az - registry.kokuwa.io/kokuwaio/docker-cli:az
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1-az - registry.kokuwa.io/kokuwaio/docker-cli:28.2.2-az
- docker.io/kokuwaio/docker-cli:az - docker.io/kokuwaio/docker-cli:az
- docker.io/kokuwaio/docker-cli:28.1.1-az - docker.io/kokuwaio/docker-cli:28.2.2-az
- ghcr.io/kokuwaio/docker-cli:az - ghcr.io/kokuwaio/docker-cli:az
- ghcr.io/kokuwaio/docker-cli:28.1.1-az - ghcr.io/kokuwaio/docker-cli:28.2.2-az
target: cli-az target: cli-az
cli-az-git: cli-az-git:
@ -158,9 +158,9 @@ steps:
<<: *settings-push <<: *settings-push
name: name:
- registry.kokuwa.io/kokuwaio/docker-cli:az-git - registry.kokuwa.io/kokuwaio/docker-cli:az-git
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1-az-git - registry.kokuwa.io/kokuwaio/docker-cli:28.2.2-az-git
- docker.io/kokuwaio/docker-cli:az-git - docker.io/kokuwaio/docker-cli:az-git
- docker.io/kokuwaio/docker-cli:28.1.1-az-git - docker.io/kokuwaio/docker-cli:28.2.2-az-git
- ghcr.io/kokuwaio/docker-cli:az-git - ghcr.io/kokuwaio/docker-cli:az-git
- ghcr.io/kokuwaio/docker-cli:28.1.1-az-git - ghcr.io/kokuwaio/docker-cli:28.2.2-az-git
target: cli-az-git target: cli-az-git

View file

@ -15,10 +15,10 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status
RUN ARCH=$(dpkg --print-architecture) && curl --fail --silent --parallel --remote-name-all \ RUN ARCH=$(dpkg --print-architecture) && curl --fail --silent --parallel --remote-name-all \
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/containerd.io_1.7.27-1_$ARCH.deb" \ "https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/containerd.io_1.7.27-1_$ARCH.deb" \
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-cli_28.1.1-1~debian.12~bookworm_$ARCH.deb" \ "https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-cli_28.2.2-1~debian.12~bookworm_$ARCH.deb" \
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-buildx-plugin_0.20.0-1~debian.12~bookworm_$ARCH.deb" \ "https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-buildx-plugin_0.24.0-1~debian.12~bookworm_$ARCH.deb" \
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce_28.1.1-1~debian.12~bookworm_$ARCH.deb" \ "https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce_28.2.2-1~debian.12~bookworm_$ARCH.deb" \
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-rootless-extras_28.1.1-1~debian.12~bookworm_$ARCH.deb" "https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-rootless-extras_28.2.2-1~debian.12~bookworm_$ARCH.deb"
## ##
## Docker Daemon ## Docker Daemon