Docker Hub
DevOps

Docker Hub Connector

Connect to Docker Hub to search repositories, list tags, view users and organisations.

$pip install "toolsconnector[dockerhub]"
14
Actions
DevOps
Category
Free
Apache 2.0

All 14 Actions

Action Description Parameters Returns
create_repo ⚠Create a Docker Hub repositorynamespace, name  [description, is_private]DockerRepo
delete_tag ⚠Delete a repository tagnamespace, repo, tagbool
get_build_historyGet build history for a repositorynamespace, repolist
get_orgGet a Docker Hub organisationorgnameDockerOrg
get_repoGet a Docker Hub repositorynamespace, repoDockerRepo
get_tagGet a single Docker Hub repository tagnamespace, repo, tagDockerTag
get_userGet a Docker Hub user profileusernameDockerUser
list_build_triggersList build triggers for a repositorynamespace, repolist
list_collaboratorsList collaborators of a repositorynamespace, repolist
list_orgsList Docker Hub organisations for the authenticated userlist
list_reposList repositories for a Docker Hub namespacenamespace  [limit, page]PaginatedList[DockerRepo]
list_tagsList tags for a Docker Hub repositorynamespace, repo  [limit, page]PaginatedList[DockerTag]
search_reposSearch Docker Hub repositoriesquery  [limit, page]PaginatedList[DockerRepo]
update_repoUpdate a Docker Hub repositorynamespace, repo  [description]DockerRepo
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing