Skip to content

Commit eb723cd

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]> (cherry picked from commit 444a81b)
1 parent 171f725 commit eb723cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/base/influxdb.repo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[influxdb]
22
name = InfluxDB Repository - RHEL $releasever
3-
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
3+
baseurl = https://repos.influxdata.com/stable/$basearch/main
44
enabled = 0
55
gpgcheck = 1
6-
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
@@ -49,6 +49,5 @@
4949
},
5050

5151
'centos+aarch64': {
52-
"telegraf", # no binary package
5352
},
5453
}

0 commit comments

Comments
 (0)