You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support something like rpm-ostree compose image|tree --from-locked quay.io/centos/centos-bootable-base:stream9 or whatever.
This would use an existing image as basically a lockfile - we will depsolve to the exact same versions of the packages from that image by default (unless explicitly overridden).
I guess we want both --from-locked and --from which would actually inherit the package set too.
The text was updated successfully, but these errors were encountered:
We should support something like
rpm-ostree compose image|tree --from-locked quay.io/centos/centos-bootable-base:stream9
or whatever.This would use an existing image as basically a lockfile - we will depsolve to the exact same versions of the packages from that image by default (unless explicitly overridden).
I guess we want both
--from-locked
and--from
which would actually inherit the package set too.The text was updated successfully, but these errors were encountered: