Unable to update to version 17.11.0 from 17.10.4 on Alma Linux 9

Versions

  • Self-managed (OS: AlmaLinux 9)
  • GitLab.com SaaS
  • Dedicated

and I’ve tried following in link below, but still not work.

Linux package signatures

The GPG keys were updated recently, the easiest way to refresh them is run this command to update the repo files:

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
1 Like

I had the same issue but I don’t recall seeing any advisory from GitLab about recent changes to gpg keys? The last change seems to be in 2020. The GPG key used to sign GitLab package repositories' metadata is changing

Having the same issue…

Same here, thing is one GPG public key has been added: https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-CB947AD886C8E8FD.pub.gpg

My /etc/yum.repos.d/gitlab_official_ce.repo before/after:
Before:
gpgkey=https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg

After:
gpgkey=https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-CB947AD886C8E8FD.pub.gpg

You can manually update your repo file if you do not wish to use the bash script mentioned above.

1 Like