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 d85d645 commit c26a871Copy full SHA for c26a871
Dockerfile
@@ -11,3 +11,9 @@ COPY --chown=0:0 --chmod=004 --from=alpine:latest /etc/ssl/certs/ca-certificates
11
ENV SSL_CERT_FILE=/ca-certificates.crt
12
COPY --chown=0:0 --chmod=001 --from=build /tmp/build/commit-status-poster /commit-status-poster
13
ENTRYPOINT ["/commit-status-poster"]
14
+USER 0:0
15
+COPY --chown=0:0 --chmod=755 --from=busybox:musl /bin/busybox /busybox
16
+ENV PATH=/
17
+RUN ["/busybox", "--install", "/"]
18
+USER 1000:1000
19
+ENTRYPOINT ["/sleep", "infinity"]
0 commit comments