1
0
mirror of https://github.com/kairos-io/osbuilder.git synced 2025-05-06 15:16:34 +00:00
🏗️ Kubernetes Native Extension to build Linux distributions artifacts from container images
Go to file
2022-11-03 21:37:34 +00:00
.github/workflows 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
api/v1alpha1 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
config 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
controllers fix typos 2022-10-24 08:42:14 +00:00
hack Initial import 2022-09-03 14:48:48 +02:00
script 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
tests 🤖 Fixup test 2022-09-19 10:16:50 +00:00
tools-image Add scripts to generate raw images 2022-11-03 21:37:34 +00:00
.dockerignore Initial import 2022-09-03 14:48:48 +02:00
.gitignore Initial import 2022-09-03 14:48:48 +02:00
Dockerfile Initial import 2022-09-03 14:48:48 +02:00
go.mod 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
go.sum Initial import 2022-09-03 14:48:48 +02:00
main.go 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
Makefile 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
PROJECT 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
README.md Update README.md 2022-09-23 23:07:09 +02:00

osbuilder

This is experimental!

This is the Kairos osbuilder Kubernetes Native Extension.

To install, use helm:

# Adds the kairos repo to helm
$ helm repo add kairos https://kairos-io.github.io/helm-charts
"kairos" has been added to your repositories
$ helm repo update                                        
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "kairos" chart repository
Update Complete. ⎈Happy Helming!⎈

# Install the CRD chart
$ helm install kairos-crd kairos/kairos-crds
NAME: kairos-crd
LAST DEPLOYED: Tue Sep  6 20:35:34 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None

# Installs osbuilder
$ helm install kairos-osbuilder kairos/osbuilder