Building Kairos artifacts with ease
Go to file
Dimitris Karakasilis d10bcecc4b
Change job name in CI
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-10-04 16:28:53 +03:00
.github/workflows Change job name in CI 2023-10-04 16:28:53 +03:00
cmd Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
internal/version Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
pkg Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
.gitignore Add gitinore and README 2023-10-03 12:40:39 +03:00
.goreleaser.yaml Add .goreleaser.yaml 2023-10-03 15:48:39 +03:00
Dockerfile Fix path in CI 2023-10-03 15:20:39 +03:00
Earthfile Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
go.mod Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
go.sum Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
main.go Migrate enki from osbuilder 2023-10-03 12:40:28 +03:00
README.md Update README.md 2023-10-03 16:10:32 +03:00

enki is the tool used to generate Kairos artifacts (container images, isos etc) and it is used by Auroraboot and osbuilder

It's not meant to be used by humans, thus the API and UX are not focusing on user friendliness but rather on getting things done and fulfilling the requirements of the dependant tools.

NOTE: enki was originally part of osbuilder and [was moved to a separate repository](link to PR here).