> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Docker Repository

The `docker_repository` type represents a Docker repository description that has been recently created or updated. Repository descriptions are scanned for identifiers and secrets.

```json Docker Repository theme={null}
{
    "event_type": "docker_repository",
    "data": {
        "url": "https://hub.docker.com/r/flared/docker",
        "star_count": 5,
        "pull_count": 10000,
        "collaborator_count": 2,
        "last_updated_at": "2026-01-01T00:00:00",
        "last_modified_at": "2025-01-01T00:00:00",
        "registered_at": "2024-01-01T00:00:00"
    },
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    }
}
```
