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

Fix usage of URL based registries #1222

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

c0d1ngm0nk3y
Copy link
Contributor

Summary

When reading the keychain from the environment in order, the registry were taken exactly as specified. This resulted in some cases where the credentials were not found and required the user to specify exactly the expected format although docker pull worked with the same credentials.

Release notes

Fixes access of url based repositories for specific cases.


Related

Resolves #___


Context

Example that did not work:

{
    "auths": {
        "https://index.docker.io/v1/": {
            "auth": "..."
        }
    }
}

Signed-off-by: Johannes Dillmann <j.dillmann@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
@c0d1ngm0nk3y c0d1ngm0nk3y requested a review from a team as a code owner October 18, 2023 08:31
Copy link
Member

@natalieparellano natalieparellano left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @c0d1ngm0nk3y!

@natalieparellano natalieparellano merged commit ab2fe4f into buildpacks:main Oct 18, 2023
8 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.

3 participants