Skip to content

Commit 1412df8

Browse files
breskebysarog
authored andcommitted
Fix dummy entrypoint for cloud ess docker image (elastic#119242)
1 parent 5759f02 commit 1412df8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distribution/docker/src/docker/Dockerfile.ess

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ USER root
3131

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

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

0 commit comments

Comments
 (0)