-
Notifications
You must be signed in to change notification settings - Fork 940
Closed
Labels
Milestone
Description
The following CI pipeline uses CentOS 7 which is EOL now:
container: centos:7 |
In addition to being EOL, CentOS 7 uses RPM 4.11.x
which uses an old signing method in the RPM binaries it produces which can cause problems when installing Falco in environments with strict security requirements.
Relevant info in the RPM release notes: https://rpm.org/wiki/Releases/4.14.0
It would be great if the pipeline could be updated to some current RPM-based distro (no strong opinions on the specific distro as long as it contains RPM >= 4.14.x
which uses the modern signing method).
Thanks! 🙏