Integration / Developer Tools & DevOps
Docker Hub integration
Docker Hub is a service provided by Docker for finding and sharing container images with your team.
About Docker Hub
Docker Hub is a cloud-based registry for finding and sharing container images. It simplifies container collaboration and deployment for individuals and teams.
All integrations- Category
- Developer Tools & DevOps
- Connection
- API key
- Type
- Tool
- Actions
- 24
- Tags
- library
Example prompts
What you can ask Growf to do with Docker Hub
- “Create a new Docker Hub repository”
- “Add a member to my Docker organization”
- “Delete an old image from a repository”
- “Set up a webhook for repository updates”
Available actions
24 actions your agents can run in Docker Hub
Add Organization Member
Invite a user to join a Docker Hub organization. Sends an invitation email to the specified user (by Docker ID or email). The user must accept the invitation to become a member. Requires owner or admin privileges on the target organization.
Create Docker Hub Organization
Create a new Docker Hub organization. Note: This endpoint requires JWT authentication obtained via /v2/users/login and may have restricted access.
Create Docker Hub Repository
Creates a new Docker Hub repository under the specified namespace. Use this to programmatically create public or private repositories for storing Docker images. Requires proper authentication with write permissions to the namespace.
Create Docker Hub Webhook
Create a webhook on a Docker Hub repository to receive notifications on image push events. This is a two-step process: 1. Create the webhook with a name 2. Add a hook URL to the webhook Requires admin permissions on the repository.
Delete Repository Images
Delete one or more images from your Docker Hub namespace using the bulk delete API. IMPORTANT REQUIREMENTS: - You must own the namespace (your username or an organization you admin) - You cannot delete images from 'library' (official Docker images) - Images are identified by SHA256 digest (get from…
Delete Docker Hub Organization
Permanently deletes a Docker Hub organization. Requires owner permissions on the organization. This action is idempotent - deleting a non-existent organization returns success (404 treated as success). WARNING: Deletion is irreversible and removes all associated repositories, teams, and members.
Delete Docker Hub Repository
Permanently deletes a Docker Hub repository and all its images/tags. WARNING: This action is irreversible. All images, tags, and metadata will be permanently removed. This operation is idempotent - deleting a non-existent repository returns success. You must have admin/owner permissions on the repo…
Delete Repository Tag
Permanently delete a specific tag from a Docker Hub repository. Requirements: - Must have write/admin access to the repository - The namespace must be your username or an organization you belong to - This action is irreversible - the tag will be permanently removed Note: Cannot delete tags from off…
Delete Docker Hub Team
Permanently deletes a team from a Docker Hub organization. This operation is idempotent - deleting a non-existent team will succeed silently. Requires organization admin permissions. Use DOCKER_HUB_LIST_TEAMS to find available teams before deletion.
Delete Docker Hub repository webhook
Deletes a specific webhook from a Docker Hub repository. Use this tool to remove webhook configurations from repositories you own or have admin access to. This is useful for cleaning up outdated, misconfigured, or no longer needed webhooks. Prerequisites: - You must have admin access to the reposit…
Get Docker Hub Image
Retrieve details about a specific platform-specific image variant by its digest. This tool searches through repository tags to find and return metadata for an image matching the specified SHA256 digest. Returns architecture, OS, size, status, and timestamps. Use LIST_IMAGES first to discover availa…
Get Docker Hub Repository
Retrieves detailed information about a specific Docker Hub repository. Use this to get repository metadata including description, star/pull counts, permissions, and configuration. Works with both public and private repositories (authentication required for private repos).
Put Docker Hub to work inside Growf.
Connect it once and every workspace, agent and workflow can use it — securely, with your team in the loop.