osbuild-composer
osbuild-composer copied to clipboard
rhsm: Composer container doesn't look at host-entitlement
-v /etc/rhsm:/etc/rhsm:Z \
-v /etc/pki/entitlement:/etc/pki/entitlement:Z \
shouldn't be necessary. We should also check /etc/pki/entitlement-host
and /etc/rhsm-host
for secrets.
Hmm, with depsolving in the workers, do we need this at all?
Nah, it just breaks the regression tests a little. See #1842. This isn't urgent.
In fact we might not want this as this might be the only way to do cross-rhel version building (in a container which can have a different subscription).