Skip to content

Docker Hub ​

Manage container repositories, images, and tags on Docker Hub.

DetailValue
CategoryDevOps
Base URLhttps://hub.docker.com/v2
AuthenticationBearer Token
Endpoints8
Connector keydocker-hub

Using Docker Hub in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Docker Hub from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /repositories/{namespace}List repositories
GET /repositories/{namespace}/{repository}Get repository details
PATCH /repositories/{namespace}/{repository}Update repository
DELETE /repositories/{namespace}/{repository}Delete repository
GET /repositories/{namespace}/{repository}/tagsList image tags
DELETE /repositories/{namespace}/{repository}/tags/{tag}Delete a tag
GET /repositories/{namespace}/{repository}/imagesList images
GET /orgs/{orgname}Get organization details

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.