Sign inSign up

mbentley/debian

By mbentley

Updated 1 day ago

Image
0

50K+

mbentley/debian repository overview

mbentley/debian

These are docker images based off of official Debian 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/debian:latest-amd64)
DistroBase ImageRebased Image
Debiandebian:sidmbentley/debian:sid
Debiandebian:latest
debian:trixie
mbentley/debian:latest
mbentley/debian:trixie
Debiandebian:bookwormmbentley/debian:bookworm
Debiandebian:bullseyembentley/debian:bullseye
Debiandebian/eol:bustermbentley/debian:buster
Debiandebian/eol:stretchmbentley/debian:stretch
Debiandebian/eol:jessiembentley/debian:jessie

Re-Building the Images

Debian
for VERSION in sid trixie bookworm bullseye
do
  docker build --pull --build-arg IMAGE_TAG="${VERSION}" -t "mbentley/debian:${VERSION}" -f Dockerfile .
done
for VERSION in buster stretch jessie
do
  docker build --pull --build-arg IMAGE_TAG="${VERSION}" -t "mbentley/debian:${VERSION}" -f Dockerfile.eol .
done

Tag summary

Content type

Image

Digest

sha256:a8c1fdf3c

Size

48.2 MB

Last updated

1 day ago

docker pull mbentley/debian