osixia/light-baseimage
A docker base image to build reliable single or multiprocess images quickly 🐳✨🌴
50K+
Debian and Alpine based docker images to build reliable images quickly.
This image provide a simple opinionated solution to build single or multiple process images with minimum of layers and an optimized build.
It helps speeding up image build time and CI/CD pipelines by providing:
Run the following command to generate a Dockerfile and start building images based on light-baseimage:
# Debian
docker run --rm osixia/light-baseimage --generate dockerfile
# Alpine
docker run --rm osixia/light-baseimage:alpine --generate dockerfile
Replace dockerfile
by dagger.io
to get a minimal dagger.io example.
See full documentation and complete feature list on osixia/light-basimage documentation website.
Browse source code and contribute to this project on GitHub.
docker pull osixia/light-baseimage