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:
You can install the bluebuild CLI (or, it should already be installed if you are on your custom image)
Jump to solution
6 Replies
Solution
xyny
xyny4d ago
You can install the bluebuild CLI (or, it should already be installed if you are on your custom image)
xyny
xyny4d ago
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 commands
Noah
NoahOP3d ago
Ok :] thank you
Noah
NoahOP3d ago
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
× missing field `container-image-reference` at line 129 column 5
× missing field `container-image-reference` at line 129 column 5
Noah
NoahOP2d ago
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...
Luke Skywunker
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

Did you find this page helpful?