This analytics queries dockerhub to get more details related to docker_image or container_image with docker.io registry observables.
It add several information as context to docker_image:
Image stats: provide details about pulls, registered, updated
Image details: provide information related to image tags including layers information and instructions
User details: provides details about the user owning the image.
It also creates new observables:
user_account observable with account_type being dockerhub to link to a docker hub user
sha256 including image's digest, layers' digests and added files' digests
DockerHubUserAnalytics
This analytics queries dockerhub to get more details related to user_account observable of dockerhub type and fetch all their images. It will create new container_image observables for each image owned by the user.
DockerHubImageEvent
This event task is triggered for any new:observable:(docker_image|container_image) events and works as DockerHubImageAnalytics.
Update dockerhub plugins:
DockerHubImageAnalytics
This analytics queries dockerhub to get more details related to
docker_image
orcontainer_image
with docker.io registry observables.It add several information as context to docker_image:
It also creates new observables:
DockerHubUserAnalytics
This analytics queries dockerhub to get more details related to
user_account
observable ofdockerhub
type and fetch all their images. It will create newcontainer_image
observables for each image owned by the user.DockerHubImageEvent
This event task is triggered for any
new:observable:(docker_image|container_image)
events and works asDockerHubImageAnalytics
.