Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary assignment for CONTAINER_HUB_PROXY #911

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions jenkins/scripts/integration_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ CAPM3BRANCH="${CAPM3BRANCH:-${CAPM3RELEASEBRANCH}}"

# Container image registry value to override the default value in m3-dev-env
export CONTAINER_REGISTRY=${CONTAINER_REGISTRY:-"registry.nordix.org/quay-io-proxy"}

#NOTE (elfosardo): this can be removed once https://github.com/metal3-io/metal3-dev-env/pull/1473 merges
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to keep Docker Hub for some images like Kind, so this comment is incorrect.

export DOCKER_HUB_PROXY=${DOCKER_HUB_PROXY:-"registry.nordix.org/docker-hub-proxy"}
#NOTE(elfosardo): this can be changed to ${CONTAINER_HUB_PROXY:-"registry.nordix.org/docker-hub-proxy"}
#once https://github.com/metal3-io/metal3-dev-env/pull/1473 merges
export CONTAINER_HUB_PROXY=${DOCKER_HUB_PROXY:-"registry.nordix.org/docker-hub-proxy"}