phusion / passenger-docker

Docker base images for Ruby, Python, Node.js and Meteor web apps
MIT License
2.78k stars 408 forks source link

passenger-ruby26:2.0.1 "At least one invalid signature was encountered" #330

Closed BryanCrow closed 3 years ago

BryanCrow commented 3 years ago

Not sure if related to the recent cert change, but with 2.0.1 I'm seeing this when trying to apt-get update:

## Populating apt-get cache...

+ apt-get update
Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Ign:3 https://oss-binaries.phusionpassenger.com/apt/passenger focal InRelease
Err:1 http://security.ubuntu.com/ubuntu focal-security InRelease
  At least one invalid signature was encountered.
Get:4 https://oss-binaries.phusionpassenger.com/apt/passenger focal Release [3,419 B]
Get:5 https://oss-binaries.phusionpassenger.com/apt/passenger focal Release.gpg [833 B]
Ign:5 https://oss-binaries.phusionpassenger.com/apt/passenger focal Release.gpg
Err:2 http://archive.ubuntu.com/ubuntu focal InRelease
  At least one invalid signature was encountered.
Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Err:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease
  At least one invalid signature was encountered.
Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Err:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease
  At least one invalid signature was encountered.
Reading package lists...
W: GPG error: http://security.ubuntu.com/ubuntu focal-security InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.ubuntu.com/ubuntu focal-security InRelease' is not signed.
W: GPG error: https://oss-binaries.phusionpassenger.com/apt/passenger focal Release: At least one invalid signature was encountered.
E: The repository 'https://oss-binaries.phusionpassenger.com/apt/passenger focal Release' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu focal InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.ubuntu.com/ubuntu focal InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu focal-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.ubuntu.com/ubuntu focal-updates InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu focal-backports InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.ubuntu.com/ubuntu focal-backports InRelease' is not signed.
CamJN commented 3 years ago

@FooBarWidget my work laptop is in the shop, but it looks like the package cache needs clearing.

FooBarWidget commented 3 years ago

The error meesage indicates that the error is in Ubuntu's repos, not ours.

BryanCrow commented 3 years ago

Apologies, clearing the package cache solved. 👍