-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
apt-get update -y is failing on python:3.9-slim on Raspberry Pi 4B 4gb RAM #652
Comments
Previous issues attributed it to disk space or just running into it intermittently #605 But I'm not able to reproduce $ docker run -it --rm python:3.9-slim bash
Unable to find image 'python:3.9-slim' locally
3.9-slim: Pulling from library/python
bd897bb914af: Pull complete
ceddbac0d90d: Pull complete
5079d073ba60: Pull complete
5be4ca178df0: Pull complete
92b646d03eaf: Pull complete
Digest: sha256:8434c99df85cc274108beac4465d4abbc4459956bb2b7a84073636ac5f4b7c1a
Status: Downloaded newer image for python:3.9-slim
root@d50b994ea575:/# apt-get update -y
Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [44.2 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
Fetched 8420 kB in 3s (3053 kB/s)
Reading package lists... Done |
@wglambert Original debian image:
Macos log:
|
I will close this issue, because it not this project's problem |
See debuerreotype/docker-debian-artifacts#122 -- you probably need to update Docker, libseccomp, runc, etc on your host. |
Hi! Last time I see an issue inside fresh container with the apt-get update command inside docker container with the python:3.9-slim image. ROM 64gb (more than half is free)
Host OS: Raspberry Pi OS Lite buster
Docker version 20.10.8, build 3967b7d
Docker info:
Error:
For now I will continue using the buster version, because its working fine
The text was updated successfully, but these errors were encountered: