ocurrent / docker-base-images

Generate various Docker ocaml images
https://images.ci.ocaml.org
MIT License
29 stars 19 forks source link

opam-repository-mingw doesn't package OCaml 5 #208

Open MisterDA opened 1 year ago

MisterDA commented 1 year ago

Some code needs to be reverted when OCaml > 4.14.0 becomes available in the default opam-repository for the Windows images. It can be found here in src/conf.ml, and in ocaml-dockerfile (https://github.com/ocurrent/ocaml-dockerfile/commit/45a7508b27f81f0be509ad7b568fee0e4b3cb20a). Reverting is trivial.

MisterDA commented 1 year ago

OCaml 4.14.1 is now available by using https://github.com/ocaml-opam/opam-repository-mingw#sunset. See #217 and 2a73d59f08d75155bcdc41b9f4da6553a335a1da. OCaml 5.0 isn't yet available.