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 230 forks source link

Login to Azure container Registry Fails #298

Closed ageekymonk closed 2 months ago

ageekymonk commented 3 years ago

Img cannot be used to login to azure container registry. This is due to Pinging registry without auth credentials causing it to fail. So removed pinging altogether.

PS: Ideally, the fix should be in reg the library but there is no release for nearly a year. Until we get that change in reg, adding a workaround here to fix this.