Skip to content

Commit 72a5bd0

Browse files
committed
cloud build: use files from csi-release-tools
1 parent afbcc48 commit 72a5bd0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.cloudbuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-tools/cloudbuild.sh

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM alpine
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="HostPath Driver"
4+
ARG binary=./bin/hostpathplugin
45

56
# Add util-linux to get a new version of losetup.
67
RUN apk add util-linux
7-
COPY ./bin/hostpathplugin /hostpathplugin
8+
COPY ${binary} /hostpathplugin
89
ENTRYPOINT ["/hostpathplugin"]

cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-tools/cloudbuild.yaml

0 commit comments

Comments
 (0)