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

Commit 00a85b1

Browse files
committed
Added Dockerfile to build sidecar as well as sample driver
1 parent 64d9a87 commit 00a85b1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
File renamed without changes.

Diff for: 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)