- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-30-2020 03:06 AM
Hello,
A beginner here. It seems that after initial installation when trying to install new integrations and addons from Marketplace, I keep getting warnings about missing Docker images. If I list all the images with /docker_images I see the ones that the warning claims are missing, but the versions are older than in the warning message. I have tried to run /docker_image_update all=true to update the images, but they still stay as old versions. Should not the Docker in xSOAR automatically fetch images from the Docker Hub? It seems that it is not fetching even though there should be no firewalls blocking either. This is an .sh installation on CentOS 8 and not OVA.
Any help with this would be appreciated!
12-30-2020 04:36 AM
I think the problem you are having is related to the new limitation Docker introduced https://www.docker.com/increase-rate-limits#:~:text=Anonymous%20and%20Free%20Docker%20Hub,%3A%20toom....
They limited the pull rate to 100 pulls per 6 hours, meaning if you will try to install your pack now, you should not get that warning.
01-11-2021 07:03 AM
Hello,
Thank you for your message!
I do not think this is related to the newly introduced pull rate limit.
If I manually try to pull the latest image of one of the outdated images, I get following:
[user@xsoar ~]$ sudo docker pull demisto/fetch-data
Using default tag: latest
Error response from daemon: manifest for demisto/fetch-data:latest not found: manifest unknown: manifest unknown
If I for instance pull a debian image, it is fetched normally.
If I try from the xSOAR Marketplace to update the Base pack, I get following warnings in the UI:
01-11-2021 11:54 AM
There is no latest tag, every docker has special version tag https://hub.docker.com/r/demisto/fetch-data/tags?page=1&ordering=last_updated
To pull docker image manually you should run docker pull demisto/fetch-data:1.0.0.14842
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!