A single static binary build of the Fossil distributed version control system and not a thing else
10K+
These images are built based on the Fossil project's stock Dockerfile using a custom build system to produce tagged images suitable for automated deployment with Podman.
Image tags correspond to the upstream Fossil check-in names, in three forms:
version-*" which corresponds to the upstream Fossil release tagged the same way. I keep only the latest one since it's rare to have a good reason to be on anything older than the latest stable release.latest" tag is generally an alias for the most recent hex-tagged image, except in the short window between a release and the first test build, when it points to the release image.This container expects the repository it serves to be called /museum/repo.fossil. This should be a bind-mounted directory and not a lone file. This scheme incentivizes naming the enclosing directory more descriptively on the host side:
$ docker run \
--publish localhost:9999:8080 \
--name fossil-myproject \
--volume ~/museum/myproject:/museum \
tangentsoft/fossil
Binding the container to a high-numbered port on localhost like this is a good choice when putting it behind a front-end proxy of some sort, but this is merely one of several ways to set up a Fossil server.
See the official documentation for this container for further details.
Content type
Image
Digest
sha256:9526d869b…
Size
4.7 MB
Last updated
22 days ago
docker pull tangentsoft/fossil