Conversation
Pull Request validationFailed🔴 Approval - missing or changes were requested Success🟢 CI - All checks have passed |
Testing Farm results
|
|
[test-all] |
phracek
left a comment
There was a problem hiding this comment.
Thanks for this pull request. It removes a big dependence and our container will be more imputable from CVE.
The test RHEL10-OpenShift 4 is failing for this reason:
test/imagestreams/postgresql-rhel1.json. The change is easy.
See here: https://github.com/sclorg/mariadb-container/blob/master/test/test-lib-mysql.sh#L165. Just replace postgresql-${OS%[0-9]*}.json with postgresql-${OS//[0-9]/}.json in all test suite. Here https://github.com/sclorg/postgresql-container/blob/master/test/test-lib-postgresql.sh
Please address my changes. OS for RHEL9 has result postgresql-rhel.json but for RHEL10 is postgresql-rhel1.json.
|
[test-all] |
phracek
left a comment
There was a problem hiding this comment.
Great. Thanks for removing bind-utils. LGTM.
Removed the bind-utils dependency and the usage of
digsince it was never being called in the tests