Qvest
Explore posts from serversBBlueBuild
•Created by Qvest on 9/8/2024 in #questions
Run Failed: unable to parse image ghcr.io/MrQvest/my-ublue invalid reference format
Builds were successfull yesterday, but scheduled rebuilds and even manual builds are failing with this error.
Image repo: https://github.com/MrQvest/my-ublue
Relevant (maybe?) log:
[11:52:12 ERROR] => Failed:
× Unable to parse image ghcr.io/MrQvest/my-ublue
╰─▶ invalid reference format
Error: Process completed with exit code 1.
Everything goes well until this step, where it fails8 replies
UBUniversal Blue
•Created by Qvest on 2/6/2024 in #🛟bazzite-help
Trying to build a custom image from startingpoint using bazzite-gnome-nvidia
I've been trying to make a custom image for the last couple days, without much success. I'm trying to build a bazzite-based image using the startingpoint. I've used the automatic web setup in the Tinkerer's guide on the website. The only things I changed were the
recipe.yml
to get base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia
and install
remove
. The error I get is the following (in the build custom image job):
Resolving dependencies...done
error: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
error building at STEP "RUN chmod +x /tmp/modules/rpm-ostree/rpm-ostree.sh && source /tmp/exports.sh && /tmp/modules/rpm-ostree/rpm-ostree.sh '{"type":"rpm-ostree","repos":null,"install":["neovim","strawberry","papirus-icon-theme"],"remove":["clapper","vim","waydroid","lutris","winetricks","protontricks","gnome-shell-extension-hanabi","waydroid-selinux"]}'": error while running runtime: exit status 1
time="2024-02-06T18:20:46Z" level=error msg="exit status 1"
[2024-02-06T18:20:46Z ERROR blue_build::commands] Failed to build ghcr.io/mrqvest/my-ublue
Error: Process completed with exit code 1.
Can anyone give me some pointers on how to solve this?7 replies