summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <tomas.volf@showmax.com>2022-08-03 12:24:38 +0200
committerMatthew Heon <mheon@redhat.com>2022-08-10 16:46:05 -0400
commit4900394c8f1802891542fe6075cedffeff7cad5d (patch)
treefafc844a1fcd58c23be7cb1f1dd8b720322745ac
parentb619c7a722cd84c180522034b50024d0ce107770 (diff)
downloadpodman-4900394c8f1802891542fe6075cedffeff7cad5d.tar.gz
podman-4900394c8f1802891542fe6075cedffeff7cad5d.tar.bz2
podman-4900394c8f1802891542fe6075cedffeff7cad5d.zip
Document behavior of --timestamp when only FROM is used
Fixes: #15171 Signed-off-by: Tomas Volf <tomas.volf@showmax.com>
-rw-r--r--docs/source/markdown/podman-build.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index a5011f4aa..bfdfee1ed 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -729,6 +729,8 @@ specified and therefore not changed, allowing the image's sha256 hash to remain
same. All files committed to the layers of the image will be created with the
timestamp.
+If the only instruction in a Containerfile is `FROM`, this flag has no effect.
+
#### **--tls-verify**
Require HTTPS and verify certificates when talking to container registries