Sign inSign up

theinfobots/debian

By theinfobots

•Updated 6 months ago

Minimal Debian base image - lightweight & clean foundation for containerized apps

Image
Operating systems
0

150

theinfobots/debian repository overview

⁠theinfobots/debian

A minimal, lightweight Debian base image designed as a clean foundation for containerized applications.

⁠Quick Start

docker run -it --rm theinfobots/debian

⁠Features

  • Based on official debian:stable-slim
  • Minimal footprint — only essential packages
  • Clean base for building your own images
  • Regularly updated

⁠Example — Use as base

FROM theinfobots/debian
RUN apt-get update && apt-get install -y your-package

Tag summary

Content type

Image

Digest

sha256:c374c7a01…

Size

322.9 MB

Last updated

6 months ago

docker pull theinfobots/debian