OctopusDeploy / WorkerTools

| Public | Officially sanctioned worker images for Octopus Deploy
1 stars 25 forks source link

Ubuntu 22.04 Kubernetes GPG Key Signature is invalid #98

Open ifzal-ahmed-npl opened 3 weeks ago

ifzal-ahmed-npl commented 3 weeks ago

I get the below error when trying to do a sudo apt-get update

Err:10 https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.29/deb  InRelease
  The following signatures were invalid: EXPKEYSIG 234654DA9A296436 isv:kubernetes OBS Project <isv:kubernetes@build.opensuse.org>

W: GPG error: https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.29/deb  InRelease: The following signatures were invalid: EXPKEYSIG 234654DA9A296436 isv:kubernetes OBS Project <isv:kubernetes@build.opensuse.org>
E: The repository 'https://pkgs.k8s.io/core:/stable:/v1.29/deb  InRelease' is not signed.

This would require a new version to be released for octopusdeploy/worker-tools:ubuntu.22.04 image as GPG key stored in the image is incorrect and would require the latest key to be added.

chathsuom commented 1 week ago

I think you just have to rebuild this image. Seems the repo has updated the gpg key. https://github.com/kubernetes/release/issues/3818