mirror of https://github.com/docker/docs.git
3.7 KiB
3.7 KiB
description | keywords | title | weight | aliases | |
---|---|---|---|---|---|
Docker Hub API v1 (deprecated) | kitematic, deprecated | Docker Hub API v1 (deprecated) | 3 |
|
Deprecated
Docker Hub API v1 has been deprecated. Please use Docker Hub API v2 instead.
The following API routes within the v1 path will no longer work and will return a 410 status code:
/v1/repositories/{name}/images
/v1/repositories/{name}/tags
/v1/repositories/{name}/tags/{tag_name}
/v1/repositories/{namespace}/{name}/images
/v1/repositories/{namespace}/{name}/tags
/v1/repositories/{namespace}/{name}/tags/{tag_name}
If you want to continue using the Docker Hub API in your current applications, update your clients to use v2 endpoints.