[WIP] More work implementing create/delete volume and publish/unpublish volume
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18-buster
|
||||
FROM golang:1.21-bookworm
|
||||
|
||||
ARG GOPROXY
|
||||
|
||||
@@ -6,7 +6,7 @@ WORKDIR /workspace
|
||||
COPY . .
|
||||
ENV GOPROXY=${GOPROXY:-https://proxy.golang.org}
|
||||
|
||||
RUN make csi
|
||||
RUN chmod u+x /workspace/bin/csi
|
||||
RUN make build
|
||||
RUN chmod u+x /workspace/bin/manager
|
||||
|
||||
ENTRYPOINT ["/workspace/bin/csi"]
|
||||
ENTRYPOINT ["/workspace/bin/manager"]
|
||||
|
||||
Reference in New Issue
Block a user