-
Notifications
You must be signed in to change notification settings - Fork 584
[Europe GCR 1/3] un-hardcode gcr.io repo from various scripts #18125
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
Conversation
|
!ci-build-me |
1 similar comment
|
!ci-build-me |
9fd7042 to
724f911
Compare
|
!ci-build-me |
scripts/docker/promote.sh
Outdated
| else | ||
| TARGET_REPO=$GCR_REPO | ||
| if [[ -z "$TARGET_REPO" ]]; then | ||
| TARGET_REPO=$REGISTRY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In what use case, would TARGET_REPO & REGISTRY be different, may I ask?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
righty, my mistake when splitting PR, good catch
| MINA_IMAGE="gcr.io/o1labs-192920/mina-daemon:$MINA_DOCKER_TAG-berkeley" | ||
| ARCHIVE_IMAGE="gcr.io/o1labs-192920/mina-archive:$MINA_DOCKER_TAG-berkeley" | ||
|
|
||
| MINA_IMAGE="$DOCKER_REPO/$MINA_DOCKER_NAME:$MINA_DOCKER_TAG-berkeley" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for future: I remember berkeley is just devnet with a different genesis? We should probably consider removing berkeley testnet after the HF.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fixing it here: #18112
|
!ci-build-me |
|
!ci-bypass-changelog |
PR is Part of great migration from gcr.io to europe repo for cost optimization. In this, very first step we just want to open up the door for repo changes by exposing paramters which defines docker repositories.