@DeeAnn having this exact problem today. Cannot pull scap-data
Pulling vulnerability-tests ... done
Pulling notus-data ... done
Pulling scap-data ... downloading (100.0%)
Pulling cert-bund-data ... done
Pulling dfn-cert-data ... done
Pulling data-objects ... done
Pulling report-formats ... done
ERROR: for scap-data unexpected EOF
ERROR: unexpected EOF
WARNING: Found orphan containers (greenbone-community-edition_notus-scanner_1, greenbone-community-edition_mqtt-broker_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Recreating 265b364286d4_greenbone-community-edition_vulnerability-tests_1 ...
Recreating 8e2c6587d54e_greenbone-community-edition_data-objects_1 ...
Recreating f3430dcc85c7_greenbone-community-edition_notus-data_1 ...
Recreating a335b4dcbe5a_greenbone-community-edition_cert-bund-data_1 ...
Starting greenbone-community-edition_scap-data_1 ...
ERROR: for 8e2c6587d54e_greenbone-community-edition_data-objects_1 'ContainerConfig'
ERROR: for f3430dcc85c7_greenbone-community-edition_notus-data_1 'ContainerConfig'
ERROR: for 265b364286d4_greenbone-community-edition_vulnerability-tests_1 'ContainerConfig'
Starting greenbone-community-edition_scap-data_1 ... done
ERROR: for data-objects 'ContainerConfig'
ERROR: for notus-data 'ContainerConfig'
ERROR: for vulnerability-tests 'ContainerConfig'
ERROR: for cert-bund-data 'ContainerConfig'```
Im also having a similar issue when trying to pull the docker containers registry.community.greenbone.net/community/gsad:stable
i get this error when trying to pull it.
’’’
short read: expected 4181 bytes but got 0: unexpected EOF
’’’
Then I tested to pull single tags to see if they might work e.g. $ docker pull registry.community.greenbone.net/community/openvas-scanner:23.41.6 - worked
to see which version might work.
Several “:latest” packages list the broken 4f4fb700ef54 image - these are working tags
openvas-scanner:23.41.6
gvm-config:edge
I replaced those newly found working tagged versions with the ones listed in the docker-compose.yml
And I’m not through yet – but this is the way how you debug the list and make your way through the broken referenced images.
Guess I picked a bad time to update all the containers. Getting the unexpected EOF as well. Ubuntu 24.04 LT. Attempted pruning images and updating compose.yaml