Skip to content

Commit 444a81b

Browse files
committed
Influxdb: use stable RHEL repo
Switch the RHEL repo to the stable channel as per [1]. Use new GPG. Telegraf arm64 builds are enabled again, as binaries exists. [1] https://repos.influxdata.com/stable/x86_64/ Change-Id: Ie4f6f15404f6965df51f3214506ae9f8bb9b61e7 Signed-off-by: Bartosz Bezak <[email protected]>
1 parent ed094e0 commit 444a81b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker/base/influxdb.repo

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[influxdb]
22
name = InfluxDB Repository - RHEL $releasever
3-
# NOTE(mnasiadka): Use EL9 for now, 10 is not available yet
4-
baseurl = https://repos.influxdata.com/rhel/9/$basearch/stable
3+
baseurl = https://repos.influxdata.com/stable/$basearch/main
54
enabled = 0
65
gpgcheck = 1
7-
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
6+
gpgkey = https://repos.influxdata.com/influxdata-archive.key

kolla/image/unbuildable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@
5353
},
5454

5555
'centos+aarch64': {
56-
"telegraf", # no binary package
5756
},
5857
}

0 commit comments

Comments
 (0)