Skip to content

Commit

Permalink
Fix dummy entrypoint for cloud ess docker image (#119242)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored Dec 26, 2024
1 parent 56a6274 commit a528cc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distribution/docker/src/docker/Dockerfile.ess
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ USER root

RUN <%= retry.loop("apt-get", "export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends wget") %>

# tweak entry point for ESS specific wolfi image
ENTRYPOINT ["/sbin/tini", "--"]
ENTRYPOINT ["/bin/tini", "--"]
CMD ["/app/elasticsearch.sh"]
# Generate a stub command that will be overwritten at runtime
RUN mkdir /app && \\
Expand Down

0 comments on commit a528cc9

Please sign in to comment.