Do I Include base packages in recipe such as ffmpeg and distrobox or are they installed by default?
GitHub
GitHub - ublue-os/image-template: Build your own custom Universal B...
Build your own custom Universal Blue Image! Contribute to ublue-os/image-template development by creating an account on GitHub.
Solution:Jump to solution
The default
base-image
in that template is ghcr.io/ublue-os/silverblue-main:latest
, so yes it already has distrobox
and ffmpeg
. You can see the complete list here for that base image (and for other base images by ublue-os
): https://github.com/ublue-os/main/blob/main/packages.json
If you choose to use vanilla Silverblue images as base, e.g. fedora/fedora-silverblue
, then yes you will have to install them on your own using the template...6 Replies
Solution
The default
base-image
in that template is ghcr.io/ublue-os/silverblue-main:latest
, so yes it already has distrobox
and ffmpeg
. You can see the complete list here for that base image (and for other base images by ublue-os
): https://github.com/ublue-os/main/blob/main/packages.json
If you choose to use vanilla Silverblue images as base, e.g. fedora/fedora-silverblue
, then yes you will have to install them on your own using the templatethanks
Also just fyi: The ublue-os/image-template doesn't come with blue-build, that's just a containerfile. If you want to use blue-build (what this discord server is about), check out the docs https://blue-build.org/learn/getting-started/
BlueBuild
Getting started
BlueBuild is a collection of tools and documentation for making custom images of image-based Linux distributions.
Ok thanks will check it out
When i add bling, negativo17 repository https://negativo17.org/repos/multimedia/fedora-41/x86_64/ packages are not available in toolbx when i type dnf repolist. Is this mean't to be that way?
- type: bling
install:
- negativo17
Yes, because toolbx system is separated from the OS
so you just need to add negativo to toolbx manually
Ok cheers