-
Notifications
You must be signed in to change notification settings - Fork 7.8k
[docker-hub-api] add list namespace repositories endpoint #22934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
42a7b45
bb7670c
31209ce
6628c25
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: DVP Data API | ||
build: | ||
render: never | ||
--- | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
description: Docker Verified Publisher API changelog | ||
title: Docker Verified Publisher API changelog | ||
linkTitle: Changelog | ||
keywords: docker dvp, dvp, whats new, release notes, api, changelog | ||
Check failure on line 5 in content/reference/api/dvp/changelog.md
|
||
weight: 1 | ||
toc_min: 1 | ||
toc_max: 2 | ||
--- | ||
|
||
Here you can learn about the latest changes, new features, bug fixes, and known | ||
issues for Docker Verified Publisher API. | ||
|
||
--- | ||
|
||
## 2025-06-27 | ||
|
||
### New | ||
|
||
- Create changelog |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
description: Deprecated Docker Verified Publisher API endpoints | ||
keywords: deprecated | ||
title: Deprecated Docker Verified Publisher API endpoints | ||
linkTitle: Deprecated | ||
weight: 2 | ||
vdamery marked this conversation as resolved.
Show resolved
Hide resolved
|
||
--- | ||
|
||
This page provides an overview of endpoints that are deprecated in Docker Verified Publisher API. | ||
|
||
## Endpoint deprecation policy | ||
|
||
As changes are made to Docker there may be times when existing endpoints need to be removed or replaced with newer endpoints. Before an existing endpoint is removed it is labeled as "deprecated" within the documentation. After some time it may be removed. | ||
|
||
## Deprecated engine endpoints | ||
|
||
The following table provides an overview of the current status of deprecated endpoints: | ||
|
||
**Deprecated**: the endpoint is marked "deprecated" and should no longer be used. | ||
|
||
The endpoint may be removed, disabled, or change behavior in a future release. | ||
|
||
**Removed**: the endpoint was removed, disabled, or hidden. | ||
|
||
--- | ||
|
||
| Status | Feature | Date | | ||
|--------|---------------------------------------------------------------|------------| | ||
| | [Create deprecation log table](#create-deprecation-log-table) | 2025-06-27 | | ||
|
||
--- | ||
|
||
### Create deprecation log table | ||
|
||
Reformat page | ||
|
||
--- |
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,7 +1,6 @@ | ||||||||||||
--- | ||||||||||||
layout: api | ||||||||||||
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Verified Publisher API. | ||||||||||||
linkTitle: DVP Data API | ||||||||||||
title: Docker Verified Publisher API reference | ||||||||||||
weight: 4 | ||||||||||||
title: OpenAPI | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like the title went missing here as well; can you add those back ( As this page moved, we'd also want to add aliases here;
Suggested change
Instead of making There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know the app behind these dvp endpoints so I would not know what to put as version. And for docker hub api, the endpoints are a collection from multiple services so I don't know what should I put as a version too :/ |
||||||||||||
weight: 3 | ||||||||||||
--- |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can't comment inline because there's no diff in the file; not sure if people reference this file directly (if that's the case, we may need to add a redirect through other means). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
description: Docker Hub API changelog | ||
title: Docker Hub API changelog | ||
linkTitle: Changelog | ||
vdamery marked this conversation as resolved.
Show resolved
Hide resolved
|
||
keywords: docker hub, hub, whats new, release notes, api, changelog | ||
Check failure on line 5 in content/reference/api/hub/changelog.md
|
||
weight: 1 | ||
vdamery marked this conversation as resolved.
Show resolved
Hide resolved
|
||
toc_min: 1 | ||
toc_max: 2 | ||
--- | ||
|
||
Here you can learn about the latest changes, new features, bug fixes, and known | ||
issues for Docker Service APIs. | ||
|
||
--- | ||
|
||
## 2025-06-27 | ||
|
||
### New | ||
|
||
- Add [List repositories](/reference/api/hub/latest/#tag/repositories/operation/listNamespaceRepositories) endpoints for a given `namespace`. | ||
|
||
### Deprecations | ||
|
||
- [Deprecate /v2/repositories/{namespace}](/reference/api/hub/deprecated/#deprecate-legacy-listnamespacerepositories) | ||
|
||
--- | ||
|
||
## 2025-03-25 | ||
|
||
### New | ||
|
||
- Add [APIs](/reference/api/hub/latest/#tag/org-access-tokens) for organization access token (OATs) management. | ||
|
||
--- | ||
|
||
## 2025-03-18 | ||
|
||
### New | ||
|
||
- Add access to [audit logs](/reference/api/hub/latest/#tag/audit-logs) for org | ||
access tokens. |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
layout: api | ||
description: Reference documentation and OpenAPI specification for the Docker Hub API. | ||
title: Docker Hub API reference | ||
linkTitle: Docker Hub API | ||
weight: 1 | ||
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Hub API. | ||
title: OpenAPI | ||
vdamery marked this conversation as resolved.
Show resolved
Hide resolved
|
||
weight: 3 | ||
--- |
Uh oh!
There was an error while loading. Please reload this page.