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 cabeb9c commit 9a6b858Copy full SHA for 9a6b858
Dockerfile
@@ -66,6 +66,10 @@ STOPSIGNAL SIGTERM
66
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8
67
68
COPY --chmod=755 scripts/start* /image/scripts/
69
+
70
+# Backward compatible shim for those with legacy entrypoint
71
+RUN echo "#!/bin/sh\nexec /image/scripts/start\n" > /start && chmod +x /start
72
73
COPY --chmod=755 scripts/auto/* /image/scripts/auto/
74
COPY --chmod=755 files/shims/ /usr/local/bin/
75
COPY --chmod=755 files/* /image/
0 commit comments