Skip to content

Commit 477cad5

Browse files
committed
cloud build: use files from csi-release-tools
1 parent 1e85c52 commit 477cad5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.cloudbuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-tools/cloudbuild.sh

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
FROM gcr.io/distroless/static:latest
1616
LABEL maintainers="Kubernetes Authors"
1717
LABEL description="CSI Driver liveness probe"
18+
ARG binary=./bin/livenessprobe
1819

19-
COPY ./bin/livenessprobe /livenessprobe
20+
COPY ${binary} /livenessprobe
2021
ENTRYPOINT ["/livenessprobe"]

cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-tools/cloudbuild.yaml

0 commit comments

Comments
 (0)