Skip to content
Discussion options

You must be logged in to vote

I seem to have resolved the issue!
One of the layers of the so-wazuh docker image was broken, causing a "filesystem layer verification failed" error on pull on any host apart from the manager node.
I fixed this by removing the blob causing the error in the so-dockerregistry container and running so-docker-refresh after that.
remove the blob:
docker exec -it so-dockerregistry rm -r /var/lib/registry/docker/registry/v2/blobs/sha256/5e/5ea8e7a03ae378b53e166ac59c4705abe322c04712ed2c30a40f0122a747e2c8/
garbage collection:
docker exec -it so-dockerregistry /bin/registry garbage-collect /var/lib/registry/etc/config.yml
Re-retrieve the docker images (to replace the removed layer):
sudo so-docker-…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@weslambert
Comment options

@stijnpieters
Comment options

@weslambert
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dougburks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants