From b2ede999f3098690563aab80b795cdf315a5c0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 20 Mar 2023 19:56:49 +0100 Subject: [PATCH] Make the installation instructions more prominent in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... per https://github.com/containers/skopeo/issues/1940 . Signed-off-by: Miloslav Trmač --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39928bbe..5b5ee413 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ Skopeo works with API V2 container image registries such as [docker.io](https:// * oci:path:tag An image tag in a directory compliant with "Open Container Image Layout Specification" at path. +[Obtaining skopeo](./install.md) +- + +For a detailed description how to install or build skopeo, see +[install.md](./install.md). + ## Inspecting a repository `skopeo` is able to _inspect_ a repository on a container registry and fetch images layers. The _inspect_ command fetches the repository's manifest and it is able to show you a `docker inspect`-like @@ -189,12 +195,6 @@ $ skopeo inspect --creds=testuser:testpassword docker://myregistrydomain.com:500 $ skopeo copy --src-creds=testuser:testpassword docker://myregistrydomain.com:5000/private oci:local_oci_image ``` -[Obtaining skopeo](./install.md) -- - -For a detailed description how to install or build skopeo, see -[install.md](./install.md). - Contributing -