Dimitris Karakasilis

Results 429 comments of Dimitris Karakasilis

Two more options (that can be used as libraries): - buildah: https://github.com/containers/buildah - kaniko: https://github.com/GoogleContainerTools/kaniko/ Though kaniko has a warning in their README: ``` kaniko is meant to be run...

This ticket and https://github.com/kairos-io/kairos/issues/1546 can probably be merged into one ticket.

WIP: https://github.com/Itxaka/kairos-must-burn

We need to make it easy to consume. [The repository](https://github.com/kairos-io/kairos-must-burn) at least needs a pipeline to produce binaries for users. Also, docs.

version is already implemented in UI. For the rest we need to clarify how "deep" the branding should be. It's relatively easy to just name the artifact files with some...

Auroraboot web UI currently allows you to download the artifact. When downloading any file, you get to choose the name to use when saving it. Currently Auroraboot doesn't act like...

Parts of these have already been implemented. E.g. there is a queue and you can even retrieve the logs after closing the window using the API, but we are lacking...

Related ticket: https://github.com/kairos-io/kairos/issues/3661

This is the minimum deliverable we agreed in planning: Document how spegel can be deployed, with or without Kubernetes, so that it can be used by kairos-agent when doing upgrades....

NOTE: On `kairos-fedora-40-standard-amd64-generic-v3.5.0-k3sv1.32.6+k3s1.iso` to deploy spegel with helm, I had to do this: ``` helm upgrade --create-namespace --namespace spegel --install spegel oci://ghcr.io/spegel-org/helm-charts/spegel --set spegel.containerdSock=/run/k3s/containerd/containerd.sock --set spegel.containerdContentPath=/run/containerd ``` (probably due to...