Merge "proxysql: Use almalinux for centos/rocky9"
This commit is contained in:
commit
a9b0b63fed
@ -65,12 +65,12 @@ COPY dnf.conf /etc/dnf/dnf.conf
|
||||
{#
|
||||
Repo files not available for CentOS Stream 9:
|
||||
'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 = [
|
||||
'grafana.repo',
|
||||
'influxdb.repo',
|
||||
'mariadb.repo',
|
||||
'proxysql.repo',
|
||||
'rabbitmq_rabbitmq-server.repo',
|
||||
'td.repo',
|
||||
] %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
[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
|
||||
gpgcheck = 1
|
||||
enabled = 0
|
||||
|
@ -97,7 +97,6 @@ UNBUILDABLE_IMAGES = {
|
||||
"logstash", # SHA1 gpg key
|
||||
"nova-spicehtml5proxy", # Missing spicehtml5 package
|
||||
"ovsdpdk", # Not supported on CentOS
|
||||
"proxysql", # no binary package
|
||||
"tgtd", # Not supported on CentOS
|
||||
},
|
||||
|
||||
@ -111,7 +110,6 @@ UNBUILDABLE_IMAGES = {
|
||||
"logstash", # SHA1 gpg key
|
||||
"nova-spicehtml5proxy", # Missing spicehtml5 package
|
||||
"ovsdpdk", # Not supported on CentOS
|
||||
"proxysql", # no binary package
|
||||
"tgtd", # Not supported on CentOS
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user