Skip to content

Commit 5a1f2af

Browse files
committed
Fix dummy entrypoint for cloud ess docker image
Fixes #119198
1 parent 964e02d commit 5a1f2af

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)