1 Repo
Patched Linux kernels optimized for container workloads with reduced memory footprint and faster boot times.
Distinct from Kernel Source Patching: Distinct from Kernel Source Patching: focuses on container-specific optimizations rather than general hardware enablement patches.
Explore 1 awesome GitHub repository matching software engineering & architecture · Container-Optimized Kernels. Refine with filters or upvote what's useful.
This repository provides a Docker base image built on Alpine Linux, designed to produce containers under 5 MB. It is a minimal Linux container image that uses the apk package manager for installing software from the Alpine Linux repository. The image is constructed with a musl-based C library and a BusyBox-based userland, replacing GNU coreutils with a single compact binary. It structures the filesystem as a single root filesystem layer to minimize storage and transfer overhead, and is compatible with multi-stage Docker builds to keep final images lean. The project covers building smaller an
Bundles a patched Linux kernel optimized for container workloads.