Skip to content

Commit 9598e33

Browse files
elasticsearchmachinebreskeby
authored andcommitted
More WIP
1 parent c4bcf6d commit 9598e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

distribution/docker/src/docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ HEALTHCHECK --interval=10s --timeout=5s --start-period=1m --retries=5 CMD curl -
340340
<% } %>
341341

342342
<% if (docker_base == 'fips') { %>
343-
COPY --from=builder --chown=0:0 /fips/libs/*.jar /usr/share/elasticsearch/lib/
344343
COPY --from=builder --chown=0:0 /opt /opt
345344
USER 1000:0
346345
ENV ES_PLUGIN_ARCHIVE_DIR /opt/plugins/archive
@@ -363,6 +362,8 @@ RUN unzip certificate-bundle.zip
363362
RUN cp node1/node1.crt config
364363
RUN cp node1/node1.key config
365364

365+
COPY --from=builder --chown=0:0 /fips/libs/*.jar /usr/share/elasticsearch/lib/
366+
366367
USER 1000:0
367368
<% } %>
368369
################################################################################

0 commit comments

Comments
 (0)