Skip to content
Snippets Groups Projects
Unverified Commit 2146ba42 authored by Varac's avatar Varac
Browse files

Disable dependency proxy for now

Related: #1057
parent e500de96
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,9 @@ python3 -m stackspin "$VPS_HOSTNAME" create \
--create-domain-records \
--subdomain "$SUBDOMAIN" \
--disk-image-id '-9102' \
--truncate-subdomain \
--docker-mirror-server="${CI_DEPENDENCY_PROXY_SERVER}" \
--docker-mirror-endpoint="${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}" \
--docker-mirror-username="${CI_RUNNER_PERSONAL_ACCESS_USERNAME}" \
--docker-mirror-password="${CI_RUNNER_PERSONAL_ACCESS_TOKEN}"
--truncate-subdomain
# Disabled for now, see https://open.greenhost.net/stackspin/stackspin/-/issues/1057
# --docker-mirror-server="${CI_DEPENDENCY_PROXY_SERVER}" \
# --docker-mirror-endpoint="${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}" \
# --docker-mirror-username="${CI_RUNNER_PERSONAL_ACCESS_USERNAME}" \
# --docker-mirror-password="${CI_RUNNER_PERSONAL_ACCESS_TOKEN}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment