Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: content
-
Labels:
-
Environment:Amazon Linux release 2 (Karoo)
Jenkins 2.233 and 2.232
-
Similar Issues:
Description
Installation handbook contains invalid public key URL for Linux Fedora.
Correct one can be found on Jenkins Redhat Packages page.
- Invalid key: https://jenkins-ci.org/redhat/jenkins-ci.org.key
- Correct key: https://pkg.jenkins.io/redhat/jenkins.io.key
# yum install jenkins Loaded plugins: extras_suggestions, langpacks, priorities, update-motd Resolving Dependencies --> Running transaction check ---> Package jenkins.noarch 0:2.231-1.1 will be updated ---> Package jenkins.noarch 0:2.233-1.1 will be an update --> Finished Dependency ResolutionDependencies Resolved ===================================================================================================== Package Arch Version Repository Size ===================================================================================================== Updating: jenkins noarch 2.233-1.1 jenkins 63 MTransaction Summary ===================================================================================================== Upgrade 1 PackageTotal size: 63 M Is this ok [y/d/N]: y Downloading packages: warning: /var/cache/yum/x86_64/2/jenkins/packages/jenkins-2.233-1.1.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 45f2c3d5: NOKEY Public key for jenkins-2.233-1.1.noarch.rpm is not installed
Jenkins Project key is the correct one:
# rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'
gpg-pubkey-d50582e6-4a3feef6 --> gpg(Kohsuke Kawaguchi <kkawaguchi@cloudbees.com>)
gpg-pubkey-45f2c3d5-5e81efb9 --> gpg(Jenkins Project <jenkinsci-board@googlegroups.com>)
Attachments
Issue Links
- is related to
-
INFRA-973 invalid GPG signatures on redhat stable packages
-
- Resolved
-
-
INFRA-2251 Get a gpg key to sign War file
-
- Resolved
-
-
JENKINS-61998 Jenkins upgrade fails on CentOS - Public key is not installed
-
- Closed
-
Documentation has been updated by Mark Waite in #3152:
https://www.jenkins.io/doc/book/installing/#red-hat-centos