We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64d9a87 + 00a85b1 commit 6d60964Copy full SHA for 6d60964
Dockerfile renamed to cmd/objectstorage-sidecar/Dockerfile
cmd/sample-driver/Dockerfile
@@ -0,0 +1,6 @@
1
+FROM gcr.io/distroless/static:latest
2
+LABEL maintainers="Kubernetes Authors"
3
+LABEL description="Object Storage Sample Driver"
4
+
5
+COPY ./bin/sample-driver sample-driver
6
+ENTRYPOINT ["/sample-driver"]
0 commit comments