https://github.com/jm1/docker-artifacts
Container images based on Debian and Fedora
https://github.com/jm1/docker-artifacts
debian docker docker-image
Last synced: 4 months ago
JSON representation
Container images based on Debian and Fedora
- Host: GitHub
- URL: https://github.com/jm1/docker-artifacts
- Owner: JM1
- License: gpl-3.0
- Created: 2018-08-07T09:39:58.000Z (almost 8 years ago)
- Default Branch: dist-amd64
- Last Pushed: 2026-01-14T11:26:11.000Z (5 months ago)
- Last Synced: 2026-01-14T15:45:09.371Z (5 months ago)
- Topics: debian, docker, docker-image
- Language: Shell
- Homepage:
- Size: 260 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-artifacts
[Debian-based](https://www.debian.org/) [Docker images](https://hub.docker.com/r/jm1337/).
## How to pull images from Docker Hub
```
# get docker-artifacts
git clone --depth 1 https://github.com/JM1/docker-artifacts.git
# pull all images
make docker-pull
# build only e.g. jm1337/debian:bullseye
(cd debian\:bullseye && make docker-pull)
```
## How to build images locally
Building the docker images requires Docker, Packer, Ansible (>=2.9) and GNU make.
```
# get docker-artifacts
git clone --depth 1 https://github.com/JM1/docker-artifacts.git
# build all images
make
# build only e.g. jm1337/debian:bullseye
(cd debian\:bullseye && make)
```
## How to push images to Docker Hub
```
# get docker-artifacts
git clone --depth 1 https://github.com/JM1/docker-artifacts.git
# build all images
make
# push all images
make docker-push
# push only e.g. debian:bullseye
(cd debian\:bullseye && make docker-push)
```
## License
GNU General Public License v3.0 or later
See [LICENSE.md](LICENSE.md) to see the full text.
## Author
Jakob Meng
@jm1 ([github](https://github.com/jm1), [galaxy](https://galaxy.ansible.com/jm1), [web](http://www.jakobmeng.de))