diff options
author | Tomas Volf <tomas.volf@showmax.com> | 2022-08-03 12:24:38 +0200 |
---|---|---|
committer | Tomas Volf <tomas.volf@showmax.com> | 2022-08-10 15:53:51 +0200 |
commit | 245be9b3945dd530cc4e43c7144d02235269bc11 (patch) | |
tree | 75a3f23298ba02ef6d66e63a695dca38606251a7 /docs/source/markdown/podman-build.1.md.in | |
parent | 89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7 (diff) | |
download | podman-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>
Diffstat (limited to 'docs/source/markdown/podman-build.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-build.1.md.in | 2 |
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 |