fix(updates): link borealos pubkey in /etc for older container policies - #40
Merged
Conversation
hal7df
force-pushed
the
fix/pubkey-path-migration
branch
from
July 10, 2026 02:35
c9ea120 to
1983f90
Compare
hal7df
force-pushed
the
fix/pubkey-path-migration
branch
from
July 10, 2026 02:41
1983f90 to
e7ca88c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moving
borealos.pubto/usr/lib/pki/containersunexpectedly deleted the corresponding file from/etcon existing installs, stranding users with older container policies. This symlinks the public key to the old path to allow upgrades to work with older policies.Fixing manual installations
This will not address installations that are already stranded; the fix will need to be applied manually in these cases. This can be done by manually running one of the following commands (either will work):
sudo cp -f /usr/etc/containers/policy.json /etc/containers/policy.jsonsudo ln -s /usr/lib/pki/containers/borealos.pub /etc/pki/containers/borealos.pubOther fixes
The revamp to the build system dropped the
set -efrom the top-level build script, causing silent failures in the build modules. This issue has now been corrected (and silent build failures resolved).