ubuntu base docker for building
10K+
eilandert/debian-base and eilandert/ubuntu-base are the shared foundation
images that every other image in the deb.myguard.nl
container stack is built FROM. They take a slim upstream debian:trixie-slim /
Ubuntu rolling image, wire in the deb.myguard.nl APT repository, apply the
common hardening and a small bootstrap.sh init, and stop there.
You normally don't run this image directly — you build on top of it. It exists so that nginx, Angie, PHP-FPM, Postfix, Dovecot, rspamd, MariaDB and the rest all share one patched, repo-pinned base instead of each re-deriving it.
The hardening posture these images set up is described in Docker Hardening for Self-Hosters.
FROM eilandert/debian-base:stable
# the deb.myguard.nl repo is already configured:
RUN apt-get update && apt-get install -y --no-install-recommends nginx
CMD ["/bootstrap.sh"]
Content type
Image
Digest
sha256:257d0c271…
Size
42.3 MB
Last updated
about 13 hours ago
docker pull eilandert/ubuntu-base:rolling