Subject: Ssreflect Users Discussion List
List archive
- From: Erik Martin-Dorel <>
- To: ,
- Cc: Cyril Cohen <>
- Subject: [ssreflect] Docker images of coq-mathcomp-character
- Date: Thu, 7 Feb 2019 16:33:35 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:L/4EPxIKfWyYxCb6pNmcpTZWNBhigK39O0sv0rFitYgfKvXxwZ3uMQTl6Ol3ixeRBMOHs6IC07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffwZFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QKsqUjq+8ahkVB7oiD8GNzEn9mHXltdwh79frB64uhBz35LYbISTOfV5Yq3Tfc0XSXNYUstMTSNOH5+xYJYJD+QdIelYsZTyq0UTphe6BQSgGebjxzlVjXH0wKI6yfwsHw/G0gI+AtwAs3vbo8noO6kdX++417XIwDbZYv9KxTvw8orFfxY8qv+MR7Jwds/RxFEgGQPfj1WQqpHuMTSP2eQXr2ib7uxgWfuhhW4gsQF+vDyvzdorh4bXnIIVy1PE+T98wIkvP924VE97Ydi9HJRNsCGaLZV5Qsc5TmFpoiY6y6EGtYS1fCgQ0ZkqwQPUZfKAc4iN+B3jVeCRLC9li3JiZL2/hAi98VK6xuLgUcm01U5GriVEktnQtnANygfc5tKbRft6+0etwTeP1xrS6uFYO0w0m7DbJpg8ybAzjpoeqVnPEyDrlEnskaOaa0Up9vK25+noeLnquJmRPJJuhA7kKKQhgMm/DPw4MgcQW2ib/vyx1Kbm/U3lWLVGk+c6kqjDsJDbOcQXvKC5AxVN3oYi7RawESum3cwFkXQIMV5JYg+Lg5XpNl3UPvz1Au2zj0q0nDdu3f/GP7nhApvXLnjElbfsZahy61RdyAow19xf4ohbCqsdIPLyXE/9rcHXDhgjMwOqx+bqE9R91pkfWWKTGKOZPrnSvUeS5u0zO+mMeJMVuDHlJvg+/P7ul2E2mVEZfaa3wZQXdGu1Hu9mIkWceXrjmM0NEWYMvgokTezlkkeOUTBJZyX6Y6Vp/SohBYyiAIzfboW2mvmA2j26F9tXYHpHAxaCCzOgcoyYW/wLbTrXLsJ/uj0CT7moDYE7hj+0swqv5qBmLaLx8zcEtJSm+N9v6umbwRwo9D8yCs2Hz2CLCm1zhG4Mbz4s3bw5r1YrmQTL6rRxn/ENTY8b3PhOSApvcMKNlr0oO5XJQgvEO+yxZhOjS9SiDys2S4NjwsUPfwBzAYf710yR72+RG7YQ0oezKtks6KuNjXnrJto7xWyUjPB83WljedNGMCidvoA69wXXANeUwV6ci77zM6UG3TKL+n3RlWc=
Dear math-comp developers and users,
We are happy to announce the immediate availability of Docker images
of the math-comp library in the Docker Hub registry:
https://hub.docker.com/u/mathcomp/
These images are based on the official images of Coq
https://hub.docker.com/r/coqorg/coq (that are documented in this wiki:
https://github.com/coq-community/docker-coq/wiki) and additionally
contain the coq-mathcomp-character package.
These images are split in two parts:
* Stable versions <https://hub.docker.com/r/mathcomp/mathcomp>
* mathcomp/mathcomp:1.7.0-coq-8.6 (opam switch: 4.02.3)
* mathcomp/mathcomp:1.7.0-coq-8.7 (opam switches: 4.05.0, 4.07.0+flambda)
* mathcomp/mathcomp:1.7.0-coq-8.8 (opam switches: 4.05.0, 4.07.0+flambda)
* mathcomp/mathcomp:1.7.0-coq-8.9 (opam switches: 4.05.0, 4.07.0+flambda)
* nightly build of Coq:
mathcomp/mathcomp:1.7.0-coq-dev (opam switches: 4.05.0, 4.07.0+flambda)
* Development version <https://hub.docker.com/r/mathcomp/mathcomp-dev>:
* mathcomp/mathcomp-dev:coq-8.6 (opam switch: 4.02.3)
* mathcomp/mathcomp-dev:coq-8.7 (opam switch: 4.07.0+flambda)
* mathcomp/mathcomp-dev:coq-8.8 (opam switch: 4.07.0+flambda)
* mathcomp/mathcomp-dev:coq-8.9 (opam switch: 4.07.0+flambda)
* nightly build of Coq (at the time math-comp master was built on GitLab
CI):
mathcomp/mathcomp-dev:coq-dev (opam switch: 4.07.0+flambda)
So you can now use these images in a CI context, or get a coqtop REPL
with math-comp by running e.g.:
$ docker run --rm -it mathcomp/mathcomp:1.7.0-coq-8.9 rlwrap coqtop
Kind regards,
Erik
--
Érik Martin-Dorel, PhD
Maître de Conférences, Lab. IRIT, Univ. Toulouse 3
https://www.irit.fr/~Erik.Martin-Dorel
- [ssreflect] Docker images of coq-mathcomp-character, Erik Martin-Dorel, 02/07/2019
- Re: [ssreflect] Docker images of coq-mathcomp-character, Emilio Jesús Gallego Arias, 02/08/2019
- Re: [ssreflect] [mathcomp-dev] Docker images of coq-mathcomp-character, Emilio Jesús Gallego Arias, 02/08/2019
- Re: [ssreflect] Docker images of coq-mathcomp-character, Erik Martin-Dorel, 02/08/2019
- Re: [ssreflect] Docker images of coq-mathcomp-character, Emilio Jesús Gallego Arias, 02/09/2019
- Re: [ssreflect] Docker images of coq-mathcomp-character, Erik Martin-Dorel, 02/09/2019
- Re: [ssreflect] Docker images of coq-mathcomp-character, Emilio Jesús Gallego Arias, 02/09/2019
- Re: [ssreflect] Docker images of coq-mathcomp-character, Emilio Jesús Gallego Arias, 02/08/2019
Archive powered by MHonArc 2.6.18.