summaryrefslogtreecommitdiff
path: root/doc/api/container_registry.md
Commit message (Collapse)AuthorAgeFilesLines
* Update numbered lists for docs standardsMarcel Amirault2019-07-191-2/+2
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Update Docs for Container Registry API Delete EndpointsJason Goodman2019-06-201-0/+5
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Mention when the Registry API was introducedAchilleas Pipinellis2019-02-081-1/+3
|
* Refactor Container Registry API docsAchilleas Pipinellis2019-01-251-71/+73
|
* Add Container Registry APIKamil TrzciƄski2019-01-251-0/+198
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.