We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30aff65 commit ba03931Copy full SHA for ba03931
.cloudbuild.sh
@@ -0,0 +1 @@
1
+release-tools/cloudbuild.sh
Dockerfile
@@ -1,6 +1,7 @@
FROM gcr.io/distroless/static:latest
2
LABEL maintainers="Kubernetes Authors"
3
LABEL description="CSI External Resizer"
4
+ARG binary=./bin/csi-resizer
5
-COPY ./bin/csi-resizer csi-resizer
6
+COPY ${binary} csi-resizer
7
ENTRYPOINT ["/csi-resizer"]
cloudbuild.yaml
+release-tools/cloudbuild.yaml
0 commit comments