Hi ... I am trying to install nginx 1.20.1 onto Oracle Linux 8.5
I have enabled the appstreams channel, which connects to here...
https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/
If you look in the above repo, it is clear that nginx.1.20.1 is available (as nginx-1.20.1-1.0.1.module+el8.6.0+20551+f063ea60.x86_64.rpm)
However, from the command line, if i do a `sudo dnf list available | grep nginx` I only get offered nginx 1.14 from the appstream channel
sh-4.4$ sudo dnf list available | grep nginx
nginx.x86_64 1:1.14.1-9.0.1.module+el8.0.0+5347+9282027e ol8_appstream
ive tried doing a `dnf clean all` but it still only gives me the option to install nginx 1.14 despite many other versions that are actually available in that same repo...Does anyone know what im doing wrong here? why cant I see the other versions?, why is dnf hiding them from me?