Which OCaml Opam docker containers to use

We use ocaml-layer, which I made about a year ago to save us time in CI. It runs a weekly job that builds and publishes a fresh Docker image with everything we want in it. Thanks to this, our CI jobs are fast as the only need to build our own software and none of the external dependencies.

1 Like