https://github.com/k-foss/docker
Collection of Docker images, Stacks, Scripts, and more I have created.
https://github.com/k-foss/docker
docker-images
Last synced: 2 months ago
JSON representation
Collection of Docker images, Stacks, Scripts, and more I have created.
- Host: GitHub
- URL: https://github.com/k-foss/docker
- Owner: K-FOSS
- Created: 2020-01-08T00:20:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T13:47:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T23:12:43.598Z (4 months ago)
- Topics: docker-images
- Language: Dockerfile
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-FOSS Docker Images
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.
## Plans
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`
## Images
### Images/Docker
This is a Scratch based static Docker daemon and CLI image.
## Stacks
### Stacks
#### Docker Compose
Docker compose Stack templates
| _Application_ | _Notes_ | _Project_ | | |
| ---------------------------------------- | ------------------------------------------------- | --------- | --- | --- |
| [Jitsi Meet](./Stacks/Compose/Jitsi) | Jitsi Meet server | | | |
| [Netbox](./Stacks/Compose/Netbox) | Netbox IPAM | | | |
| [Cabot](./Stacks/Compose/Cabot) | Cabot Monitoring | | | |
| [Teleport](./Stacks/Compose/TeleportAIO) | Teleport Single Container no HA/CA nor redundancy | | | |
| | | | | |
| | | | | |
| | | | | |#### Docker Swarm Stacks
See [./Stacks/Swarm](./Stacks/Swarm)