Skip to content

Commit cfaefaf

Browse files
committed
Update docker from 28.1.1 to 28.2.2
1 parent a70bc4f commit cfaefaf

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

.woodpecker/build.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variables:
2525
org.opencontainers.image.vendor: kokuwa.io
2626
org.opencontainers.image.licenses: EUPL-1.2
2727
org.opencontainers.image.ref.name: kokuwaio/docker-cli
28-
org.opencontainers.image.version: 28.1.1
28+
org.opencontainers.image.version: 28.2.2
2929
when:
3030
event: pull_request
3131
- step: &push
@@ -98,11 +98,11 @@ steps:
9898
<<: *settings-push
9999
name:
100100
- registry.kokuwa.io/kokuwaio/dockerd:latest
101-
- registry.kokuwa.io/kokuwaio/dockerd:28.1.1
101+
- registry.kokuwa.io/kokuwaio/dockerd:28.2.2
102102
- docker.io/kokuwaio/dockerd:latest
103-
- docker.io/kokuwaio/dockerd:28.1.1
103+
- docker.io/kokuwaio/dockerd:28.2.2
104104
- ghcr.io/kokuwaio/dockerd:latest
105-
- ghcr.io/kokuwaio/dockerd:28.1.1
105+
- ghcr.io/kokuwaio/dockerd:28.2.2
106106
target: dockerd
107107
annotation:
108108
<<: *annotation
@@ -116,11 +116,11 @@ steps:
116116
<<: *settings-push
117117
name:
118118
- registry.kokuwa.io/kokuwaio/docker-cli:latest
119-
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1
119+
- registry.kokuwa.io/kokuwaio/docker-cli:28.2.2
120120
- docker.io/kokuwaio/docker-cli:latest
121-
- docker.io/kokuwaio/docker-cli:28.1.1
121+
- docker.io/kokuwaio/docker-cli:28.2.2
122122
- ghcr.io/kokuwaio/docker-cli:latest
123-
- ghcr.io/kokuwaio/docker-cli:28.1.1
123+
- ghcr.io/kokuwaio/docker-cli:28.2.2
124124
target: cli
125125

126126
cli-git:
@@ -130,11 +130,11 @@ steps:
130130
<<: *settings-push
131131
name:
132132
- registry.kokuwa.io/kokuwaio/docker-cli:git
133-
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1-git
133+
- registry.kokuwa.io/kokuwaio/docker-cli:28.2.2-git
134134
- docker.io/kokuwaio/docker-cli:git
135-
- docker.io/kokuwaio/docker-cli:28.1.1-git
135+
- docker.io/kokuwaio/docker-cli:28.2.2-git
136136
- ghcr.io/kokuwaio/docker-cli:git
137-
- ghcr.io/kokuwaio/docker-cli:28.1.1-git
137+
- ghcr.io/kokuwaio/docker-cli:28.2.2-git
138138
target: cli-git
139139

140140
cli-az:
@@ -144,11 +144,11 @@ steps:
144144
<<: *settings-push
145145
name:
146146
- registry.kokuwa.io/kokuwaio/docker-cli:az
147-
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1-az
147+
- registry.kokuwa.io/kokuwaio/docker-cli:28.2.2-az
148148
- docker.io/kokuwaio/docker-cli:az
149-
- docker.io/kokuwaio/docker-cli:28.1.1-az
149+
- docker.io/kokuwaio/docker-cli:28.2.2-az
150150
- ghcr.io/kokuwaio/docker-cli:az
151-
- ghcr.io/kokuwaio/docker-cli:28.1.1-az
151+
- ghcr.io/kokuwaio/docker-cli:28.2.2-az
152152
target: cli-az
153153

154154
cli-az-git:
@@ -158,9 +158,9 @@ steps:
158158
<<: *settings-push
159159
name:
160160
- registry.kokuwa.io/kokuwaio/docker-cli:az-git
161-
- registry.kokuwa.io/kokuwaio/docker-cli:28.1.1-az-git
161+
- registry.kokuwa.io/kokuwaio/docker-cli:28.2.2-az-git
162162
- docker.io/kokuwaio/docker-cli:az-git
163-
- docker.io/kokuwaio/docker-cli:28.1.1-az-git
163+
- docker.io/kokuwaio/docker-cli:28.2.2-az-git
164164
- ghcr.io/kokuwaio/docker-cli:az-git
165-
- ghcr.io/kokuwaio/docker-cli:28.1.1-az-git
165+
- ghcr.io/kokuwaio/docker-cli:28.2.2-az-git
166166
target: cli-az-git

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
1515
rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status
1616
RUN ARCH=$(dpkg --print-architecture) && curl --fail --silent --parallel --remote-name-all \
1717
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/containerd.io_1.7.27-1_$ARCH.deb" \
18-
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-cli_28.1.1-1~debian.12~bookworm_$ARCH.deb" \
19-
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-buildx-plugin_0.20.0-1~debian.12~bookworm_$ARCH.deb" \
20-
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce_28.1.1-1~debian.12~bookworm_$ARCH.deb" \
21-
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-rootless-extras_28.1.1-1~debian.12~bookworm_$ARCH.deb"
18+
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-cli_28.2.2-1~debian.12~bookworm_$ARCH.deb" \
19+
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-buildx-plugin_0.24.0-1~debian.12~bookworm_$ARCH.deb" \
20+
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce_28.2.2-1~debian.12~bookworm_$ARCH.deb" \
21+
"https://download.docker.com/linux/debian/dists/bookworm/pool/stable/$ARCH/docker-ce-rootless-extras_28.2.2-1~debian.12~bookworm_$ARCH.deb"
2222

2323
##
2424
## Docker Daemon

0 commit comments

Comments
 (0)