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 5924946 commit d0099a1Copy full SHA for d0099a1
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