Skip to content

Commit

Permalink
Merge pull request containers#22981 from baude/issue22946
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix typos in podman-build
  • Loading branch information
openshift-merge-bot[bot] authored Jun 13, 2024
2 parents 009a244 + 5a4416b commit e77e660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-build.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ $ podman build https://10.10.10.1/podman/Containerfile
#### Building an image using a Git repository

Podman clones the specified GitHub repository to a temporary location and
use it as the context. The Containerfile at the root of the repository is used
uses it as the context. The Containerfile at the root of the repository is used
and it only works if the GitHub repository is a dedicated repository.

Build image from specified git repository downloaded into temporary location used as the build context:
Expand All @@ -617,7 +617,7 @@ $ podman run hello

#### Building an image using a URL to an archive

Podman fetches the archive file, decompress it, and use its contents as the
Podman fetches the archive file, decompresses it, and uses its contents as the
build context. The Containerfile at the root of the archive and the rest of the
archive are used as the context of the build. Passing the
`-f PATH/Containerfile` option as well tells the system to look for that file
Expand Down

0 comments on commit e77e660

Please sign in to comment.