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 c640808 commit 8e680b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .cloudbuild.sh
1 change: 1 addition & 0 deletions cloudbuild.yaml
3 changes: 2 additions & 1 deletion cmd/csi-snapshotter/Dockerfile
@@ -1,6 +1,7 @@
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI External Snapshotter Sidecar"
ARG binary=./bin/csi-snapshotter

COPY ./bin/csi-snapshotter csi-snapshotter
COPY ${binary} csi-snapshotter
ENTRYPOINT ["/csi-snapshotter"]
3 changes: 2 additions & 1 deletion cmd/snapshot-controller/Dockerfile
@@ -1,6 +1,7 @@
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="Snapshot Controller"
ARG binary=./bin/snapshot-controller

COPY ./bin/snapshot-controller snapshot-controller
COPY ${binary} snapshot-controller
ENTRYPOINT ["/snapshot-controller"]

0 comments on commit 8e680b1

Please sign in to comment.