danielfoehrKn / gardenlinux

Garden Linux - The best Linux for Gardener nodes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garden Linux Build Scripts

build system recommendations (per concurrent build)

  • 2+ GiB (use RAM-disk; use fs with sparse-file support)
  • 10+ GiB free disk space

Documentation

Install required packages using apt:

apt install docker.io make

Install recommended packages for better build performance and tests in a virtualizer

apt install docker-compose qemu-system-x86

Build all images:

make all

Build specific images:

make aws
make gcp
make azure
make vmware
make openstack
make vmware
make kvm

License

Copyright 2020 by SAP SE

About

Garden Linux - The best Linux for Gardener nodes!

License:MIT License


Languages

Language:Shell 55.3%Language:Python 42.5%Language:Makefile 1.6%Language:Dockerfile 0.6%