This is a collection of Docker images I have created because nothing that already existed fit my needs. I.E no FROM scratch
final image with proper security and the bare minimum needed to run.
I want to setup a system so that I can publish to multiple registrys and the images that have depends on other images that are built within the same repo use the registry base image from the same. If that makes sense. So if I publish to GitHub Registry + Docker Hub the Docker Hub Sonarr Image would be FROM REPO/USER/Program/Mono
and the GitHub Registry would be FROM docker.pkg.github.com/REPO/USER/Program/Mono
this should be able to be done either with build args or ENV replacement. Maybe if all images were in a root docker-compose.yml
and then image repo is set with env and built with docker-compose build
This is a Scratch based static Docker daemon and CLI image.
Docker compose Stack templates
Application | Notes | Project | ||
---|---|---|---|---|
Jitsi Meet | Jitsi Meet server | |||
Netbox | Netbox IPAM | |||
Cabot | Cabot Monitoring | |||
Teleport | Teleport Single Container no HA/CA nor redundancy | |||
See ./Stacks/Swarm