From b473d34ca9d561eb9bd187aa2db945961696446f Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:03:36 -0800 Subject: [PATCH] docs: update README with minimal image and urls (#1001) Thanks @dtzar for the initial PR. https://github.com/project-zot/zot/pull/992 Signed-off-by: Ramkumar Chinchani --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f5a5fbb..3bcd89ba 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,17 @@ https://zotregistry.io -[```docker pull ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot) +For the full-featured (with all extensions enabled): -[```docker run -p 5000:5000 ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot) +[```docker pull ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-linux-amd64) +[```docker run -p 5000:5000 ghcr.io/project-zot/zot-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-linux-amd64) -**Check the [package repository](https://github.com/orgs/project-zot/packages?repo_name=zot) for your os/arch** +Or for the minimal image (for the security-minded and extensions stripped): + +[```docker pull ghcr.io/project-zot/zot-minimal-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-minimal-linux-amd64) +[```docker run -p 5000:5000 ghcr.io/project-zot/zot-minimal-linux-amd64:latest```](https://github.com/project-zot/zot/pkgs/container/zot-minimal-linux-amd64) + +**Check the [package repository](https://github.com/orgs/project-zot/packages?repo_name=zot) for your os/arch (linux/arm64, darwin/amd64, darwin/arm64)** The following document refers on the **core dist-spec**, see also the [zot-specific extensions spec](pkg/extensions/README.md)