Luke Skywunker
BBlueBuild
•Created by Pan on 2/19/2025 in #questions
Preinstall appimage
You would probably want to install it somewhere in like
/usr/libexec/
and then create a .desktop
file for it in /usr/share/applications/
20 replies
BBlueBuild
•Created by Microwave on 2/17/2025 in #questions
BlueBuild Image Build Failing
Yeah we added proper schema validation for the recipes. That error should have highlighted the
repos
key, but I guess there's some parse logic I missed for an instance where a property has no value12 replies
BBlueBuild
•Created by Microwave on 2/17/2025 in #questions
BlueBuild Image Build Failing
I've gotta see why the error wasn't pointing directly to that line
12 replies
BBlueBuild
•Created by Microwave on 2/17/2025 in #questions
BlueBuild Image Build Failing
No the repos key itself
12 replies
BBlueBuild
•Created by Microwave on 2/17/2025 in #questions
BlueBuild Image Build Failing
It's blank and should be commented out
12 replies
BBlueBuild
•Created by Microwave on 2/17/2025 in #questions
BlueBuild Image Build Failing
I think the actual problem is the repos line above that
12 replies
BBlueBuild
•Created by TKK13909 on 2/13/2025 in #questions
Skip Failing COPR Packages?
Also that since the
dnf
module is in active development, you may run into issues (though I think I have it in a good state at this point)3 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Seems to work for me
25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
I'm running some tests myself, but I have to get some untagged images in my local registry first
25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Ok, pushed a fix out to
main
. Mind building and trying once more to see if that fixed it?25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Alright, I'll be sure to take
<none>
into account25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Aha!
25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Or I guess you already have it checked out, so build what's on
main
either way25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
And put the error you get here
25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Can you install it and try again using
cargo install --git https://github.com/blue-build/cli.git --locked
?25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Ok, I'm going to push a small commit to main that should add more context for the error you're running into
25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
Does the command fail at all?
25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
@Doug if you run
docker images --format json
, do you have anything print out?25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
This is because the docker build uses
buildx
to build your image and it doesn't have access to the local docker registry which would cause duplicated images which take up space25 replies
BBlueBuild
•Created by Doug on 2/12/2025 in #questions
invalid reference format for aurora-dx
It does a check to see if you already have the image pulled so that it will remove the image after its check is done to save space
25 replies