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 8483e30 commit fe98c8aCopy full SHA for fe98c8a
Dockerfile
@@ -6,7 +6,6 @@ RUN wget -O- https://download.docker.com/linux/static/stable/$(uname -m)/docker-
6
7
COPY dive /usr/local/bin/
8
9
-FROM scratch
10
-COPY --from=base /usr/local/bin /usr/local/bin
11
-
+# though we could make this a multi-stage image and copy the binary to scratch, this image is small enough
+# and users are expecting to be able to exec into it
12
ENTRYPOINT ["/usr/local/bin/dive"]
0 commit comments