From 60c98cacde2b48538a99b4808e9c7eba938dbd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 8 Oct 2021 22:02:13 +0200 Subject: [PATCH] Document container images as an alternative to installing packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also fix the location of the introductory text about building from source, and fix the document title. Signed-off-by: Miloslav Trmač --- install.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/install.md b/install.md index b38050ca..75b56327 100644 --- a/install.md +++ b/install.md @@ -1,4 +1,4 @@ -# Installing from packages +# Installing Skopeo ## Distribution Packages `skopeo` may already be packaged in your distribution. @@ -91,6 +91,20 @@ request](https://github.com/containers/skopeo/issues/715) and contributions are always welcome. +## Container Images + +Skopeo container images are available at `quay.io/skopeo/stable:latest`. +For example, + +```bash +podman run docker://quay.io/skopeo/stable:latest copy --help +``` + +[Read more](./contrib/skopeoimage/README.md). + + +## Building from Source + Otherwise, read on for building and installing it from source: To build the `skopeo` binary you need at least Go 1.12. @@ -98,8 +112,6 @@ To build the `skopeo` binary you need at least Go 1.12. There are two ways to build skopeo: in a container, or locally without a container. Choose the one which better matches your needs and environment. -## Building from Source - ### Building without a container Building without a container requires a bit more manual work and setup in your