Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.23 KB

GitHub GitHub Repo stars GitHub forks

About

Minimal Debian base image with nightly updates. The uncompressed image is ~80MB in size.

Usage

FROM ghcr.io/simgel/dkr-debian-base:bookworm

Optimizations

The image contains a random/unique ID. Any Images derived from this base image can use this ID to identify updates of this image.

cat /opt/dkr-image/simgel/dkr-debian-base.id

docker run --rm ghcr.io/simgel/dkr-debian-base:bookworm cat /opt/dkr-image/simgel/dkr-debian-base.id

Mirror

APT uses a faster mirror from leaseweb: http://mirror.leaseweb.net/debian

DNS

The default DNS server is Quad9: 9.9.9.9

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments