-
Notifications
You must be signed in to change notification settings - Fork 108
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
bullseye: apt not working #122
Comments
Looks like it's docker issue
|
same issue affected to alpine 3.13
|
looks related to linux kernel v4 v5 difference |
On Fri, Mar 12, 2021 at 05:44:52AM -0800, Mikhail Nacharov wrote:
looks related to linux kernel v4 v5 difference
That observation plus my knowledge:
Recent docker images need recent counter parts
|
This is the same as #106, #97 (for a couple other semi-recent examples). TLDR, you'll need to update your host, specifically to:
See moby/moby#40734 for more details around this (and similar issues). Edit: see also docker-library/official-images#16829 |
actually the problem can lie in your free disk space. Especially if you're running docker on mac. It doesn't report it directly in this case, but well, freeing some images solved this issue for me. it silently can't download package manifest so it can't validate it. From "in-docker" OS perspective you have a plenty of disk space, so apt is unaware of the problem. Hope that will help others wasting time here ;) |
I'm having this exact issue. Buster works fine. Bullseye is having this problem. Plenty of free space. Also tried clearing apt cache as well. |
You might need to go as high as Docker 20.10.10+ depending on which version of the issue you're running into. |
I'm running 20.10.12 on Buster arm. Also I noticed that January 1 00:00:00 1970 However on Buster I get the correct date. |
You need newer libseccomp too. |
I was able to bandaid this on Buster.
|
fixed mine with a simple
Check here https://stackoverflow.com/a/65524014, hope it helps anyone |
Maintainer's note from @tianon: see docker-library/official-images#16829
The text was updated successfully, but these errors were encountered: