proxysql: Use almalinux for centos/rocky9

As per https://github.com/sysown/proxysql/issues/3989

Change-Id: If077d60e9efd29fab80f4f5188a4f54015734a92
This commit is contained in:
Michal Nasiadka 2022-10-03 12:52:37 +02:00
parent 28424514f3
commit f0849eca8d
3 changed files with 2 additions and 4 deletions

View File

@ -65,12 +65,12 @@ COPY dnf.conf /etc/dnf/dnf.conf
{# {#
Repo files not available for CentOS Stream 9: Repo files not available for CentOS Stream 9:
'elasticsearch.repo', # signed with SHA1 key https://github.com/elastic/elasticsearch/issues/85876 'elasticsearch.repo', # signed with SHA1 key https://github.com/elastic/elasticsearch/issues/85876
'proxysql.repo', # no repository yet for RHEL9 family
#} #}
{% set base_yum_repo_files = [ {% set base_yum_repo_files = [
'grafana.repo', 'grafana.repo',
'influxdb.repo', 'influxdb.repo',
'mariadb.repo', 'mariadb.repo',
'proxysql.repo',
'rabbitmq_rabbitmq-server.repo', 'rabbitmq_rabbitmq-server.repo',
'td.repo', 'td.repo',
] %} ] %}

View File

@ -1,6 +1,6 @@
[proxysql] [proxysql]
name = ProxySQL name = ProxySQL
baseurl = https://repo.proxysql.com/ProxySQL/proxysql-2.4.x/centos/$releasever baseurl = https://repo.proxysql.com/ProxySQL/proxysql-2.4.x/almalinux/$releasever
gpgkey = https://repo.proxysql.com/ProxySQL/proxysql-2.4.x/repo_pub_key gpgkey = https://repo.proxysql.com/ProxySQL/proxysql-2.4.x/repo_pub_key
gpgcheck = 1 gpgcheck = 1
enabled = 0 enabled = 0

View File

@ -97,7 +97,6 @@ UNBUILDABLE_IMAGES = {
"logstash", # SHA1 gpg key "logstash", # SHA1 gpg key
"nova-spicehtml5proxy", # Missing spicehtml5 package "nova-spicehtml5proxy", # Missing spicehtml5 package
"ovsdpdk", # Not supported on CentOS "ovsdpdk", # Not supported on CentOS
"proxysql", # no binary package
"tgtd", # Not supported on CentOS "tgtd", # Not supported on CentOS
}, },
@ -111,7 +110,6 @@ UNBUILDABLE_IMAGES = {
"logstash", # SHA1 gpg key "logstash", # SHA1 gpg key
"nova-spicehtml5proxy", # Missing spicehtml5 package "nova-spicehtml5proxy", # Missing spicehtml5 package
"ovsdpdk", # Not supported on CentOS "ovsdpdk", # Not supported on CentOS
"proxysql", # no binary package
"tgtd", # Not supported on CentOS "tgtd", # Not supported on CentOS
}, },