Same problem here:
$ docker compose -f $DOWNLOAD_DIR/docker-compose.yml -p greenbone-community-edition up -d
[+] Running 39/3
⠧ gvmd [⣿⣿⣿⣿⣄⣿⣿⣿⣿⣿⣿] 74.4MB / 163.6MB Pulling 90.7s
⠦ gsa [⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 90.7s
⠦ ospd-openvas [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣿⣿⣿⣿⣿⣿⣿⣿⣿] 188.3MB / 226MB Pulling 90.7s
unexpected EOF
DeeAnn
September 25, 2024, 9:27am
22
Thanks everyone for letting us know, I’ve reported it internally.
DeeAnn
September 25, 2024, 9:39am
23
It should be working again. Please let us know if it’s still happening and thank you!
4 Likes
DeeAnn
October 1, 2024, 12:47pm
25
Hi @MikeEffect and welcome to the forum
I tried to recreate it and it is pulling okay for me right now (@ChanScan mentioned above that it was intermittent for them). Can you give it a try again? I am also wondering if anyone else @here is seeing it happen again.
1 Like
DeeAnn
October 1, 2024, 2:27pm
27
Welcome to the forum @varax and thank you for the confirmation.
DeeAnn
October 1, 2024, 3:15pm
28
It should be working again now (or shortly). Thanks again for letting us know!
varax
October 1, 2024, 4:09pm
29
Now it works for me. Thank you
1 Like
Thank you so much. It works now
1 Like
zamana
October 8, 2024, 6:55pm
31
Hello everybody.
My first message here, and it is about the same issue. The problem persists…
I was able to circunvent (sort of) the pulling by doing one by one:
docker compose -p greenbone-community-edition pull data-objects
docker compose -p greenbone-community-edition pull dfn-cert-data
docker compose -p greenbone-community-edition pull vulnerability-tests
and so on, but for gpg-data this doesn’t work:
Any chance of a definitive solution here?
Thanks.
Regards.
pavelk
October 10, 2024, 12:57pm
34
I have the same problem: unexpected EOF
New installation on fresh VM
Hi,
same here. Fresh install too.
There is a problem with one layer 4f4fb700ef54.
I managed to work it around by using:
image: greenbone/vulnerability-tests
image: greenbone/ospd-openvas:stable
Only for those two and the rest from the new registry until the problem is fixed.
1 Like
Same problem with layer 4f4fb700ef54 on fresh install
2 Likes
noteurt
October 14, 2024, 12:25pm
38
same here
docker pull registry.community.greenbone.net/community/vulnerability-tests
Using default tag: latest
latest: Pulling from community/vulnerability-tests
19f2bd1a0b36: Already exists
1bca3e66eced: Extracting [=======================> ] 72.97MB/157.1MB
723ec7fddfd2: Download complete
4f4fb700ef54: Downloading [==================================================>] 32B/32B
unexpected EOF
1 Like
Gremlin
October 14, 2024, 12:27pm
39
Thank you!!!
it works on with docker-compose.yml on ubunutu
1 Like
Same here with layer 4f4fb700ef54 (unexpected EOF).
Updated installation, docker on debian.
1 Like