Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jm1/docker-artifacts
Debian-based Docker images
https://github.com/jm1/docker-artifacts
debian docker docker-image
Last synced: 2 months ago
JSON representation
Debian-based Docker images
- Host: GitHub
- URL: https://github.com/jm1/docker-artifacts
- Owner: JM1
- License: gpl-3.0
- Created: 2018-08-07T09:39:58.000Z (over 6 years ago)
- Default Branch: dist-amd64
- Last Pushed: 2024-03-31T09:16:09.000Z (9 months ago)
- Last Synced: 2024-04-16T00:13:45.587Z (9 months ago)
- Topics: debian, docker, docker-image
- Language: Shell
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 2
- 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))