karljohns0n / nginx-more

Development repository for nginx-more package
MIT License
120 stars 29 forks source link

CentOS 8 #7

Closed asucrews closed 4 years ago

asucrews commented 4 years ago

Just wondering what the plan for CentOS 8 is for this great project.

karljohns0n commented 4 years ago

CentOS 8 package is definitely on the roadmap, I should try some build soon using Docker. I'm waiting for 8.1 before getting my hands on CentOS 8. I will then check if all the package dependencies are met else I will build them.

ivmm commented 4 years ago

CentOS 8 package is definitely on the roadmap, I should try some build soon using Docker. I'm waiting for 8.1 before getting my hands on CentOS 8. I will then check if all the package dependencies are met else I will build them.

You can use the developer version of RHEL8.1 for testing, and the developer version is free to use. https://developers.redhat.com/

karljohns0n commented 4 years ago

I've built nginx-more dependencies for CentOS 8 such as GeoIP2 and ModSecurity:

https://repo.aerisnetwork.com/testing/centos/8/x86_64/repoview/

I should be able to get a el8 test release soon.

karljohns0n commented 4 years ago

Packages for el8 have been released in testing repo and will be pushed stable in a couple of days.

dnf install -y https://repo.aerisnetwork.com/pub/aeris-release-8.rpm
dnf install nginx-more --enablerepo=aeris-testing
dnf install nginx-more-module-modsecurity --enablerepo=aeris-testing