File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,11 +300,11 @@ start-test-central-repo: stop-test-central-repo setup-custom-cert-for-test-centr
300300 fi
301301 @echo " Starting docker test central repo"
302302 @docker run --rm -d -p 9876:443 --name central \
303- -v /d /a/tanzu-cli/tanzu-cli/hack/central-repo/certs:/certs \
303+ -v //D /a/tanzu-cli/tanzu-cli/hack/central-repo/certs:/certs \
304304 -e REGISTRY_HTTP_ADDR=0.0.0.0:443 \
305305 -e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/localhost.crt \
306306 -e REGISTRY_HTTP_TLS_KEY=/certs/localhost.key \
307- -v /d /a/tanzu-cli/tanzu-cli/hack/central-repo/registry-content:/var/lib/registry \
307+ -v //D /a/tanzu-cli/tanzu-cli/hack/central-repo/registry-content:/var/lib/registry \
308308 stefanscherer/registry-windows:latest > /dev/null && \
309309 echo " Started docker test central repo with images:" && \
310310 $(ROOT_DIR ) /hack/central-repo/upload-plugins.sh info
You can’t perform that action at this time.
0 commit comments