Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 38d488a

Browse files
authored
Merge pull request #31 from brahmaroutu/fix_dockerbuilds
Added Dockerfile to build sidecar as well as sample driver
2 parents e354c37 + 3819256 commit 38d488a

File tree

2 files changed

+6
-0
lines changed
  • container-object-storage-interface-provisioner-sidecar/cmd

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)