File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN busybox tar xvf /dist.tgz && \
4343 busybox mkdir /db && busybox chown 65532:65532 /db && \
4444 busybox rm /usr/src/app/dumpdeps.pm /dist.tgz /bin/busybox
4545
46- FROM gcr.io/distroless/static-debian${DEBIAN_VERSION}:debug-nonroot AS distroless-debug
46+ # FROM gcr.io/distroless/static-debian${DEBIAN_VERSION}:debug-nonroot AS distroless-debug
4747FROM gcr.io/distroless/static-debian${DEBIAN_VERSION}:nonroot
4848COPY --from=busybox /bin/busybox /bin/busybox
4949SHELL ["/bin/busybox" , "sh" , "-c" ]
@@ -52,7 +52,7 @@ RUN /bin/busybox rmdir /lib && /bin/busybox rm /bin/busybox
5252USER nonroot
5353COPY --link --from=build-tar / /
5454# debug: docker run -it --entrypoint /busybox/sh ...
55- COPY --link --from=distroless-debug /busybox /busybox
55+ # COPY --link --from=distroless-debug /busybox /busybox
5656WORKDIR /usr/src/app
5757SHELL ["/bin/sh" , "-c" ]
5858EXPOSE 5000
You can’t perform that action at this time.
0 commit comments