From dc37fa4c3b186f7d2a2bde50909486ed6596214d Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Thu, 21 Dec 2023 22:15:16 +0000 Subject: [PATCH] update: registry readme Replace references to Docker HTTP API V2 with OCI distribution spec links. Signed-off-by: Milos Gajdos --- registry/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/content.md b/registry/content.md index 12c930625..6b0c7b28c 100644 --- a/registry/content.md +++ b/registry/content.md @@ -2,7 +2,7 @@ %%LOGO%% -This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker 1.6+. See [github.com/distribution/distribution](https://github.com/distribution/distribution) for more details about what it is. +This image contains an implementation of the OCI Distribution spec. See [github.com/opencontainers/distribution-spec](https://github.com/opencontainers/distribution-spec) for more details about what it is. You can find the full source code in [github.com/distribution/distribution](https://github.com/distribution/distribution). ## Run a local registry: Quick Version