Asking for advice on building images locally
Hello everyone,
I am wanting to build my image locally instead of on the cloud like github. What would be the best way to go about this? I do not have a separate computer for me to use, only the one that is running discord right now
Solution:Jump to solution
You can install the
bluebuild
CLI (or, it should already be installed if you are on your custom image)6 Replies
Solution
You can install the
bluebuild
CLI (or, it should already be installed if you are on your custom image)After that it's just down to running
bluebuild build
To use your locally built image you can use bluebuild switch
, or opt for pushing it to a locally-hosted registry
bluebuild switch
should work for you, just need to remember to run the command every time you want an update
You can of course always ask for more detailed help or use --help
to see more detailed info about the commandsOk :] thank you
bluebuild swithc is having an error for me, it seems that the base fedora image (yes im directly basing off fedora) is missing container-image-reference
i made an issue that is to fix this BUG inside your code @ https://github.com/blue-build/cli/issues/418
GitHub
bluebuild switch
will not work when a non-container-based deploym...If a non-container based deployment exists in the system's rpm-ostree status then the switch command will not work. This is due to the RpmOstreeDeployments struct (code here) expecting a contai...
Mind running
rpm-ostree status --json
and pasting that here?
That would help me understand what shape the data can be in for this scenario