Merge pull request #126356 from pacoxu/fix-etcd-build-windows

add workdir in etcd Dockerfile for windows
This commit is contained in:
Kubernetes Prow Robot 2024-07-25 13:06:20 -07:00 committed by GitHub
commit b4dcbbe81f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ FROM ${RUNNERIMAGE}
EXPOSE 2379 2380 4001 7001
WORKDIR C:/usr/local/bin
COPY etcd* etcdctl* /usr/local/bin/
COPY migrate-if-needed.bat /usr/local/bin/
COPY migrate /usr/local/bin/migrate.exe