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.
2 parents be7c8aa + d0099a1 commit 34dac1fCopy full SHA for 34dac1f
cmd/gcrane/Dockerfile
@@ -0,0 +1,3 @@
1
+FROM gcr.io/distroless/static-debian12:nonroot
2
+COPY gcrane /usr/local/bin/gcrane
3
+ENTRYPOINT ["/usr/local/bin/gcrane"]
0 commit comments