From cc52d2d8b41698269b1b05deab103e11cd0d486d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 16 Jun 2026 11:42:38 +0200 Subject: [PATCH 1/4] Remove a misplaced signatures sentence in skopeo-copy(1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was originally a part of a --sign-by paragraph. I don't think we _really_ need it, the "add a signature" wording should be clear enough. If we did move it back to --sign-by, we should add it to all the --sign-... options; it's simpler to just drop it. Should not change behavior. Signed-off-by: Miloslav Trmač --- docs/skopeo-copy.1.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index ed9cae6a0..919d0b8a5 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -187,8 +187,6 @@ Copy from docker daemon at _host_. If _host_ starts with `tcp://`, HTTPS is enab Copy to docker daemon at _host_. If _host_ starts with `tcp://`, HTTPS is enabled by default. To use plain HTTP, use the form `http://` (default is `unix:///var/run/docker.sock`). -Existing signatures, if any, are preserved as well. - **--dest-compress-format** _format_ Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`. From 2e6586beb2ce9b86a1c13a2f816412546c925f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 16 Jun 2026 11:42:45 +0200 Subject: [PATCH 2/4] Drop a trailing period in skopeo-sync --help documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Be consistent with other man pages. Should not change behavior. Signed-off-by: Miloslav Trmač --- docs/skopeo-sync.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index c0123d6e9..0b986366c 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -66,7 +66,7 @@ Run the sync without actually copying data to the destination. **--help**, **-h** -Print usage statement. +Print usage statement **--scoped** Prefix images with the source image path, so that multiple images with the same name can be stored at _destination_. From 23b612b6b2443e14fb8d6f9b6a1d1037434b47f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 16 Jun 2026 11:42:52 +0200 Subject: [PATCH 3/4] Fix the docker-archive: transport entry in skopeo-list-tags(1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use correct markup, and improve the documentation. Should not change behavior. Signed-off-by: Miloslav Trmač --- docs/skopeo-list-tags.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/skopeo-list-tags.1.md b/docs/skopeo-list-tags.1.md index 0d7c7a08f..48c7d7d7e 100644 --- a/docs/skopeo-list-tags.1.md +++ b/docs/skopeo-list-tags.1.md @@ -82,8 +82,8 @@ This commands refers to repositories using a _transport_`:`_details_ format. The "docker.io/myuser/myimage:v1.0" "docker.io/myuser/myimage@sha256:f48c4cc192f4c3c6a069cb5cca6d0a9e34d6076ba7c214fd0cc3ca60e0af76bb" - **docker-archive:path[:docker-reference] - more than one images were stored in a docker save-formatted file. + **docker-archive:**_path_[**:**_docker-reference_] + Images stored in a `docker save`-formatted file ## EXAMPLES From b2c98cb0d51e454c613779016b272765f3ac641a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 16 Jun 2026 11:43:00 +0200 Subject: [PATCH 4/4] Use correct SEE ALSO heading level in man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should not change behavior. Signed-off-by: Miloslav Trmač --- docs/skopeo-generate-sigstore-key.1.md | 2 +- docs/skopeo-inspect.1.md | 2 +- docs/skopeo-list-tags.1.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/skopeo-generate-sigstore-key.1.md b/docs/skopeo-generate-sigstore-key.1.md index 4f35f2a3c..5db816deb 100644 --- a/docs/skopeo-generate-sigstore-key.1.md +++ b/docs/skopeo-generate-sigstore-key.1.md @@ -41,7 +41,7 @@ Do not use this option if at all avoidable. $ skopeo generate-sigstore-key --output-prefix mykey ``` -# SEE ALSO +## SEE ALSO skopeo(1), skopeo-copy(1), containers-policy.json(5) ## AUTHORS diff --git a/docs/skopeo-inspect.1.md b/docs/skopeo-inspect.1.md index 80471eda8..bb6cead4b 100644 --- a/docs/skopeo-inspect.1.md +++ b/docs/skopeo-inspect.1.md @@ -198,7 +198,7 @@ $ skopeo inspect --manifest-digest=sha512 docker://docker.io/library/alpine:late Digest: sha512:5acb33fb56a7791bf0c69d5b19a1c70272148e4107be5261d57305d14e9509792bbca53e5277c456181ecfa1c20ad8427f9b8ba46868020584a819de1128dbd2 ``` -# SEE ALSO +## SEE ALSO skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5) ## AUTHORS diff --git a/docs/skopeo-list-tags.1.md b/docs/skopeo-list-tags.1.md index 48c7d7d7e..19aec3fa9 100644 --- a/docs/skopeo-list-tags.1.md +++ b/docs/skopeo-list-tags.1.md @@ -173,7 +173,7 @@ $ skopeo list-tags docker-archive:/tmp/four-tags-with-an-untag.tar ``` -# SEE ALSO +## SEE ALSO skopeo(1), skopeo-login(1), docker-login(1), containers-auth.json(5), containers-transports(1) ## AUTHORS