-
Notifications
You must be signed in to change notification settings - Fork 59
move busybox to quay.io #402
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
move busybox to quay.io #402
Conversation
Signed-off-by: James Busche <jbusche@us.ibm.com>
|
Hey, unit tests looked good - thank you @tedhtchang with the help on getting poetry on my Mac working... |
|
Testing now in my cluster... |
|
Testing in my cluster looked good too - here's what I did
Now when I run the 0_basic_ray.ipynb or 2_basic_jobs.ipynb, instead of using the docker.io old version of busybox, it's using the quay.io newer version of busybox. |
|
job.status() |
tedhtchang
left a comment
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.
/LGTM
Fiona-Waters
left a comment
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.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KPostOffice, tedhtchang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |

Closes #324'
What changes have been made
Swapping out the docker.io busybox to the quay.io one.
Reason for the Change:
At least at IBM on our Fyre clusters, the docker.io pulls are getting a rate-limit error
But quay.io doesn't have a rate-limit issue, so we've moved the docker.io busybox over to quay.io and are using it in the tests and guided demos so that people don't see this docker pull issue in the future.
Verification steps
Checks