lh-docker-isabelle/README.md

54 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

# [Dockerfiles for Isabelle and Related Projects](https://git.logicalhacking.com/lh-docker/lh-docker-isabelle)
2019-01-02 07:41:12 +00:00
This repository contains Dockerfiles for running [Isabelle](https://isabelle.in.tum.de)
and projects based on [Isabelle](https://isabelle.in.tum.de). The Dockerfiles are
tested with [podman](https://podman.io/) and [Docker](https://www.docker.com).
2019-01-02 07:41:12 +00:00
## List of Dockerfiles
2019-01-02 07:41:12 +00:00
* [debian4isabelle](debian4isabelle/Dockerfile) provides a generic [Debian](https://www.debian.org)
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
2021-01-24 14:53:53 +00:00
running Isabelle and tools based on Isabelle (e.g., HOL-TestGen). The following
versions are available on docker hub:
2021-01-24 14:57:00 +00:00
2021-01-24 14:55:17 +00:00
* [logicalhacking/debian4isabelle](https://hub.docker.com/r/logicalhacking/debian4isabelle)
2019-01-02 07:41:12 +00:00
* [isabelle](isabelle/Dockerfile) 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](https://www.isa-afp.org) available for the specified
2021-01-24 14:53:53 +00:00
version of Isabelle. The following versions are available on docker hub:
2021-01-24 14:57:00 +00:00
2021-03-18 19:19:29 +00:00
* [logicalhacking/isabelle2021](https://hub.docker.com/r/logicalhacking/isabelle2021)
2021-01-24 14:55:17 +00:00
* [logicalhacking/isabelle2020](https://hub.docker.com/r/logicalhacking/isabelle2020)
* [logicalhacking/isabelle2019](https://hub.docker.com/r/logicalhacking/isabelle2019)
* [logicalhacking/isabelle2018](https://hub.docker.com/r/logicalhacking/isabelle2018)
* [logicalhacking/isabelle2017](https://hub.docker.com/r/logicalhacking/isabelle2017)
* [isabelle_dof](isabelle_dof/Dockerfile) provides a parametrized Dockerfile to generate
docker images of [Isabelle/DOF](https://git.logicalhacking.com/isabelle_dof/isabelle_dof).
[Isabelle/DOF](https://git.logicalhacking.com/isabelle_dof/isabelle_dof) is a document
authoring framework for Isabelle, provided by the University of Exeter and the University
2021-01-24 14:53:53 +00:00
of Paris-Saclay. The following versions are available on docker hub:
2021-01-24 14:57:00 +00:00
2021-03-21 00:41:35 +00:00
* [logicalhacking/isabelle_dof-1.1.0_isabelle2021](https://hub.docker.com/r/logicalhacking/isabelle_dof-1.1.0_isabelle2021)
* [logicalhacking/isabelle_dof-1.1.0_isabelle2020](https://hub.docker.com/r/logicalhacking/isabelle_dof-1.1.0_isabelle2020)
2021-01-24 14:57:00 +00:00
* [logicalhacking/isabelle_dof-1.0.0_isabelle2019](https://hub.docker.com/r/logicalhacking/isabelle_dof-1.0.0_isabelle2019)
2019-01-03 09:41:12 +00:00
2019-01-02 07:41:12 +00:00
## Authors
Main author: [Achim D. Brucker](http://www.brucker.ch/)
## License
2021-01-03 16:29:38 +00:00
If not otherwise stated, all Dockerfiles are licensed under a 2-clause
2019-01-02 07:41:12 +00:00
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](https://logicalhacking.com) at
<https://git.logicalhacking.com/lh-docker/lh-docker-isabelle>.