rocq/rocq-prover

March 11, 2026 · View on GitHub

tags pipeline status dev image pulls stars
dockerfile base

This repository provides Docker images of the Rocq Prover.

These images are based on this parent image, itself based on Debian 12 Slim and relying on the last version of opam 2.x:

GitHub repoTypeDocker Hub
docker-coq-actionGitHub ActionN/A
docker-rocqDockerfilerocq/rocq-prover
docker-baseDockerfilerocq/base
DebianLinux distrodebian

See also the docker-coq wiki for details about how to use such images locally or in a CI context.

This Dockerfile repository is mirrored on GitLab, but issues and pull requests are tracked on GitHub.

Note

Note that this repository only contain Docker images for the Rocq Prover ≥ 9.0.
For earlier versions of the Coq Proof Assistant ≤ 8.20.1, use coqorg/coq images instead.

Tip

For most use cases, the tags 9.X (release version) and dev (development version) are the most relevant. Indeed, we recommend to omit the patchlevel field (using 9.X instead of 9.X-rc1 or 9.X.0) in your CI, so that you need not change the chosen Docker tag when a new patchlevel version of the Rocq Prover is released.