Hi, How often are the ocaml/opam docker containers rebuilt and what determines the build order? E.g. 'ocaml/opam:latest' and 'ocaml/opam:debian' was last updated 9 days ago according to docker hub, but then some images were updated a few hours ago. That looks confusing, would it be possible to prioritize building 'ocaml/opam:latest'?
As a workaround I can git pull and opam update if I want to install a new package: $ sudo docker run -it ocaml/opam opam install qtest.2.2 [ERROR] No package matches qtest.2.2. $ sudo docker run -it ocaml/opam bash -c 'cd /home/opam/opam-repository; git pull && opam update && opam install qtest.2.2' [...] OK, it installs it Best regards, -- Edwin Török | Co-founder and Lead Developer Skylable open-source object storage: reliable, fast, secure http://www.skylable.com _______________________________________________ opam-devel mailing list opam-devel@lists.ocaml.org http://lists.ocaml.org/listinfo/opam-devel