We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d9a87 commit 00a85b1Copy full SHA for 00a85b1
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