Репозиторий EL8 открыт для тестирования:
cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el8.repo && yum install -y epel-release
Пожалуйста, делайте бэкапы и запускайте эти пакеты только на тестовых нодах.
Репозиторий EL8 открыт для тестирования:
cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el8.repo && yum install -y epel-release
Пожалуйста, делайте бэкапы и запускайте эти пакеты только на тестовых нодах.
Not working.
—2019-09-03 10:31:07— https://repo.codeit.guru/codeit.mainline.el8.0.repo
Resolving repo.codeit.guru (repo.codeit.guru)… 144.76.75.30, 2a01:4f8:191:9348::5
Connecting to repo.codeit.guru (repo.codeit.guru)|144.76.75.30|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2019-09-03 10:31:08 ERROR 404: Not Found.
We don’t support RHEL 8 at this moment.
Alexander, do you have a planned release date for RH8/Centos8 support, please?
Tim,
I checked and see that CentOS 8 already has Apache httpd 2.4.37 with big count of patches. mod_brotli and mod_http2 are included, OpenSSL 1.1.1 is now part of system in CentOS/RHEL 8.
What exactly do you expect from CodeIT builds in this case?
Not the original poster, but I sought after a more current version of mod_md which supports wildcard ACME — sadly this requires apache 2.4.41 and I hoped not to have to build everything myself.
Thank you Andreas, this sounds important indeed.
Hi,
Is there any mainline version for rocky linux?
Regards.
Hi,
Yes, we have one:
https://repo.codeit.guru/packages/mainline/centos/8/
thanks 🙂
i’m use rocky linux and try to install nginx from codeit.guru but is always installed from rocky repo not from codeit.guru, how to make it enable and default?
this my step:
vi /etc/yum.repos.d/codeit.repo
[CodeITmainline]
name=CodeIT mainline repo
baseurl=https://repo.codeit.guru/packages/mainline/centos/8/$basearch
enabled=1
gpgkey=https://repo.codeit.guru/RPM-GPG-KEY-MasterOfDevon
gpgcheck=1
dnf update
dnf install nginx
nginx installed is 1.14 version not 1.21 from code.it
Please do
dnf module disable nginx
Thank you very much!! its work, now nginx installed from codeit.guru
nginx version: nginx/1.21.6
built by gcc 8.5.0 20210514 (Red Hat 8.5.0-4) (GCC)
built with OpenSSL 1.1.1k FIPS 25 Mar 2021
TLS SNI support enabled
Best Regards.
You are welcome!
every time i run command dnf update this error appear and i can’t install php
Problem: module php:7.2:8040020210530192442:02bae935.x86_64 requires module(nginx), but none of the providers can be installed
— conflicting requests
— module nginx:1.14:8040020210610090123:9f9e2e7e.x86_64 is disabled
— module nginx:1.16:8040020210610090125:9f9e2e7e.x86_64 is disabled
— module nginx:1.18:8040020210610090124:9f9e2e7e.x86_64 is disabled
— module nginx:1.20:8050020211109125042:b4937e53.x86_64 is disabled
— module nginx:1.20:8050020220131160934:b4937e53.x86_64 is disabled
— module nginx:1.20:820210908185433:9edba152.x86_64 is disabled
— module nginx:mainline:820220125162647:9edba152.x86_64 is disabled
this error only happen with mainline version.
tested with READY-TO-USE BINARY PACKAGES (EL8) is working fine, not error appear.
Hi,
Please also try to install remi php repo, as they have lot of different php versions with great backports.
I think that the issue you have will be fixed by us using own nginx modules, but I do not have any ETA at the moment.
i see you update your post with added repo for mainline version el8 rocky linux.
great, so i not added manual for repo, just run :
cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.mainline.el8.repo && yum install -y epel-release && dnf disable module httpd nginx
i was tested that repo and when run dnf install nginx, this error appear:
Error:
Problem: cannot install the best candidate for the job
— nothing provides brotli >= 1.0.7 needed by nginx-1:1.21.6-1.codeit.el7.x86_64
(try to add ‘—skip-broken’ to skip uninstallable packages or ‘—nobest’ to use not only best candidate packages)
Hi, there was an error in codeit.mainline.el8.repo. Please re-download, and run «yum clean all» this should fix brotli requirement.
Hello,
Do you have any plans of releasing HAProxy 2.5 with prometheus-exporter support for both el7/8?
Thanks.
Hello Alex,
Unfortunately no, as we don’t use it in our stack.