nlewo / nix2container

An archive-less dockerTools.buildImage implementation
Apache License 2.0
501 stars 45 forks source link

[pullImageFromManifest] Make work without authentication as well #105

Closed kolloch closed 8 months ago

kolloch commented 8 months ago

https://github.com/nlewo/nix2container/issues/104

This works for me for the example given.

I also added flags to follow redirects everywhere. At least for the first curl, it seemed to be required for the example given in the issue.

nlewo commented 8 months ago

Thank you!

nlewo commented 8 months ago

@mikepurvis btw, it seems your pullImageFromManifest function has a new user!