sh# docker pull docker.io/centos:7
Trying to pull repository docker.io/library/centos ...
sha256:a799dd8a2ded4a83484bbae769d97655392b3f86533ceb7dd96bbac929809f3c: Pulling from docker.io/library/centos
Digest: sha256:a799dd8a2ded4a83484bbae769d97655392b3f86533ceb7dd96bbac929809f3c
Status: Image is up to date for docker.io/centos:7
sh# docker run --rm docker.io/centos:7 cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
I would say this updated was done a little bit too early.
BTW the issue with selinux-policy might be tricky to fix on el7.7.
So you might use temporary workaround with scriptlet and cil
https://github.com/SELinuxProject/cil
But I use mock in CentOS7 container and SELinux policy is not a problem for me there :-)
But I can help you
This update has been submitted for testing by msuchy.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Was this update ever tested? Mock poorly fails on RHEL 7.7 with SELinux errors when building a package:
Downgrading mock-1.4.17-1.el7.noarch to mock-1.4.16-1.el7.noarch solves the issue, thus this is not a RHEL 7.7, but a mock issue.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
This update's test gating status has been changed to 'greenwave_failed'.
This update's test gating status has been changed to 'ignored'.
I was not able to install mock in centos7 container + epel
```
@lslebod it seems you are missing
python3
package, which is in the base system. Are you sure you have your system subscribed?I wrote CentOS7 which is still 7.6
I would say this updated was done a little bit too early.
BTW the issue with selinux-policy might be tricky to fix on el7.7. So you might use temporary workaround with scriptlet and cil https://github.com/SELinuxProject/cil
But I use mock in CentOS7 container and SELinux policy is not a problem for me there :-) But I can help you
The Python 3.6 problem is not mock's fault and is tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1739804 - but the selinux problem is a thing.
I should have tried without
epel-testing
:-( So I can confirm my comment is unrelated to this update and thank you very much for link to another BZ@robert which command did you use ?
I saw a different AVC and here is a workaround
But I was not able to reproduce issue with groupadd or useradd.
The rebuild likely required a new cache, thus likely %post scriptlets with useradd/groupadd were performed.
https://bugzilla.redhat.com/show_bug.cgi?id=1740421
This update has been obsoleted.
Just a note that AVC is not reproducible with old chroot or new-chroot + bootstrap. and everything works as expected.