Skip to content

Commit 2422066

Browse files
committed
Pin containerd.io version since they broke it (and also, other docker related things versions)
1 parent 29baf4f commit 2422066

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker/ci-runner/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ RUN true \
3030
&& chmod a+r /etc/apt/keyrings/docker.asc \
3131
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list \
3232
&& apt-get update -y \
33-
&& apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-buildx-plugin skopeo \
33+
&& apt-get install -y --no-install-recommends skopeo \
34+
"docker-ce=5:27.3.1-1~ubuntu.22.04~jammy" \
35+
"docker-ce-cli=5:27.3.1-1~ubuntu.22.04~jammy" \
36+
"containerd.io=1.7.23-1" \
37+
"docker-compose-plugin=2.29.7-1~ubuntu.22.04~jammy" \
38+
"docker-buildx-plugin=0.17.1-1~ubuntu.22.04~jammy" \
3439
&& sed -i -e "s/ulimit -Hn/ulimit -n/" /etc/init.d/docker
3540

3641
# Add user "guest" with access to "docker" group.

0 commit comments

Comments
 (0)