Skip to content

osixia/baseimage

Docker Pulls Docker Stars GitHub Stars Contributors

Debian, Alpine, and Ubuntu container base images designed to build reliable containers quickly.

This image provides a simple, opinionated solution for building single- or multi-process container images with a minimal number of layers and an optimized build process.

It accelerates image development and CI/CD pipelines by offering:

  • Advanced build tools to reduce image layers and maximize Docker layer caching efficiency.
  • A lightweight init system as the container entrypoint, providing enhanced process management, debugging capabilities, and runtime flexibility.
  • Built-in support for multi-process containers. Run all processes within a single container or split them across multiple containers as needed.

Includes non-root container images and supports read-only container environments.

Container Baseimage

Start Here

  • New to osixia/baseimage? Start with the Quickstart to build a first image.
  • Want to understand the service model? Read How It Works.
  • Prefer concrete examples? Go straight to Tutorials.