Skip to content

Commit f3234d1

Browse files
committed
influxdb: Update gpg key
Influx repo gpg key has been rotated as of of 2023-01-26 [1]. [1]: https://www.influxdata.com/blog/linux-package-signing-key-rotation/ Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/871821 Change-Id: I76b35bb20ddc0130ca15ff03942e1a97f5d36ff0 (cherry picked from commit ab70c76)
1 parent b930a68 commit f3234d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
321321
{% set base_remote_apt_keys = [
322322
{'name': 'elasticsearch', 'url': 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'},
323323
{'name': 'grafana', 'url': 'https://packages.grafana.com/gpg.key'},
324-
{'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdb.key'},
324+
{'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdata-archive_compat.key'},
325325
{'name': 'mariadb', 'url': 'https://downloads.mariadb.com/MariaDB/mariadb-keyring-2019.gpg', 'type': 'gpg'},
326326
{'name': 'proxysql', 'url': 'https://repo.proxysql.com/ProxySQL/repo_pub_key'},
327327
{'name': 'treasuredata', 'url': 'https://packages.treasuredata.com/GPG-KEY-td-agent'},

docker/base/influxdb.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = InfluxDB Repository - RHEL $releasever
33
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
44
enabled = 0
55
gpgcheck = 1
6-
gpgkey = https://repos.influxdata.com/influxdb.key
6+
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key

0 commit comments

Comments
 (0)