-
Notifications
You must be signed in to change notification settings - Fork 219
Removed the bind-utils dependency #628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request validationFailed🔴 Approval - missing or changes were requested Success🟢 CI - All checks have passed |
Testing Farm results
|
|
[test-all] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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