We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a69701 commit 01441cfCopy full SHA for 01441cf
distribution/docker/src/docker/dockerfiles/default/Dockerfile
@@ -144,6 +144,8 @@ LABEL name="Elasticsearch" \\
144
summary="Elasticsearch" \\
145
description="You know, for search."
146
147
+RUN mkdir /licenses && ln LICENSE.txt /licenses/LICENSE
148
+
149
# Our actual entrypoint is `tini`, a minimal but functional init program. It
150
# calls the entrypoint we provide, while correctly forwarding signals.
151
ENTRYPOINT ["/bin/tini", "--", "/usr/local/bin/docker-entrypoint.sh"]
0 commit comments