Building Kairos artifacts with ease
Go to file
Dimitris Karakasilis f8a2119018
Merge pull request #16 from kairos-io/change-default-console
Change default system console to tty1
2023-11-22 09:22:49 +02:00
.github/workflows Update earthly/actions-setup action to v1.0.8 2023-10-05 02:11:36 +00: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 Change default system console to tty1 2023-11-22 09:16:16 +02: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 Update module github.com/kairos-io/kairos-sdk to v0.0.14 2023-10-05 03:48:11 +00:00
go.sum Update module github.com/kairos-io/kairos-sdk to v0.0.14 2023-10-05 03:48:11 +00: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
renovate.json Configure automerge for patch updates 2023-10-04 17:40:52 +02: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).