Maybe a silly question, but I would like to get a docker image with opam 2.3.0
The opam docs state for the provided installation script:
Note that this script is intended for end-users, not CI. For that purpose, you can use pre-built Docker images for various configurations.
The image page states:
What’s inside?
Each image contains the following:
- The latest release of
opam
However running:
podman run -it ocaml/opam:debian-12-ocaml-5.2
and opam --version
I get 2.0.10
Is there an image I have missed, and if not: Is there a CI specific script for installing a specific version/the latest version of opam, that doesn’t have confirmations etc.?