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

Replace registryCreds array with authConfig object to ease usage for docker users #4

Merged
merged 1 commit into from
May 27, 2024

Conversation

chrisdostert
Copy link
Contributor

@chrisdostert chrisdostert commented May 27, 2024

Previously we took a registryCreds array into this op to provide auth for image pulls, however, that makes it more difficult for those who use docker and have a docker.config. Although in the future we might revisit this, for now this PR proposes we instead take in an authConfig object which is in the same format as a docker.config file and will lower the barrier to use for docker users.

@chrisdostert chrisdostert requested a review from a team as a code owner May 27, 2024 10:26
@chrisdostert chrisdostert merged commit 1e0acb4 into main May 27, 2024
1 check 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