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

Expired GPG key in php-nginx:8.3 image #519

Open
thejettdurham opened this issue Jun 14, 2024 · 0 comments
Open

Expired GPG key in php-nginx:8.3 image #519

thejettdurham opened this issue Jun 14, 2024 · 0 comments

Comments

@thejettdurham
Copy link

A GPG key in this image has expired. This leads to non-zero exit codes when running apt-get update in our Dockerfile

image

The issue can be resolved in user-land by adding the following to a Dockerfile before apt-get update

curl -O https://nginx.org/keys/nginx_signing.key && apt-key add ./nginx_signing.key

However, it would be ideal if the workaround was unnecessary 😁

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

1 participant