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 2909051 commit dcd2e88Copy full SHA for dcd2e88
Dockerfile
@@ -1,6 +1,6 @@
1
FROM jenkins/ssh-agent:6.11.1@sha256:2e9558a6f0ae90b4fc15f44e8f201e9e369dca783f696db3bc6b3dc2ba4fc06a
2
# Copy the docker binary from the official docker image
3
-COPY --from=docker:28.0.1-cli@sha256:79bf825c5bed0d579820cc19f6857738abc424a680b619171591e969114f2015 /usr/local/bin/docker /usr/local/bin/docker
+COPY --from=docker:28.0.4-cli@sha256:c5e0b27a15f49b571f968defe19cc9a072d531ee90300ba5a1d2ea4dffa760e4 /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