Run opam init in OS base image#66
Conversation
Initialise opam without a switch in the OS base image - each compiler container then merely adds a switch.
|
It's live and building images now: https://base-images.ocamllabs.io/ |
|
Be very afraid 😈 |
|
This change just broke opam-health-check as it's using the base image with opam 2.1 and now requires user input to upgrade the it's not a big deal but just so you know for next time. |
|
If opam-health-check’s overriding opam, would it be better for it to be using an image at an earlier stage of the pipeline? Or should there therefore be an earlier stage? Each compiler container having to init opam itself ground my poor mechanical disk to a halt 🙂 |
|
It's ok I just fixed it in kit-ty-kate/opam-health-check-ng@baaa4fd. It's not too much of a bother to me since I only do this step once. |
Split off from #65