A repository of Dockerfiles for running Isabelle or projects based on Isabelle.
Go to file
Achim D. Brucker 2cfef2ddfc Allow user of podman as alternative to docker. 2021-01-03 21:50:25 +00:00
.ci Added support for Isabelle 2019. 2019-06-18 07:39:43 +01:00
debian4isabelle Allow user of podman as alternative to docker. 2021-01-03 21:50:25 +00:00
isabelle Allow user of podman as alternative to docker. 2021-01-03 21:50:25 +00:00
isabelle_dof Allow user of podman as alternative to docker. 2021-01-03 21:50:25 +00:00
LICENSE Initial commit. 2019-01-02 07:41:12 +00:00
README.md Fixed typo. 2021-01-03 16:29:38 +00:00
build.sh Allow user of podman as alternative to docker. 2021-01-03 21:50:25 +00:00

README.md

Dockerfiles for Isabelle and Related Projects

This repository contains Dockerfiles for running Isabelle and projects based on Isabelle.

List of Dockerfiles

  • debian4isabelle provides a generic Debian image that serves as basis for the Isabelle docker files. This image is not eagerly optimized for size, as it goal is to include all tools that are required for running Isabelle and tools based on Isabelle (e.g., HOL-TestGen).

  • isabelle provides a parametrized Dockerfile to generate docker images for various version of Isabelle. The image will also contain a copy of the most recent version of the AFP available for the specified version of Isabelle.

  • isabelle_dof provides a parametrized Dockerfile to generate docker images of Isabelle/DOF. Isabelle/DOF is a document authoring framework for Isabelle, provided by the University of Exeter and the University of Paris-Saclay.

Authors

Main author: Achim D. Brucker

License

If not otherwise stated, all Dockerfiles are licensed under a 2-clause BSD-style license.

SPDX-License-Identifier: BSD-2-Clause

Master Repository

The master git repository for this project is hosted by the Software Assurance & Security Research Team at https://git.logicalhacking.com/lh-docker/lh-docker-isabelle.