From 6cf3dd4931f24f90591e4a88276acfbea3ba4502 Mon Sep 17 00:00:00 2001 From: Aditya R Date: Mon, 16 Oct 2023 11:58:34 +0530 Subject: [PATCH] docs: add unsetlabel Signed-off-by: Aditya R --- docs/source/markdown/podman-build.1.md.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index b635807ad9..56d5b48e42 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -812,6 +812,10 @@ types include: Unset environment variables from the final image. +#### **--unsetlabel**=*label* + +Unset the image label, causing the label not to be inherited from the base image. + #### **--userns**=*how* Sets the configuration for user namespaces when handling `RUN` instructions.