Merge pull request #23238 from wLMEB/issue_23039_doc_containerfile

Improve container filenname ambiguity.
This commit is contained in:
openshift-merge-bot[bot]
2024-07-10 00:41:37 +00:00
committed by GitHub

View File

@@ -13,7 +13,9 @@ podman\-build - Build a container image using a Containerfile
Containerfiles or Dockerfiles and a specified build context directory. A
Containerfile uses the same syntax as a Dockerfile internally. For this
document, a file referred to as a Containerfile can be a file named
either 'Containerfile' or 'Dockerfile'.
either 'Containerfile' or 'Dockerfile' exclusively. Any file that has additional
extension attached will not be recognized by `podman build .` unless a `-f` flag is
used to specify the file.
The build context directory can be specified as the http(s) URL of an archive,
git repository or Containerfile.