Skip to content

Commit

Permalink
Added Dockerfile to build sidecar as well as sample driver
Browse files Browse the repository at this point in the history
  • Loading branch information
brahmaroutu committed Jan 14, 2021
1 parent e354c37 commit 3819256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="Object Storage Sample Driver"

COPY ./bin/sample-driver sample-driver
ENTRYPOINT ["/sample-driver"]

0 comments on commit 3819256

Please sign in to comment.