From c3ae793f855f17d3361d8fb869f97d6a04948079 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Thu, 12 Oct 2023 12:00:15 +0100 Subject: [PATCH] And other content... Signed-off-by: James Hewitt --- README.md | 2 +- docs/content/_index.md | 2 +- docs/content/about/_index.md | 2 +- docs/content/about/glossary.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01c3da29d..01563cde5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The toolset to pack, ship, store, and deliver content. This repository's main product is the Open Source Registry implementation -for storing and distributing container images using the +for storing and distributing container images and other content using the [OCI Distribution Specification](https://github.com/opencontainers/distribution-spec). The goal of this project is to provide a simple, secure, and scalable base for building a large scale registry solution or running a simple private registry. diff --git a/docs/content/_index.md b/docs/content/_index.md index a5de9915e..3e86bc417 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -7,7 +7,7 @@ title: Distribution Registry ## What it is The Registry is a stateless, highly scalable server side application that stores -and lets you distribute container images. The Registry is open-source, under the +and lets you distribute container images and other content. The Registry is open-source, under the permissive [Apache license](https://en.wikipedia.org/wiki/Apache_License). ## Why use it diff --git a/docs/content/about/_index.md b/docs/content/about/_index.md index e63e1696a..d556d9bba 100644 --- a/docs/content/about/_index.md +++ b/docs/content/about/_index.md @@ -5,7 +5,7 @@ title: About Registry --- A registry is a storage and content delivery system, holding named container -images, available in different tagged versions. +images and other content, available in different tagged versions. > Example: the image `distribution/registry`, with tags `2.0` and `2.1`. diff --git a/docs/content/about/glossary.md b/docs/content/about/glossary.md index 2bd7a740e..7d3ad18f0 100644 --- a/docs/content/about/glossary.md +++ b/docs/content/about/glossary.md @@ -45,7 +45,7 @@ This page contains definitions for distribution related terms.

Registry

-
A registry is a service that let you store and deliver images.
+
A registry is a service that let you store and deliver images and other content.

Repository