Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#31 from brahmaroutu/fix_dockerb…
Browse files Browse the repository at this point in the history
…uilds

Added Dockerfile to build sidecar as well as sample driver
  • Loading branch information
k8s-ci-robot authored Jan 14, 2021
2 parents e354c37 + 3819256 commit 38d488a
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 38d488a

Please sign in to comment.