Skip to content

11notes/docker-distroless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

DISTROLESS

size5pxversion5pxpulls5px5pxswiss_made

Build your own distroless images with this mini file system and some binaries

SYNOPSIS 📖

What can I do with this? This image and its different layers can be used to build a distroless boiler plate for your application. Simply add the base layer and any additional layers (tags) with the stuff you need to run your application. All binaries are statically compiled and do not depend on any OS libraries or clib. The base layer contains Root CA certificates as well as time zone data and the user configuration for root and docker. Additional layers (tags) with statically compiled binaries are:

STAND-ALONE BINARIES

CONTAINER ENTRYPOINTS

CONTAINER HELPERS

CONTAINER BUILD ENVIRONMENTS

There are also application services, that are distroless, but don’t serve well as a base layer or only for user who know how to handle them, these are:

APPLICATION SERVICES WITH THEIR OWN IMAGES

BUILD 🚧

# this will create a distroless image that just contains the curl binary
FROM 11notes/distroless:curl AS distroless-curl
FROM scratch
COPY --from=distroless-curl / /
USER docker
ENTRYPOINT ["/usr/local/bin/curl"]

MAIN TAGS 🏷️

These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.

REGISTRIES ☁️

docker pull 11notes/distroless:latest
docker pull ghcr.io/11notes/distroless:latest
docker pull quay.io/11notes/distroless:latest

SOURCE 💾

ElevenNotes™️

This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the releases for breaking changes. If you have any problems with using this image simply raise an issue, thanks. If you have a question or inputs please create a new discussion instead of an issue. You can find all my other repositories on github.

created 12.10.2025, 09:28:35 (CET)

About

Build your own distroless images with this mini file system and some binaries

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •