-
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
The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed. #605
Comments
I'm not able to reproduce, so either it was a temporary issue with the mirror or it could be something related to the host's environment docker-library/php#898 $ docker build -t python:test - <<EOF
> FROM python:3.8-buster
> RUN apt-get update -q
> EOF
Sending build context to Docker daemon 2.048kB
Step 1/2 : FROM python:3.8-buster
3.8-buster: Pulling from library/python
bd8f6a7501cc: Pull complete
44718e6d535d: Pull complete
efe9738af0cb: Pull complete
f37aabde37b8: Pull complete
3923d444ed05: Pull complete
1ecef690e281: Pull complete
48673bbfd34d: Pull complete
b761c288f4b0: Pull complete
57ed4d1661b5: Pull complete
Digest: sha256:d8c335648469f6705307956df04395678f3b0a859eaa68806d773489c77cc273
Status: Downloaded newer image for python:3.8-buster
---> 02583ab5c95e
Step 2/2 : RUN apt-get update -q
---> Running in cd716a687e08
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
Fetched 8427 kB in 2s (4449 kB/s)
Reading package lists...
Removing intermediate container cd716a687e08
---> 84884f6ae5bd
Successfully built 84884f6ae5bd
Successfully tagged python:test |
I'm seeing this consistently now. Sorry, not related. The issue was running out of disk space in the docker for mac VM. (I thought I'd checked this already) |
Yep as @grncdr noticed, seems really similar to debuerreotype/docker-debian-artifacts#107 (which was also running out of disk space in the VM). 😄 |
Yes |
I'm getting this after running Trying to pull and update Similar call stack to OP:
|
I have the following Dockerfile:
When I run
docker build .
I get:Surely there is something pretty basic I am missing here.
The text was updated successfully, but these errors were encountered: