We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3da41 commit dc95d5cCopy full SHA for dc95d5c
test/e2e/Jenkinsfile
@@ -23,9 +23,9 @@ class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecut
23
script.usernamePassword(credentialsId: "79e9fd98-cdf5-4f55-81fa-ecba01365534", usernameVariable: "DOCKER_HUB_USERNAME", passwordVariable: "DOCKER_HUB_PASSWORD")]) {
24
script.sh """
25
# Set proxy registry or docker credential to bypass Docker Hub rate limit
26
+ echo "PROXY_REGISTRY is \${PROXY_REGISTRY}"
27
if [[ "\${PROXY_REGISTRY}" != "" ]]; then
28
# set deafult registry to a proxy registry
- echo "PROXY_REGISTRY is \${PROXY_REGISTRY}"
29
echo '{
30
"registry-mirrors": ["'"\${PROXY_REGISTRY}"'"]
31
}' | sudo tee /etc/docker/daemon.json > /dev/null
0 commit comments