-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bookworm: GPG Error when attempting apt update #804
Comments
Hi @webaholik, It seems like the same issue as in #800 - can you please check the docker runtime versions you're running, as well as seccomp version and runc? Thanks! |
Thanks for the quick reply, @thresheek, HOST is Centos
|
Thanks, I think you need at least Docker 20.10.10+ for this image (and any other bookworm-based) to work as expected. |
You can verify that it is libseccomp by running the bookworm image with Similar to docker-library/python#837 |
@thresheek - thanks, updating docker resolved my issue: |
The issue seems to be related to the latest docker image update to
bookworm
At the top of my Dockerfile:
Now when building, I get these errors:
Attempted to manually add:
Result:
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Then tried running this first:
RUN apt-get install -y debian-keyring
Result:
E: Unable to locate package debian-keyring
-and I can't update my sources because of the GPG key
The text was updated successfully, but these errors were encountered: