List of images containing given package
Filterable query interface to search for images containing specified package
Query parameters
Name of package to search for (e.g. sed)
Type of package to filter on (e.g. dpkg)
Version of named package to filter on (e.g. 4.4-1)
The page of results to fetch. Pages start at 1
Limit the number of records for the requested page. If omitted or set to 0, return all results in a single page
Headers
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Image listing
Example response
{
"images": [
{
"image": {
"tag_history": [
{
"registry": "registry",
"detected_at": "2000-01-23T04:56:07.000+00:00",
"pullstring": "pullstring",
"tag": "tag",
"repository": "repository"
}
]
}
}
]
}Changes
Changed in 3 of the 5 revisions of this API.17
- ▲
the
allOf[PaginatedImageList_allOf]/response's property type/format changed from/toobject/for status200response-property-type-changed
- ○
api tag
Queryaddedapi-tag-added
- ○
added the optional property
allOf[PaginatedImageList_allOf]/images/items/packages/items/will_not_fixto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
PaginatedImageList_allOfto the response bodyallOflist for the response status200response-body-all-of-added
- ○
removed
subschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
- ○
api tag
Queryremovedapi-tag-removed
- ○
added
subschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ○
removed
PaginatedImageList_allOffrom the response bodyallOflist for the response status200response-body-all-of-removed
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○