Skip to content

Commit

Permalink
cloud build: use files from csi-release-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Jun 2, 2020
1 parent 1e85c52 commit 477cad5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cloudbuild.sh
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI Driver liveness probe"
ARG binary=./bin/livenessprobe

COPY ./bin/livenessprobe /livenessprobe
COPY ${binary} /livenessprobe
ENTRYPOINT ["/livenessprobe"]
1 change: 1 addition & 0 deletions cloudbuild.yaml

0 comments on commit 477cad5

Please sign in to comment.