cloud build: use files from csi-release-tools
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user