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

Backport of docker: fix a bug where auth for private registries wasn't parsed correctly into release/1.9.x #24230

Merged

Conversation

hc-github-team-nomad-core
Copy link
Contributor

Backport

This PR is auto-generated from #24215 to be assessed for backporting due to the inclusion of the label backport/1.9.x.

The below text is copied from the body of the original PR.


In #23966 we introduced an official Docker client and did not notice that in contrast to our previous 3rd party client, the official SDK PullOptions object expects a base64 encoded JSON with username and password, instead of username/password pair.

This PR fixes the issue and adds e2e tests for Docker driver auth.

Fixes #24181
Internal ref: https://hashicorp.atlassian.net/browse/NET-11310


Overview of commits

@vercel vercel bot temporarily deployed to Preview – nomad-ui October 16, 2024 20:07 Inactive
@pkazmierczak pkazmierczak merged commit 18c802e into release/1.9.x Oct 16, 2024
20 of 21 checks passed
@pkazmierczak pkazmierczak deleted the backport/b-docker-auth/grossly-mint-tarpon branch October 16, 2024 20:11
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