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 cce5e03 commit 7e66406Copy full SHA for 7e66406
distribution/docker/src/docker/Dockerfile.default
@@ -96,7 +96,7 @@ COPY --from=builder /bin/tini /bin/tini
96
97
WORKDIR /usr/share/elasticsearch
98
99
-COPY --from=builder /usr/share/elasticsearch .
+COPY --from=builder --chown=0:0 /usr/share/elasticsearch .
100
101
# Replace OpenJDK's built-in CA certificate keystore with the one from the OS
102
# vendor. The latter is superior in several ways.
0 commit comments