-
-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the problem to be solved
I have a private local registry (http only) that I have configured with a hosts.toml file. When starting spegel, this configuration is removed.
/etc/containerd/certs.d/myhost.local/hosts.toml :
server = "http://myhost.local"
[host."http://myhost.local:80"]
capabilities = ["pull", "resolve", "push"]
skip_verify = trueProposed solution to the problem
-
One solution would be to add a way to skip domains so folder is not handled
--skip-domain=myhost.local -
One other solution would be to have a way to set some registry options and generate corresponding configuration. For example `--registry "http://myhost.local:80"=skip_verify=true"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request