[WIP] Start very early implementation
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM golang:1.18-buster
|
||||
|
||||
ARG GOPROXY
|
||||
|
||||
WORKDIR /workspace
|
||||
COPY . .
|
||||
ENV GOPROXY=${GOPROXY:-https://proxy.golang.org}
|
||||
|
||||
RUN make csi
|
||||
RUN chmod u+x /workspace/bin/csi
|
||||
|
||||
ENTRYPOINT ["/workspace/bin/csi"]
|
||||
Reference in New Issue
Block a user