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

ContainerRegistry: Add a struct to represent a registry operation #29

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. ContainerRegistry: Add a struct to represent a registry operation

    Refactor RegistryClient, adding a struct which holds all the necessary
    information about a requested operation on the registry.
    
    This makes the separation of RegistryClient and HTTPClient's
    responsibilities clearer, and allows us to centralise the generation
    of registry URLs.  In the future it will make further improvements
    easier, such as changing how authentication is handled and providing
    more detailed error messages.
    euanh committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ce81ed2 View commit details
    Browse the repository at this point in the history