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

feat: add nvcr.io to _WWW_AUTH #511

Merged
merged 3 commits into from
Apr 23, 2024
Merged

Conversation

nobu-k
Copy link
Contributor

@nobu-k nobu-k commented Feb 23, 2024

I reported the issue at #475 (comment) that oci_pull fails to download images from nvcr.io. As suggested in the comment at #284 (comment), I added a new entry for nvcr.io to _WWW_AUTH. I locally applied the patch and confirmed that oci_pull successfully downloaded images which were previously failed.

I took the values from the information provided at https://forums.developer.nvidia.com/t/how-to-get-manifest-from-nvcr-io-docker-registry-using-rest-api/72385/2

@thesayyn
Copy link
Collaborator

Could you add a test for this as well?

@thesayyn
Copy link
Collaborator

i think you need to add the new repo to the tests folder. See: #471 (comment)

@nobu-k
Copy link
Contributor Author

nobu-k commented Feb 23, 2024

Thank you, I was about to ask how it should be tested.

@nobu-k
Copy link
Contributor Author

nobu-k commented Mar 19, 2024

The CI error is due to "no space left". Is this a temporary error, or do I have to find out a smaller image on nvcr.io? (I'm not sure if there's one because a lot of them are >1GB)

@thesayyn thesayyn merged commit 28bdaa9 into bazel-contrib:main Apr 23, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants