We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bcf6d commit 9598e33Copy full SHA for 9598e33
distribution/docker/src/docker/Dockerfile
@@ -340,7 +340,6 @@ HEALTHCHECK --interval=10s --timeout=5s --start-period=1m --retries=5 CMD curl -
340
<% } %>
341
342
<% if (docker_base == 'fips') { %>
343
-COPY --from=builder --chown=0:0 /fips/libs/*.jar /usr/share/elasticsearch/lib/
344
COPY --from=builder --chown=0:0 /opt /opt
345
USER 1000:0
346
ENV ES_PLUGIN_ARCHIVE_DIR /opt/plugins/archive
@@ -363,6 +362,8 @@ RUN unzip certificate-bundle.zip
363
362
RUN cp node1/node1.crt config
364
RUN cp node1/node1.key config
365
+COPY --from=builder --chown=0:0 /fips/libs/*.jar /usr/share/elasticsearch/lib/
366
+
367
368
369
################################################################################
0 commit comments