Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
debug env
  • Loading branch information
yminer committed Jan 2, 2025
1 parent ff8f6db commit c073cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecut
# login Docker Hub to avoid the pull limit
# docker login -u \${DOCKER_HUB_USERNAME} -p \${DOCKER_HUB_PASSWORD}
# set deafult registry to dockerhub.packages.vcfd.broadcom.net
echo "PROXY_REGISTRY is \$PROXY_REGISTRY"
echo '{
"registry-mirrors": [\$PROXY_REGISTRY]
}' | sudo tee /etc/docker/daemon.json > /dev/null
echo "PROXY_REGISTRY is \${PROXY_REGISTRY}"
echo "{
"registry-mirrors": [\${PROXY_REGISTRY}]
}" | sudo tee /etc/docker/daemon.json > /dev/null
# Restart Docker to apply the changes
sudo systemctl reset-failed docker.service
Expand Down

0 comments on commit c073cc1

Please sign in to comment.