File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments