From a89dd03c26885bb69450b28f10ef002cde0dadb7 Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Wed, 10 May 2017 13:33:25 -0700 Subject: [PATCH] Updating API Changelog to add /distribution/{name}/json endpoint Signed-off-by: Nishant Totla Signed-off-by: Sebastiaan van Stijn --- docs/api/version-history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index df3c908b40..359813d87e 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -23,6 +23,7 @@ keywords: "API, Docker, rcli, REST, documentation" * `POST /build/` now (when not silent) produces an `Aux` message in the JSON output stream with payload `types.BuildResult` for each image produced. The final such message will reference the image resulting from the build. * `GET /nodes` and `GET /nodes/{id}` now returns additional information about swarm TLS info if the node is part of a swarm: the trusted root CA, and the issuer's subject and public key. +* `GET /distribution/(name)/json` is a new endpoint that returns a JSON output stream with payload `types.DistributionInspect` for an image name. It includes a descriptor with the digest, and supported platforms retrieved from directly contacting the registry. ## v1.29 API changes