osbuild-composer icon indicating copy to clipboard operation
osbuild-composer copied to clipboard

rhsm: Composer container doesn't look at host-entitlement

Open croissanne opened this issue 3 years ago • 3 comments

     -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.

croissanne avatar Sep 29 '21 09:09 croissanne

Hmm, with depsolving in the workers, do we need this at all?

teg avatar Sep 29 '21 10:09 teg

Nah, it just breaks the regression tests a little. See #1842. This isn't urgent.

croissanne avatar Sep 29 '21 10:09 croissanne

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).

croissanne avatar Sep 30 '21 08:09 croissanne