Unexpected EOF

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

Thanks everyone for letting us know, I’ve reported it internally.

It should be working again. Please let us know if it’s still happening and thank you!

4 Likes

Same problem :frowning:

Hi @MikeEffect and welcome to the forum :slight_smile:

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

Same problem here

Welcome to the forum @varax and thank you for the confirmation. :slight_smile:

It should be working again now (or shortly). Thanks again for letting us know!

Now it works for me. Thank you

1 Like

Thank you so much. It works now :slight_smile:

1 Like

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.

hello, same problem here

Same

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 :face_with_diagonal_mouth:

2 Likes

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

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