sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 201 forks source link

remove shadow-utils from rpm -V check on rhel8 #251

Closed pkubatrh closed 5 years ago

pkubatrh commented 5 years ago

because there are some file capabilities dropped in container

kubco2 commented 5 years ago

What about rpm -V --nocaps , from manpage: --nocaps Don't verify file capabilities.

pkubatrh commented 5 years ago

I expect we want to verify capabilities in general. Its just the shadow-utils package that we know has issues even in the base image that we should ignore (since we cannot do anything about it anyway)

pkubatrh commented 5 years ago

[test][test-openshift]

hhorak commented 5 years ago

LGTM