Unable to upgrade from 13.12.2 to 14.0.4 (centos 7.9.2009)

I tried upgrading via yum update and it is failing on the update to gitlab runner. Some kind of gpg error.
snippet of error during yum update process:

Downloading packages:
warning: /var/cache/yum/x86_64/7/runner_gitlab-runner/packages/gitlab-runner-14.0.1-1.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 35dfa027: NOKEY
Retrieving key from https://packages.gitlab.com/runner/gitlab-runner/gpgkey
Retrieving key from https://packages.gitlab.com/runner/gitlab-runner/gpgkey/runner-gitlab-runner-366915F31B487241.pub.gpg

GPG key retrieval failed: [Errno 14] HTTPS Error 404 - Not Found

Does anyone have any suggestions on how to resolve this, should I perform an intermediate upgrade?
Not sure how to get the correct keys that are missing.

Marco

I updated the gpg key in my yum repo for the runner as per the following link and I was able to perform the update to 14.0.4.

1 Like

to solve the error GPG key retrieval failed: [Errno 14] HTTPS Error 404 - Not Found

I use the command:
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash

then run again
> yum update

4 Likes