From ef553fb0dedb4d7bca1a3c7b44e3bb72c3987be6 Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Sun, 17 Sep 2023 21:37:34 +0530 Subject: [PATCH 1/2] [CI:DOCS] Improve podman-build man page Signed-off-by: Rahil Bhimjiani --- docs/source/markdown/podman-build.1.md.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 4b2e423e25..cbf1e71fca 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -764,7 +764,7 @@ Use --stdin to be able to interact from the terminal during the build. Specifies the name which is assigned to the resulting image if the build process completes successfully. If _imageName_ does not include a registry name, the registry name *localhost* -is prepended to the image name. +is prepended to the image name. Can be used multiple times. #### **--target**=*stageName* From 47160da7acfedf2bd690f01f55e9f4d9620724b5 Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Sun, 17 Sep 2023 22:47:11 +0530 Subject: [PATCH 2/2] [CI:DOCS] Improve podman-tag man page Signed-off-by: Rahil Bhimjiani --- docs/source/markdown/podman-tag.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/markdown/podman-tag.1.md b/docs/source/markdown/podman-tag.1.md index 9f99e4c050..444f3891c3 100644 --- a/docs/source/markdown/podman-tag.1.md +++ b/docs/source/markdown/podman-tag.1.md @@ -26,6 +26,8 @@ Print usage statement $ podman tag 0e3bbc2 fedora:latest $ podman tag httpd myregistryhost:5000/fedora/httpd:v2 + +$ podman tag mymariadb mycontainerregistry.io/namespace/mariadb:10 mycontainerregistry.io/namespace/mariadb:10.11 mycontainerregistry.io/namespace/mariadb:10.11.12 ```