mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +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>
14 lines
622 B
Markdown
14 lines
622 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.
|
|
#### **--created-annotation**
|
|
|
|
Add an image *annotation* (see also **--annotation**) to the image metadata
|
|
setting "org.opencontainers.image.created" to the current time, or to the
|
|
datestamp specified to the **--source-date-epoch** or **--timestamp** flag,
|
|
if either was used. If *false*, no such annotation will be present in the
|
|
written image.
|
|
|
|
Note: this information is not present in Docker image formats, so it is discarded when writing images in Docker formats.
|