Overview
Docker Hub is the dominant container registry. The Automize Docker Hub connector covers repositories, tags, organizations, image metadata.
- Regions: Global service.
- Plans: Free + Pro + Team + Business.
Setting up the connection
Auth type: Bearer Token.
- Docker Hub → Account Settings → Security → New Access Token.
- In Automize → Settings → Connectors → Docker Hub. Paste token.
Find your credentials at https://hub.docker.com/settings/security.
Rate limits
Anonymous: 100 pulls/6h. Authenticated free: 200. Paid: unlimited.
Data model
Container primitives:
User/Org ─── Repositories ─── Tags (image versions)Available operations
5 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Delete Tag | General | Delete a tag |
| Get Repository | General | Get repository details |
| Get Tag | General | Get tag details |
| List Repositories | General | List repositories for a namespace |
| List Tags | General | List tags for a repository |
Operations
Delete Tag
Delete a tag
| Parameter | Required | Type | Description |
|---|---|---|---|
Namespace namespace | Yes | text | |
Repository repository | Yes | text | |
Tag tag | Yes | text |
Get Repository
Get repository details
| Parameter | Required | Type | Description |
|---|---|---|---|
Namespace namespace | Yes | text | |
Repository repository | Yes | text |
Get Tag
Get tag details
| Parameter | Required | Type | Description |
|---|---|---|---|
Namespace namespace | Yes | text | |
Repository repository | Yes | text | |
Tag tag | Yes | text |
List Repositories
List repositories for a namespace
| Parameter | Required | Type | Description |
|---|---|---|---|
Namespace namespace | Yes | text |
Tips
- Per user or org. Filter by name.
List Tags
List tags for a repository
| Parameter | Required | Type | Description |
|---|---|---|---|
Namespace namespace | Yes | text | |
Repository repository | Yes | text |
Tips
- Per repo. Returns digest + last_updated.
FAQ
- Pull rate limits?
- Anonymous pulls heavily rate-limited. Authenticate with token to raise limits.