summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <tomas.volf@showmax.com>2022-08-03 12:24:38 +0200
committerTomas Volf <tomas.volf@showmax.com>2022-08-10 15:53:51 +0200
commit245be9b3945dd530cc4e43c7144d02235269bc11 (patch)
tree75a3f23298ba02ef6d66e63a695dca38606251a7
parent89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7 (diff)
downloadpodman-245be9b3945dd530cc4e43c7144d02235269bc11.tar.gz
podman-245be9b3945dd530cc4e43c7144d02235269bc11.tar.bz2
podman-245be9b3945dd530cc4e43c7144d02235269bc11.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.md.in2
1 files changed, 2 insertions, 0 deletions
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