Nobody Watchin
Nobody Watchin
Explore posts from servers
BBlueBuild
Created by amel on 3/10/2025 in #questions
Github branches
Good question, I was wondering how to do this as well
13 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
So, I got tailscale installing by copying how bluefin:LTS did it
---
type: containerfile
snippets:
- RUN dnf config-manager --add-repo https://pkgs.tailscale.com/stable/centos/10/tailscale.repo
- RUN dnf config-manager --set-disabled "tailscale-stable"
# FIXME: tailscale EPEL10 request: https://bugzilla.redhat.com/show_bug.cgi?id=2349099
- RUN dnf -y --enablerepo "tailscale-stable" install tailscale
---
type: containerfile
snippets:
- RUN dnf config-manager --add-repo https://pkgs.tailscale.com/stable/centos/10/tailscale.repo
- RUN dnf config-manager --set-disabled "tailscale-stable"
# FIXME: tailscale EPEL10 request: https://bugzilla.redhat.com/show_bug.cgi?id=2349099
- RUN dnf -y --enablerepo "tailscale-stable" install tailscale
Does work! However, this does not:
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:
files:
- https://pkgs.tailscale.com/stable/centos/10/tailscale.repo
install:
packages:
- tailscale
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:
files:
- https://pkgs.tailscale.com/stable/centos/10/tailscale.repo
install:
packages:
- tailscale
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
now I'm going back to the tailscale part
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
but
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module-gmpinder
group-install:
packages:
- Server With GUI
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module-gmpinder
group-install:
packages:
- Server With GUI
is definitely working
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
So neither:
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
group-install:
packages:
- "Server With GUI"
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
group-install:
packages:
- "Server With GUI"
or
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
group-install:
packages:
- Server With GUI
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
group-install:
packages:
- Server With GUI
are working
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
ignore my EL9 images as they will fail until I get dnf5 working on it properly
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
I tried installing the group with quotes "Server with GUI" and this is the result: https://github.com/nobodywatchin/bootc-testing/actions/runs/13731626955/job/38409636898
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
I'll kick tailscale for now... will come back to that soon with your help, my dnf.yml file is working when using the latest version of the DNF module, but my gnome-de.yml file was not, I switched it back to dnf-module-gmpinder and now that's building: https://github.com/nobodywatchin/bootc-testing/actions/runs/13726875343/job/38395288035 I know that it's working because without that group then my gnome-extensions module would fail seems like something is off with package groups, any insight is appreciated!
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
cool, trying this out before moving onto groups
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
^ which does work with the outdated one so I'm suspicious that it's my syntax
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
I have issues with this one too:
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
group-install:
packages:
- Server With GUI
---
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
group-install:
packages:
- Server With GUI
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
is this format correct?
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
Ohh okay got it! Now I'm having issues when listing a specific repo:
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
install:
repo: https://pkgs.tailscale.com/stable/centos/10/tailscale.repo # Can specify the repo for packages to install
packages:
- tailscale
type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
install:
repo: https://pkgs.tailscale.com/stable/centos/10/tailscale.repo # Can specify the repo for packages to install
packages:
- tailscale
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
I'm only able to build these images right now using the outdated version
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
Leaving out Rocky Linux for now
37 replies
BBlueBuild
Created by Nobody Watchin on 3/7/2025 in #questions
Issues with Experimental DNF Module on Multiple BootC Images
37 replies