From 245be9b3945dd530cc4e43c7144d02235269bc11 Mon Sep 17 00:00:00 2001 From: Tomas Volf Date: Wed, 3 Aug 2022 12:24:38 +0200 Subject: Document behavior of --timestamp when only FROM is used Fixes: #15171 Signed-off-by: Tomas Volf --- docs/source/markdown/podman-build.1.md.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 34282e2d2..626a9db3b 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -652,6 +652,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 -- cgit v1.2.3-54-g00ecf