* Remove references to osbuilder-tools image
because it has been merged with auroraboot here:
https://github.com/kairos-io/AuroraBoot/pull/110
as part of https://github.com/kairos-io/kairos/issues/1633
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* WIP
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Fix test command
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* go mod tidy
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Bump linting action
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Don't look for artifacts in build/ subdir
because it has been fixed here:
https://github.com/kairos-io/AuroraBoot/pull/115
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
Currently fails with:
```
Error from server (Forbidden): pods is forbidden: User "system:serviceaccount:default:hello-kairos" cannot list resource "pods" in API group "" at the cluster scope
```
because we try to list pods with `-A`. This means we are going to get a
similar error if we try to copy files to a Pod on another namespace
unless we grant permission at the cluster scope or just that
namespace. (Is that possible? Maybe if we create the Role in the same
namespace as the server.)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>