ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Update the CI and deployment to OCaml 5.2.1, Alpine 2.21, opam 2.3, and use BuildKit syntax in the Dockerfile

Open MisterDA opened this issue 11 months ago • 8 comments

Update the CI and deployment from OCaml 5.2.0 to 5.2.1. Update the deployment image to Alpine 2.21, and opam 2.3 (should be faster).

Updating to the BuildKit syntax should speed up builds a bit, by (among other changes) allowing caching of apk and opam packages. Enabling BuildKit in the deployer also allows parallelism in building the image stages, where possible.

  • [x] https://github.com/ocurrent/ocurrent-deployer/pull/248

MisterDA avatar Nov 25 '24 14:11 MisterDA