File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- .git
2- .gitignore
3- README.md
4- /ci
5- /src /csi-grpc-proxy
1+ **
2+
3+ ! /builds
Original file line number Diff line number Diff line change 11# local testing
22# docker build --pull -t foobar --build-arg TARGETPLATFORM="linux/amd64" .
3+ # docker run --rm -ti foobar
34
45FROM alpine:3.15 as builder
56
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ FROM mcr.microsoft.com/windows/nanoserver:${BASE_TAG}
1515
1616LABEL org.opencontainers.image.source https://github.com/democratic-csi/csi-grpc-proxy
1717
18- COPY builds/csi-grpc-proxy-docker-image-build-windows-amd64.exe C:/bin/csi-grpc-proxy.exe
19- CMD c:\\bin\\csi-grpc-proxy.exe
18+ COPY builds/csi-grpc-proxy-docker-image-build-windows-amd64.exe C:/app/csi-grpc-proxy.exe
19+ WORKDIR /app
20+ CMD csi-grpc-proxy.exe
You can’t perform that action at this time.
0 commit comments