dockerfile: download frozen images with regctl #50668
dockerfile: download frozen images with regctl #50668crazy-max wants to merge 2 commits intomoby:masterfrom
Conversation
3304905 to
c0a6551
Compare
Or - in future(?);
|
c0a6551 to
31ac611
Compare
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
31ac611 to
57db2ac
Compare
|
Argh OCI layout will not work with graphdriver obviously: |
Curious; could graph drivers also do without the cc @sudo-bmitch |
regctl only includes the |
alternative to #50659
Use regctl to download frozen images instead of our script. About rate limitation that might happen in GHA so I was thinking we could mount docker config of the runner as secret when building on CI. Can be a follow-up if you want. Didn't remove the script yet as it lives in contrib dir so might be used by other projects. From a quick look, not many.