feat(containerd): auth support (#7868)

* feat(containerd): auth support

* fix(registry-auth): rename variable
This commit is contained in:
Samuel
2021-08-23 15:40:00 +02:00
committed by GitHub
parent dad4b26c6f
commit a040e521b4
3 changed files with 22 additions and 0 deletions

View File

@@ -70,3 +70,9 @@ containerd_fedora_repo_component: "stable"
# Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally
containerd_extra_args: ''
# Configure registry auth (if applicable to secure/insecure registries)
containerd_registry_auth: []
# - registry: 10.0.0.2:5000
# username: user
# password: pass