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

model: container-registry.mirrors different settings representation #1791

Merged
merged 2 commits into from
Nov 10, 2021

Commits on Nov 1, 2021

  1. model: change container-registry.mirrors type

    Changes the model for `container-registry.mirrors` from a `HashMap` to a vector of
    structs.
    Adds a custom deserializer to deserialize from either a TOML table or a
    TOML sequence.
    etungsten committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    a64a4c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    d60287c View commit details
    Browse the repository at this point in the history