@@ -81,7 +81,7 @@ NEXUS_PASSWORD=superseekret
8181NEXUS_SERVER=https://hq0-nexus01.sandbox.polymathrobotics.dev
8282COMPONENT_ID=cG9seW1hdGgtaW1hZ2VzOjE3MTU2MGEy
8383curl --verbose --user ci-sandbox:${CI_PASSWORD} \
84- --request DELETE " ${NEXUS_SERVER} /service/rest/v1/components/${COMPONENT_ID} "
84+ --request DELETE " ${NEXUS_SERVER} /service/rest/v1/components/${COMPONENT_ID} "
8585# Downlaod
8686NEXUS_SERVER=https://example-nexus.boxcutter.dev
8787curl --verbose -LOJ \
@@ -92,7 +92,7 @@ NEXUS_PASSWORD=superseekret
9292NEXUS_SERVER=http://example-nexus.boxcutter.dev
9393curl --verbose --user ${NEXUS_USERNAME} :${NEXUS_PASSWORD} \
9494 --output hello.txt \
95- " ${NEXUS_SERVER} /repository/polymath-images/sandbox/tmp/hello.txt"
95+ " ${NEXUS_SERVER} /repository/polymath-images/sandbox/tmp/hello.txt"
9696```
9797
9898Apt Repositories
@@ -156,11 +156,11 @@ NEXUS_SERVER=https://example-nexus.boxcutter.dev
156156mkdir -p ~ /.config/pip
157157cat > ~/.config/pip/pip.conf << EOF
158158[global]
159- # pip search --index (XML-RPC search)
159+ # pip search --index (XML-RPC search)
160160# https://pip.pypa.io/en/stable/cli/pip_search/
161161index = https://example-nexus.boxcutter.dev/repository/python-proxy/pypi
162162
163- # pip install --index-url
163+ # pip install --index-url
164164# https://pip.pypa.io/en/stable/cli/pip_install/
165165index-url = https://example-nexus.boxcutter.dev/repository/python-proxy/simple
166166EOF
@@ -174,7 +174,7 @@ pip install pulumi
174174docker run -it --rm \
175175 --entrypoint /bin/bash \
176176 docker.io/boxcutter/python:3.10-noble
177-
177+
178178NEXUS_SERVER=http://host.docker.internal:2404
179179pip install \
180180 --trusted-host host.docker.internal \
@@ -188,11 +188,11 @@ docker run -it --rm \
188188mkdir -p ~ /.config/pip
189189cat > ~/.config/pip/pip.conf << EOF
190190[global]
191- # pip search --index (XML-RPC search)
191+ # pip search --index (XML-RPC search)
192192# https://pip.pypa.io/en/stable/cli/pip_search/
193193index = http://host.docker.internal:2404/repository/python-proxy/pypi
194194
195- # pip install --index-url
195+ # pip install --index-url
196196# https://pip.pypa.io/en/stable/cli/pip_install/
197197index-url = http://host.docker.internal:2404/repository/python-proxy/simple
198198trusted-host = host.docker.internal
0 commit comments