From c5c36fc253de990daaf91ecc486c08b3f03741fd Mon Sep 17 00:00:00 2001 From: Joseph Mckulka Date: Thu, 1 Dec 2022 13:01:43 -0500 Subject: [PATCH] Import new gpg key --- build/base/Dockerfile | 2 +- conf/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/base/Dockerfile b/build/base/Dockerfile index 240bd4f6d..775fda2cf 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -81,7 +81,7 @@ ADD conf/*KEY* / # Add any available Crunchy PG repo files ADD conf/crunchypg${PG_LBL}.repo /etc/yum.repos.d/ # Import both keys to support all required repos -RUN rpm --import RPM-GPG-KEY-crunchydata* +RUN rpm --import *GPG-KEY-crunchydata* RUN if [ "$DFSET" = "rhel" ] ; then rpm --import CRUNCHY-GPG-KEY.public ; fi RUN if [ "$BASEOS" = "centos8" ] ; then \ diff --git a/conf/.gitignore b/conf/.gitignore index 2212b52b1..892543504 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1,4 +1,4 @@ *.repo *.public *.private -RPM-GPG-KEY-* +*KEY*