You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy over the osbuilder-tools image assets and merge with auroraboot (#110)
* Copy over the osbuilder-tools image assets and merge with auroraboot
So we can deprecate the osbuilder-tools image in favor of this one.
Part of kairos-io/kairos#1633
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Print command output when things fail
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Build versioned image with earthly
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Fix ARG being in the global scope and not visible in the stage
this making the `auroraboot --version` command fail
https://docs.docker.com/build/building/variables/#scoping
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Set the correct arg in pipeline
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Add back qemu (needed by some test)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Remove duplicate block in dockerfile and keep luet repos up to date
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Support images in the form of "dir:", in build-iso
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Let elemental handle the schema and create missing tmp dir
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Remove not necessary flag
it seems that it only fails when the user building is not the same as
the owner of the .git directory:
golang/go#53532
I only saw it when running:
```
docker run --rm -it -v $PWD:/work --workdir /work golang go build .
```
With `docker build` it just works (maybe that command handles the users
differently?). In any case, it doesn't affect CI or anything else so
I'll remove it.
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
0 commit comments