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 f5db0ac commit b94f2efCopy full SHA for b94f2ef
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