Skip to content

Commit 43b5dd7

Browse files
committed
Import archived GPG key for RPM upgrade test
The upgrade test installs version 2.0.9 which was signed with the old GPG key before the recent key rotation. Import the archived key (pubring20250228.gpg) to allow verification of the 2.0.9 package signature during the upgrade test.
1 parent a145c32 commit 43b5dd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockers/install/upgrade-rpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN which java
77
RUN curl https://raw.githubusercontent.com/rundeck/packaging/main/scripts/rpm-setup.sh 2> /dev/null | bash -s rundeck
88
RUN sed -i.bak s/gpgcheck=0/gpgcheck=1/ /etc/yum.repos.d/rundeck.repo
99
RUN rpm --import https://raw.githubusercontent.com/rundeck/packaging/main/pubring.gpg
10+
RUN rpm --import https://raw.githubusercontent.com/rundeck/packaging/main/pubring20250228.gpg
1011
RUN rpm --import https://docs.rundeck.com/keys/BUILD-GPG-KEY-20230105.key
1112

1213
RUN yum -y install rundeck-cli

0 commit comments

Comments
 (0)