Skip to content

Commit 8a8c7bb

Browse files
committed
Fix Ussuri builds due to RDO Virtualization GPG key
Stop importing the RDO virtualization GPG key in the base image. The centos-release-openstack-ussuri package no longer includes this key. Closes-Bug: #1919096 Change-Id: Ib3e48cc202ef4ee1e62dc93b33dc9a9b58ace865
1 parent dc5fe2f commit 8a8c7bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/base/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
185185
'/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud',
186186
'/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-OpsTools',
187187
'/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage',
188-
'/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO',
189188
] %}
190189

191190
{% set base_centos_yum_repo_packages = [

0 commit comments

Comments
 (0)