We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e85c52 commit 477cad5Copy full SHA for 477cad5
.cloudbuild.sh
@@ -0,0 +1 @@
1
+release-tools/cloudbuild.sh
Dockerfile
@@ -15,6 +15,7 @@
15
FROM gcr.io/distroless/static:latest
16
LABEL maintainers="Kubernetes Authors"
17
LABEL description="CSI Driver liveness probe"
18
+ARG binary=./bin/livenessprobe
19
-COPY ./bin/livenessprobe /livenessprobe
20
+COPY ${binary} /livenessprobe
21
ENTRYPOINT ["/livenessprobe"]
cloudbuild.yaml
+release-tools/cloudbuild.yaml
0 commit comments