Compare commits

...

2 Commits

3 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,7 @@ tested with [podman](https://podman.io/) and [Docker](https://www.docker.com).
recent version of the [AFP](https://www.isa-afp.org) available for the specified
version of Isabelle. The following versions are available on docker hub:
* [logicalhacking/isabelle2021](https://hub.docker.com/r/logicalhacking/isabelle2021)
* [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)

View File

@ -35,6 +35,7 @@ export VERSION SESSIONS CONTAINER DOCKERUID LATEST
$CONTAINER build -t logicalhacking/debian4isabelle debian4isabelle
# Generate Isabelle image(s)
export IMAGE_NAME=logicalhacking/isabelle$VERSION
( cd isabelle && source hooks/build)
# Generate Isabelle/DOF image

4
config
View File

@ -27,8 +27,8 @@
set -e
VERSION=${1:-2020}
VERSION=${1:-2021}
SESSIONS=${2:-"HOL"}
CONTAINER=${3:-docker}
DOCKERUID=${4:-`id -u`}
LATEST="2020"
LATEST="2021"