Skip to content

Add authconfigs to client, add logging #100

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

BarDweller
Copy link
Collaborator

0.0.13 added per-registry auth, which is used in two ways..

  • by the lifecycle binaries in the phase containers via the CNB_REGISTRY_AUTH var constructed from the config.
  • by docker-java when it interacts with docker/podman, eg, to pull the builder,run images

The first was functional, the second was missing the call to add the auth config to the docker-java client instance.

This PR adds the missing invocation, and adds additional log statements to help debug auth issues next time ;)

@BarDweller BarDweller merged commit f66342d into snowdrop:main Apr 1, 2025
6 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.

1 participant