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 8d9c9ef commit e8366ccCopy full SHA for e8366cc
cmd/gcrane/Dockerfile
@@ -0,0 +1,8 @@
1
+# Use a minimal base image from an approved source
2
+FROM us-docker.pkg.dev/gke-release/distroless/static:nonroot
3
+
4
+# Copy the built gcrane binary from the build context
5
+COPY gcrane /usr/local/bin/gcrane
6
7
+# Set the entrypoint
8
+ENTRYPOINT ["/usr/local/bin/gcrane"]
0 commit comments