osixia/light-baseimage

By osixia

Updated about 3 years ago

A docker base image to build reliable single or multiprocess images quickly 🐳✨🌴

Image

50K+

osixia/light-baseimage 🐳✨🌴

Docker PullsDocker StarsGitHub StarsContributors

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:

  • Greats building tools to minimize the image number of layers and make best use of image build cache.
  • A nice init process as image entrypoint that add helpfull extensions and options to fastly run and debug containers.
  • Simple way to create multiple process images if needed.

🕐 Quick Start

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.

🖺 Documentation

See full documentation and complete feature list on osixia/light-basimage documentation website.

⭐ Source code

Browse source code and contribute to this project on GitHub.

Docker Pull Command

docker pull osixia/light-baseimage