Docker
Docker images are published nightly for all releases of makedeb. The images come with minimal packages, containing only the bare necessities needed to run makedeb.
Images can be downloaded from the following:
ghcr.io/makedeb/makedeb
You MUST also append the image name with any of the following tags:
debian-buster
(built fromdebian:buster
)debian-bullseye
(built fromdebian:bullseye
)debian-latest
(built fromdebian:latest
)
Images are published for all currently supported releases of Ubuntu, plus latest
and rolling
. When releases are no longer supported, they stop recieving updates in their respective makedeb Docker images and will no longer be listed here.
ubuntu-bionic
(built fromubuntu:bionic
)ubuntu-focal
(built fromubuntu:focal
)ubuntu-jammy
(built fromubuntu:jammy
)ubuntu-kinetic
(built fromubuntu:kinetic
)ubuntu-rolling
(built fromubuntu:rolling
)ubuntu-latest
(built fromubuntu:latest
)
For example, to pull the beta image with the ubuntu-bionic
tag, pull the following:
ghcr.io/makedeb/makedeb-beta:ubuntu-bionic