Building Kairos artifacts with ease
to be used here: https://github.com/kairos-io/enki/pull/2/files#diff-73afecb49f97526777fbdcbb5fe33b639ff0a1d84757414b30e6efeeaedbe72fR89 Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> |
||
---|---|---|
.github/workflows | ||
cmd | ||
internal/version | ||
pkg | ||
.gitignore | ||
.goreleaser.yaml | ||
Dockerfile | ||
Earthfile | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md | ||
renovate.json |
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).