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 b1c7417 commit 828d635Copy full SHA for 828d635
1 file changed
Dockerfile
@@ -3,4 +3,4 @@ ARG CEPH_VERSION=19.2.2
3
4
FROM ${CEPH_SOURCE_IMAGE}:v${CEPH_VERSION}
5
6
-COPY --chown=root:root dist/cephctl_linux_amd64_v3/cephctl /usr/bin/cephctl
+COPY --chown=root:root --chmod=0755 dist/cephctl_linux_amd64_v3/cephctl /usr/bin/cephctl
0 commit comments