Skip to content

Commit d43b3c7

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 472e4af commit d43b3c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/base/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
372372
] %}
373373
{% set base_remote_apt_keys = [
374374
'https://packages.grafana.com/gpg.key',
375-
'https://repos.influxdata.com/influxdb.key',
375+
'https://repos.influxdata.com/influxdata-archive_compat.key',
376376
] %}
377377
{% elif base_distro == 'debian' %}
378378
{% set base_apt_keys = [
@@ -385,7 +385,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
385385
'https://download.docker.com/linux/debian/gpg',
386386
'https://packages.grafana.com/gpg.key',
387387
'https://packages.treasuredata.com/GPG-KEY-td-agent',
388-
'https://repos.influxdata.com/influxdb.key',
388+
'https://repos.influxdata.com/influxdata-archive_compat.key',
389389
] %}
390390
{% endif %}
391391

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)