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 afbcc48 commit 72a5bd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cloudbuild.sh
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM alpine
LABEL maintainers="Kubernetes Authors"
LABEL description="HostPath Driver"
ARG binary=./bin/hostpathplugin

# Add util-linux to get a new version of losetup.
RUN apk add util-linux
COPY ./bin/hostpathplugin /hostpathplugin
COPY ${binary} /hostpathplugin
ENTRYPOINT ["/hostpathplugin"]
1 change: 1 addition & 0 deletions cloudbuild.yaml

0 comments on commit 72a5bd0

Please sign in to comment.