debian-slim
Debian Slim Linux in Docker
50K+
This Docker image (linuxcontainers/debian-slim) is based on the minimal Debian Slim Linux.
This docker image is the base Debian Slim Linux. For more info on versions & support see Releases
Debian is an operating system which is composed primarily of free and open-source software, most of which is under the GNU General Public License, and developed by a group of individuals known as the Debian project. Debian is one of the most popular Linux distributions for personal computers and network servers, and has been used as a base for several other Linux distributions.
Each image pushed to Docker Hub and the Github Container Registry is tagged as follows:
latest indicates, well, the latest image.Semantic Versioning uses version numbers of the form: MAJOR.MINOR.PATCH, where differences in MAJOR correspond to incompatible changes, differences in MINOR correspond to introduction of backwards compatible new functionality, and PATCH corres ponds to backwards compatible bug fixes.
The pre-built image is hosted on both Docker Hub and the Github Container Registry. You can use it in the following ways.
Pull the latest image from Docker Hub with the following (replace latest with
a specific version number if you prefer):
docker pull linuxcontainers/debian-slim:latest
Pull from the Github Container Registry with:
docker pull ghcr.io/linuxcontainers/debian-slim:latest
Use as a base image in a Dockerfile (replace latest with
a specific version number if you prefer):
FROM linuxcontainers/debian-slim:latest
# The rest of your Dockerfile would go here.
Or you can use as a base image (via the Github Container Registry) with:
FROM ghcr.io/linuxcontainers/debian-slim:latest
# The rest of your Dockerfile would go here.
A specific example usage can be found in the [Dockerfile of the generate-sitemap Github action](https://github.com/marketplace/action s/generate-sitemap).
Content type
Image
Digest
sha256:033042d81…
Size
35.9 MB
Last updated
almost 2 years ago
docker pull linuxcontainers/debian-slim