Open
Description
Hi,
I'm trying to use nerdctl with a private harbor without TLS, while the global flag --insecure-registry does not really ignore the HTTP responses.
Here is what i didi:
pull
nerdctl --insecure-registry pull 192.168.88.150/devops/kaniko-project-executor:debug
push
nerdctl -n k8s.io --insecure-registry push 192.168.88.150/k8s/coredns:v1.8.0