New images are built with Github actions only on semver tags
(example: v40.1.4
).
When a new image is built a package is retained in Github and can then be applied to machines.
rpm-ostree status
Switch to a specific version tag.
rpm-ostree rebase ostree--image-signed:docker://ghcr.io/glycerine102/bluefin-laptop:v40.1.5
While on the latest
tag, a simply update will suffice.
Since images are set to only build on new git tags, the build action will need triggered manually
if there was no git push with a tag.
This is sufficient to obtain image updates from the base stable source.
ujust update
New installs can also use the ansible-playbook
to grab the needed homebrew
packages.