CentOS 8: disable repo_gpgcheck for grafana image

DNF does not seem to accept keys imported by rpm --import for signing a
repo (as opposed to packages). This causes it to prompt during package
install, which does not work without a terminal in the build container.

We have gpgcheck=1 for the grafana repo, so packages are at least
signed. We don't have repo_gpgcheck elsewhere, so it seems reasonable to
disable it for grafana.

Change-Id: Ice120e8001fd9e8bb37ca4f2df26259cf798ee0e
Partially-Implements: blueprint centos-rhel-8
This commit is contained in:
Mark Goddard 2020-01-30 12:46:50 +00:00
parent 8be020e1f1
commit 05e2c43d66
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[grafana] [grafana]
name=grafana name=grafana
baseurl=https://packages.grafana.com/oss/rpm baseurl=https://packages.grafana.com/oss/rpm
repo_gpgcheck=1
enabled=0 enabled=0
gpgcheck=1 gpgcheck=1
gpgkey=https://packages.grafana.com/gpg.key gpgkey=https://packages.grafana.com/gpg.key