Skip to content

Commit 2b92af3

Browse files
committed
windowsPath
1 parent 8b3aae2 commit 2b92af3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:C:\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 -v D:\a\tanzu-cli\tanzu-cli\hack\central-repo\registry-content:C:\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

0 commit comments

Comments
 (0)