Merge branch 'fix-rhel-repolist' into 'main'
base-imagectl: Ensure RHSM/subscription-manager is initialized See merge request fedora/bootc/base-images!264
This commit is contained in:
commit
6c24b85cc7
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ def run_build_rootfs(args):
|
|||
else:
|
||||
raise Exception(f"manifest not found: {args.manifest}")
|
||||
|
||||
# A fix for https://issues.redhat.com/browse/RHEL-108989
|
||||
subprocess.check_call(['dnf', 'repolist'], stdout=subprocess.DEVNULL)
|
||||
|
||||
rpmostree_argv = ['rpm-ostree', 'compose', 'rootfs']
|
||||
|
||||
override_manifest = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue