Home

Awesome

<p style="text-align: center;"> <img alt="GitHub Release" src="https://img.shields.io/github/v/release/gardenlinux/gardenlinux?label=LTS%20release"> <a href="https://github.com/gardenlinux/gardenlinux/actions/workflows/nightly.yml" target="_blank"> <img src="https://github.com/gardenlinux/gardenlinux/actions/workflows/nightly.yml/badge.svg?event=schedule" alt="Build"> </a> <a href="https://github.com/gardenlinux/gardenlinux/actions/workflows/dev.yml" target="_blank"> <img src="https://github.com/gardenlinux/gardenlinux/actions/workflows/dev.yml/badge.svg?branch=main" alt="Build"> </a> <a href="https://bestpractices.coreinfrastructure.org/projects/3925" target="_blank"> <img src="https://bestpractices.coreinfrastructure.org/projects/3925/badge" alt="CII Best Practices"> </a> </p> </p>

Garden Linux

<website-main>

<img align="left" width="80" height="80" src="https://raw.githubusercontent.com/gardenlinux/gardenlinux/main/logo/gardenlinux-logo-black-text.svg"> <a href="https://gardenlinux.io/">Garden Linux</a> is a <a href="https://debian.org/">Debian GNU/Linux</a> derivate that aims to provide small, auditable Linux images for most cloud providers (e.g. AWS, Azure, GCP etc.) and bare-metal machines. Garden Linux is the best Linux for <a href="https://gardener.cloud/">Gardener</a> nodes. Garden Linux provides great possibilities for customizing that is made by a highly customizable feature set to fit your needs. <br><br>

</website-main>

Features

Build

The build system utilises the gardenlinux/builder to create customized Linux distributions. gardenlinux/gardenlinux is maintained by the Garden Linux team, highlighting specialized "features" available for other projects.

[!TIP] For further information about the build process, and how to set it up on your machine, refer to the Build Image documentation page.

To initiate a build, use the command:

./build ${platform}-${feature}_${modifier}

Where:

You can combine multiple platforms, features, and modifiers as needed.

Example:

./build kvm-python_dev

The build script fetches the required builder container and manages all internal build steps. By default, it uses rootless podman, but you can switch to another container engine with the --container-engine flag.

Test

To run unit tests for a specific target, use the command ./test ${target}. Further documentation about tests is located in tests/README.md.

Download Releases

ProductRelease FrequencyDownload
LTS cloud and baremetal imagesQuarterlyDownload
LTS base container imagesQuarterlyDownload
LTS bare python containerQuarterlyDownload
LTS bare libc containerQuarterlyDownload
LTS bare nodejs containerQuarterlyDownload

Note: For each artifact, there also exists a nightly version, which is built daily but is not considered LTS.

The LTS cloud and baremetal images provided by Garden Linux are compatible with various cloud platforms, including Alibaba Cloud, AWS, Microsoft Azure and GCP.

Nvidia Driver Support

An installer can be found in the gardenlinux/gardenlinux-nvidia-installer repository.

Documentation

Please refer to docs/README.md.

Contributing

Contributions to the Garden Linux open source projects are welcome. More information are available in in <a href="CONTRIBUTING.md">CONTRIBUTING.md</a> and our docs/.

Community

If you need further assistance, have any issues or just want to get in touch with other Garden Linux users feel free to join our public chat room on Gitter.

Link: <a href="https://gitter.im/gardenlinux/community">https://gitter.im/gardenlinux/community</a>