These are docker images based off of official Ubuntu images on Docker Hub.
The images on Docker Hub are not always updated as regularly as I would like. They can ship vulnerable libraries/binaries so in order to combat that, I am maintaining my own rebased images. There are no customizations outside of patching and rebasing the images.
The following is a list of multi-arch (amd64 & arm64) tags for each release.
-<arch> appended (e.g. - mbentley/ubuntu:latest-amd64)| Distro | Base Image | Rebased Image |
|---|---|---|
| Ubuntu | ubuntu:latestubuntu:24.04 | mbentley/ubuntu:latestmbentley/ubuntu:24.04 |
| Ubuntu | ubuntu:22.04 | mbentley/ubuntu:22.04 |
| Ubuntu | ubuntu:20.04 | mbentley/ubuntu:20.04 |
| Distro | Base Image | Rebased Image |
|---|---|---|
| Ubuntu | ubuntu:18.04 | mbentley/ubuntu:18.04 |
| Ubuntu | ubuntu:16.04 | mbentley/ubuntu:16.04 |
for VERSION in 24.04 22.04 20.04
do
docker build --pull --build-arg IMAGE_TAG="${VERSION}" -t "mbentley/ubuntu:${VERSION}" -f Dockerfile.ubuntu .
done
Content type
Image
Digest
sha256:5639ea686…
Size
29.2 MB
Last updated
4 days ago
docker pull mbentley/ubuntu