mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 10:55:46 +00: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>
9 lines
378 B
Markdown
9 lines
378 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.
|
|
#### **--inherit-annotations**=*bool-value*
|
|
|
|
Inherit the annotations from the base image or base stages. (default true).
|
|
Use cases which set this flag to *false* may need to do the same for the
|
|
**--created-annotation** flag.
|