We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f084516 commit 249d5f8Copy full SHA for 249d5f8
Dockerfile
@@ -1,6 +1,6 @@
1
FROM jenkins/ssh-agent:6.11.2@sha256:01f35d34a856b5ad914f5d18623074399c784e346357fb27dfa17d428c000524
2
# Copy the docker binary from the official docker image
3
-COPY --from=docker:28.0.4-cli@sha256:c5e0b27a15f49b571f968defe19cc9a072d531ee90300ba5a1d2ea4dffa760e4 /usr/local/bin/docker /usr/local/bin/docker
+COPY --from=docker:28.3.1-cli@sha256:bf1d6dcd3e0c4c0da2334e67611418da338160f873e208b00e18a2d96cf9bdc6 /usr/local/bin/docker /usr/local/bin/docker
4
5
# Allow jenkins user to run docker as root due to socket mount permissions
6
RUN chmod -v a+s $(which docker)
0 commit comments