From 9db60ec00782e5c00b5f2e084d2dc3f10500d546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 31 Jan 2022 23:21:23 +0100 Subject: [PATCH] Document where various fields of (skopeo inspect) come from MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... and suggest how to deal with other-architecture images, a fairly frequent point of confusion. Signed-off-by: Miloslav Trmač --- docs/skopeo-inspect.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/skopeo-inspect.1.md b/docs/skopeo-inspect.1.md index da83a52c..2a8ea573 100644 --- a/docs/skopeo-inspect.1.md +++ b/docs/skopeo-inspect.1.md @@ -11,6 +11,9 @@ skopeo\-inspect - Return low-level information about _image-name_ in a registry. Return low-level information about _image-name_ in a registry. See [skopeo(1)](skopeo.1.md) for the format of _image-name_. +The default output includes data from various sources: user input (**Name**), the remote repository, if any (**RepoTags**), the top-level manifest (**Digest**), +and a per-architecture/OS image matching the current run-time environment (most other values). +To see values for a different architecture/OS, use the **--override-os** / **--override-arch** options documented in [skopeo(1)](skopeo.1.md). ## OPTIONS