-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
vendor: github.com/docker/distribution v2.8.3 #46542
Conversation
151116c
to
55bbdd6
Compare
Wondering if this could be a legit failure
|
Test looks to be failing indeed;
I wonder though where the moby/distribution/pull_v2_test.go Lines 268 to 273 in 605c8fb
That would probably come from moby/vendor/github.com/docker/distribution/registry/api/errcode/register.go Lines 36 to 46 in 605c8fb
|
Fixed that one, but need to look at the integration-cli ones;
|
3f866cc
to
65eded2
Compare
65eded2
to
aad1ee7
Compare
- Fix storageDriver gcs not registered in binaries - reference: replace uses of deprecated function SplitHostname - Dont parse errors as JSON unless Content-Type is set to JSON - update to go1.20.8 - Set Content-Type header in registry client ReadFrom - deprecate reference package, migrate to github.com/distribution/reference - digestset: deprecate package in favor of go-digest/digestset - Do not close HTTP request body in HTTP handler full diff: distribution/distribution@v2.8.2...v2.8.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
aad1ee7
to
e1d0aac
Compare
opening as draft, as it's not tagged / released yet
full diff: distribution/distribution@v2.8.2...v2.8.3
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)