mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #126356 from pacoxu/fix-etcd-build-windows
add workdir in etcd Dockerfile for windows
This commit is contained in:
commit
b4dcbbe81f
@ -17,6 +17,7 @@ FROM ${RUNNERIMAGE}
|
|||||||
|
|
||||||
EXPOSE 2379 2380 4001 7001
|
EXPOSE 2379 2380 4001 7001
|
||||||
|
|
||||||
|
WORKDIR C:/usr/local/bin
|
||||||
COPY etcd* etcdctl* /usr/local/bin/
|
COPY etcd* etcdctl* /usr/local/bin/
|
||||||
COPY migrate-if-needed.bat /usr/local/bin/
|
COPY migrate-if-needed.bat /usr/local/bin/
|
||||||
COPY migrate /usr/local/bin/migrate.exe
|
COPY migrate /usr/local/bin/migrate.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user