Minimal Debian base image - lightweight & clean foundation for containerized apps
150
A minimal, lightweight Debian base image designed as a clean foundation for containerized applications.
docker run -it --rm theinfobots/debian
debian:stable-slimFROM theinfobots/debian
RUN apt-get update && apt-get install -y your-package
Content type
Image
Digest
sha256:c374c7a01…
Size
322.9 MB
Last updated
6 months ago
docker pull theinfobots/debian