GET /entity/{id}/dockerTag
List the tagged commits (tag/digest pairs) for the given Docker repository. Only the most recent digest for each tag is returned since, following Docker's convention, a tag may be reassigned to a newer commit. The list may be sorted by date or tag. The default is to sort by date, descending (newest first).
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/dockerTag
Resource URL Variables
{entityId} | the ID of the Docker repository entity |
Parameters
sort optional |
|
ascending optional |
, optional (default is false) |
limit optional |
pagination parameter, optional (default is 20) |
offset optional |
pagination parameter, optional (default is 0) |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<DockerCommit> (application/json) |