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

Commit 6d60964

Browse files
authored
Merge pull request #31 from brahmaroutu/fix_dockerbuilds
Added Dockerfile to build sidecar as well as sample driver
2 parents 64d9a87 + 00a85b1 commit 6d60964

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
File renamed without changes.

cmd/sample-driver/Dockerfile

+6
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)