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

docker, containerd: image registry mirrors #1629

Merged
merged 3 commits into from
Aug 2, 2021

Commits on Aug 2, 2021

  1. docker, containerd: container image registry mirrors

    Adds a new setting `settings.container-registry.mirrors` that lets users set
    pull-through caches for container image registries.
    etungsten committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    56062ea View commit details
    Browse the repository at this point in the history
  2. host-ctr: add support for container image registries

    Adds support for configuring container image registrys for
    host-containers and bootstrap containers. A lot of the logic is
    borrowed from containerd-cri plugin's implementation of image registry
    mirrors.
    etungsten committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    98a3796 View commit details
    Browse the repository at this point in the history
  3. migrations: migrate settings.container-registry, and related models

    Adds migrations for the new `container-registry` setting and the new
    docker daemon config file and the new config file for host-containers
    and bootstrap containers.
    etungsten committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    62e69aa View commit details
    Browse the repository at this point in the history