Sign inSign up

mbentley/ubuntu

By mbentley

Updated 4 days ago

Image
0

50K+

mbentley/ubuntu repository overview

mbentley/ubuntu

These are docker images based off of official Ubuntu images on Docker Hub.

Why

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.

Tags

The following is a list of multi-arch (amd64 & arm64) tags for each release.

  • Hint: You can also use the same rebased image tag with -<arch> appended (e.g. - mbentley/ubuntu:latest-amd64)
DistroBase ImageRebased Image
Ubuntuubuntu:latest
ubuntu:24.04
mbentley/ubuntu:latest
mbentley/ubuntu:24.04
Ubuntuubuntu:22.04mbentley/ubuntu:22.04
Ubuntuubuntu:20.04mbentley/ubuntu:20.04

Archived Tags

DistroBase ImageRebased Image
Ubuntuubuntu:18.04mbentley/ubuntu:18.04
Ubuntuubuntu:16.04mbentley/ubuntu:16.04

Re-Building the Images

Ubuntu
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

Tag summary

Content type

Image

Digest

sha256:5639ea686

Size

29.2 MB

Last updated

4 days ago

docker pull mbentley/ubuntu