Skip to content

Commit

Permalink
Import new gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckulk committed Dec 2, 2022
1 parent c3b4f2c commit c5c36fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion conf/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.repo
*.public
*.private
RPM-GPG-KEY-*
*KEY*

0 comments on commit c5c36fc

Please sign in to comment.