Merge branch 'drop-experimental' into 'main'

base-imagectl: Drop `experimental` from compose-rootfs

See merge request fedora/bootc/base-images!152
This commit is contained in:
Colin Walters (Red Hat) 2025-03-21 18:59:21 +00:00
commit a2259f8597

View file

@ -20,7 +20,7 @@ def run_build_rootfs(args):
manifest_path = os.path.join(args.manifest, 'manifest.yaml')
else:
manifest_path = args.manifest + '.yaml'
rpmostree_argv = ['rpm-ostree', 'experimental', 'compose', 'rootfs']
rpmostree_argv = ['rpm-ostree', 'compose', 'rootfs']
try:
# Assume we can mutate alternative roots
if args.source_root != '/':