Skip to content

Commit ba03931

Browse files
committed
cloud build: use files from csi-release-tools
1 parent 30aff65 commit ba03931

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.cloudbuild.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-tools/cloudbuild.sh

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM gcr.io/distroless/static:latest
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="CSI External Resizer"
4+
ARG binary=./bin/csi-resizer
45

5-
COPY ./bin/csi-resizer csi-resizer
6+
COPY ${binary} csi-resizer
67
ENTRYPOINT ["/csi-resizer"]

cloudbuild.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-tools/cloudbuild.yaml

0 commit comments

Comments
 (0)