genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.88k stars 229 forks source link

Not able to login to in-secured private registry #357

Open k-p-ani opened 2 years ago

k-p-ani commented 2 years ago

Hello Everyone, What is the way to login to in-secured private registry using "img". This image registry is a development environment and used by multiple teams. When using docker cli this works by making below entry into daemon.json file { "insecure-registries" : ["https://**myregistry.com**"] }

Thanks in advance