New to U-Blue

Hello!

In my line of work we need to have lots of machines sharing the same OS, so to make it easier i decided to use U-Blue, and make my own. The issue that i have is, I forked Aurora, since it has the KDE desktop environment. But it contains stuff that is not on the repository, such as backgrounds and some daemons. Am i forking it correctly? i am following the Building Aurora locally without GitHub | Aurora guide.

Don’t fork our repo. Use our image-template.

and then you change it to whatever image you like to base your image on

FROM ghcr.io/ublue-os/aurora-dx:stable-daily

A good chunk of our config is on the packages repo

Thanks, i will do that. And in order to build it, is there a way of building it locally without pushing the repo to github? or is it specifically designed to run on github’s workflow?

Yes, it’s all explained in the readme.

just build 

it seems im doing something wrong:
$ just build
Error: invalid argument “newer” for “–pull” flag: strconv.ParseBool: parsing “newer”: invalid syntax
error: Recipe build failed with exit code 125

it throws an error, and if i run just build-iso , i get: WARN[0002] failed, retrying in 1s … (3/3). Error: initializing source docker://localhost/image-template:latest: pinging container registry localhost: Get “``https://localhost/v2/”:`` dial tcp [::1]:443: connect: connection refused

i have docker and podman installed.

Update, i fixed that issue, but i dont know how to use the build images because they build for docker and not as an iso.