🐳 Docker images that don't deserve a separate repo.
These Docker images have almost no custom code (e.g. they are specific to an included software).
📦 These images are also on Docker Hub and run on several architectures (e.g. amd64, arm64, ...). To see the full list of supported platforms, please refer to the
.github/workflows/main.ymlfile. If you need an architecture which is currently unsupported, feel free to open an issue.
If you want to contribute to this project, you can use the following one-liner to rebuild an image and bring up the Docker-Compose stack every time you make a change to the code:
docker-compose down && docker-compose up --build