-
Notifications
You must be signed in to change notification settings - Fork 12
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
bump deps, get rid of deprecated types.AuthConfig #93
Conversation
PR Description updated to latest commit (852e4a4) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
701956f
to
bb60bae
Compare
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
Summary:
|
Type
enhancement, dependencies
Description
registry
package from Docker, replacing deprecatedtypes.AuthConfig
.Changes walkthrough
dockerregistrycredsutils.go
Refactor AuthConfig to Use New Docker Registry Package
cloudsupport/dockerregistrycredsutils.go
github.com/docker/docker/api/types/registry
instead of
github.com/docker/docker/api/types
.types.AuthConfig
toregistry.AuthConfig
across variousfunctions.
cloudvendorregistrycreds.go
Update Cloud Vendor Registry Credentials to Use New Docker Registry
Types
cloudsupport/cloudvendorregistrycreds.go
github.com/docker/docker/api/types/registry
.types.AuthConfig
withregistry.AuthConfig
for cloud vendorregistry credentials functions.
go.mod
Upgrade Go Version and Update Dependencies
go.mod