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 7fcced5 commit a953921Copy full SHA for a953921
cmd/tempo/Dockerfile
@@ -15,7 +15,7 @@ COPY bin/linux/tempo-${TARGETARCH} /tempo
15
COPY --from=ca-certificates /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
16
COPY --from=tempo-setup /etc/passwd /etc/passwd
17
COPY --from=tempo-setup /etc/group /etc/group
18
-COPY --from=tempo-setup --chown=10001:10001 /var/tempo /var/tempo
+COPY --from=tempo-setup --chown=10001:10001 --chmod=0700 /var/tempo /var/tempo
19
20
USER 10001:10001
21
0 commit comments