-
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
Merged
craig-osterhout
merged 4 commits into
docker:main
from
vdamery:docker-hub-api-add-list-namespace-repositories-endpoint
Jul 15, 2025
+1,141
−745
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
42a7b45
[docker-hub-api] add list namespace repositories endpoint
vdamery bb7670c
[docker-hub-api] reformat and reorganize hub and dvp
vdamery 31209ce
fixup! review
vdamery 6628c25
fixup! review change `OpenApi` to `Latest` and the order of links
vdamery File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: DVP Data API | ||
build: | ||
render: never | ||
--- | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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 | ||
|
||
--- |
6 changes: 4 additions & 2 deletions
6
content/reference/api/hub/dvp.md → content/reference/api/dvp/latest.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
--- | ||
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 | ||
linkTitle: OpenAPI | ||
weight: 3 | ||
vdamery marked this conversation as resolved.
Show resolved
Hide resolved
|
||
aliases: | ||
- /reference/api/hub/dvp/ | ||
--- |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.