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: Use default registry credentials when they are set #317

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

tschroeder-zendesk
Copy link
Contributor

@tschroeder-zendesk tschroeder-zendesk commented Feb 21, 2024

Description

This allows credentials for the default index to be used. In our case we have the business version of docker hub and get a 407 proxy error when we don't use user/pass via PAT token to auth to docker. As such we store the creds and this fix allows that situation to work.

Issues Resolved

List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant

Type of Change

Our release process assumes you are using Conventional Commit messages.

The most important prefixes you should have in mind are:

  • _fix_: which represents bug fixes, and correlates to a SemVer patch.
  • _feat_: which represents a new feature, and correlates to a SemVer minor.
  • _feat!_:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a major version change.

If you have not included a conventional commit message this can be fixed on merge.

Check List

@tschroeder-zendesk
Copy link
Contributor Author

Not sure what needs to be done, but this issue is still causing major issues for my team. We have to manually apply this change to kitchen-dokken locally and then again every time we update ruby versions. It's a pretty simple change. Let me know what else I need to do.

@tschroeder-zendesk tschroeder-zendesk changed the title Use default registry credentials when they are set fix: Use default registry credentials when they are set Oct 11, 2024
@tschroeder-zendesk
Copy link
Contributor Author

tschroeder-zendesk commented Oct 23, 2024

@test-kitchen/maintainers Can I get some movement here please?

CC: @Stromweld @ramereth @damacus

@ramereth ramereth merged commit 5e7f3e6 into test-kitchen:main Oct 23, 2024
7 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