Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using an incorrect PGP key for the 81 image #77

Open
jaspertandy opened this issue Mar 1, 2024 · 4 comments
Open

Using an incorrect PGP key for the 81 image #77

jaspertandy opened this issue Mar 1, 2024 · 4 comments
Assignees

Comments

@jaspertandy
Copy link

Using the following Dockerfile:

FROM wyveo/nginx-php-fpm:php81

RUN apt-get update

Results in an error:

#5 6.126 Err:4 https://packages.sury.org/php bullseye InRelease
#5 6.126   The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]>
#5 7.472 Get:9 http://nginx.org/packages/mainline/debian bullseye/nginx amd64 Packages [37.0 kB]
#5 10.58 Reading package lists...
#5 12.86 W: GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]>
#5 12.86 E: The repository 'https://packages.sury.org/php bullseye InRelease' is not signed.

Adjusting the Dockerfile to be:

FROM wyveo/nginx-php-fpm:php81

RUN apt-key del 95BD4743
RUN wget -q -O - https://packages.sury.org/php/apt.gpg | apt-key add -

RUN apt-get update

Lets this pass, aside from the apt-key deprecation warnings - I'm sure there's a better way to fix this upstream. This is as much for anyone finding the issue as it is in anticipation of a fix.

@c-andrey
Copy link

c-andrey commented Jun 14, 2024

the sury package was fixed, but i'm having this issue on 80 image

GPG error: http://nginx.org/packages/mainline/debian buster InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
The repository 'http://nginx.org/packages/mainline/debian buster InRelease' is not signed.

@colinwilson colinwilson self-assigned this Jun 16, 2024
@ThanhQuang1410
Copy link

Is there any update on this issue @colinwilson ? I am having trouble in installing kafka ext. Thank you

@colinwilson
Copy link
Contributor

@ThanhQuang1410 Will fix this over the coming weekend. 👍

@ThanhQuang1410
Copy link

Love to hear that @colinwilson . Thank you 🥰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants