-
Notifications
You must be signed in to change notification settings - Fork 490
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
php:7.4 apt-get update fails for invalid signature (expired Yarn keys) #494
Comments
I'm having a similar issue.
|
Having the same issue with expired keys Err:3 https://dl.yarnpkg.com/debian stable InRelease |
Hi 👋
#90 tracks the image support which aligns with the upstream release cycle. From https://www.php.net/supported-versions.php, as PHP 7.4 has reached
We are actively supporting this image, and the latest versions of this image has a patch for the
@jhunax can you let me know which image has this issue? I wonder if the reasoning of the problem lies in either of my above explanations. |
Unfortunately upgrading is not always an option for legacy projects that just need minimal support, IMO dev-containers should give me the ability to quickly setup a dev environment for such projects, it's not a production environment after all so security vulnerabilities are not that important. That's just my opinion, feel free to close this issue. |
Dockerfile:
Running the devcontainer fails with this error :
This doesn't happen with newer versions (e.g. php:8)
Adding the following command before
apt-get update
fixes the problem :RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarn-archive-keyring.gpg
Related to #370
Yarn issue : yarnpkg/yarn#7866
The text was updated successfully, but these errors were encountered: