# 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)
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)
# 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)
GNU General Public License v3.0 or later
See LICENSE.md to see the full text.