File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ COPY gcp-encryption.yaml /
52
52
COPY --chmod=0755 run.sh /bin/run.sh
53
53
54
54
COPY --link --from=tools /app/obot-tools /obot-tools
55
+ COPY --link --from=tools /bin/*-encryption-provider /bin/
55
56
COPY --from=bin /app/bin/obot /bin/
56
57
57
58
EXPOSE 22
Original file line number Diff line number Diff line change 137
137
cd k8s-cloudkms-plugin
138
138
go build -ldflags " -s -w -extldflags 'static'" -installsuffix cgo -tags netgo -o " ${BIN_DIR} /gcp-encryption-provider" cmd/k8s-cloudkms-plugin/main.go
139
139
OBOT_SERVER_VERSIONS=" $( cat << VERSIONS
140
- "github.com/kubernetes-sigs/gcp-encryption-provider ": "$( git rev-parse --short HEAD) "
140
+ "github.com/GoogleCloudPlatform/k8s-cloudkms-plugin ": "$( git rev-parse --short HEAD) "
141
141
${OBOT_SERVER_VERSIONS}
142
142
VERSIONS
143
143
) "
You can’t perform that action at this time.
0 commit comments