openshift / file-integrity-operator

Operator providing OpenShift cluster node file integrity checking
Apache License 2.0
31 stars 27 forks source link

Use ubi images instead of fedora minimal #524

Closed rhmdnd closed 4 months ago

rhmdnd commented 4 months ago

Fedora repositories are using newer versions of AIDE that we don't support with FIO, which will cause issues running the operator because it doesn't know how to configure AIDE 0.18.

This commit updates the dockerfiles to use UBI images which provide AIDE 0.16, which is compatible with FIO and gives us some time to implement support for 0.18.

openshift-ci[bot] commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhmdnd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift/file-integrity-operator/blob/master/OWNERS)~~ [rhmdnd] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 4 months ago

@rhmdnd: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-bundle-aws 6450fb3638499c8640762d4e46f78c6c2d893b87 link true /test e2e-bundle-aws
ci/prow/images 6450fb3638499c8640762d4e46f78c6c2d893b87 link true /test images
ci/prow/e2e-bundle-aws-upgrade 6450fb3638499c8640762d4e46f78c6c2d893b87 link true /test e2e-bundle-aws-upgrade
ci/prow/e2e-aws 6450fb3638499c8640762d4e46f78c6c2d893b87 link true /test e2e-aws
ci/prow/ci-index-file-integrity-operator-bundle 6450fb3638499c8640762d4e46f78c6c2d893b87 link true /test ci-index-file-integrity-operator-bundle

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
rhmdnd commented 4 months ago

Trying an alternative here - https://github.com/openshift/file-integrity-operator/pull/526

I don't think the UBI images have aide in any of there repositories, which is probably why we were using Fedora in the first place.