mirror of
https://github.com/containers/podman.git
synced 2025-08-24 18:12:25 +08:00

Add the missing man page options for `podman build`, `podman farm build`, and `podman image build`. These are new to `buildah build` with Buildah v1.41.0. They are: * created-annotation * inherit-annotations * rewrite-timestamp * source-date-epoch * unsetannotation Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
8 lines
286 B
Markdown
8 lines
286 B
Markdown
####> This option file is used in:
|
|
####> podman build, farm build
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--unsetannotation**=*annotation*
|
|
|
|
Unset the image annotation, causing the annotation not to be inherited from the base image.
|