Skip to content

Commit

Permalink
Minor podmanimage docs updates.
Browse files Browse the repository at this point in the history
Discovered by review of
containers/buildah#3200

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed May 5, 2021
1 parent 9d6588b commit 914eab0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions contrib/podmanimage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![PODMAN logo](logo/podman-logo-source.svg)
![PODMAN logo](../../logo/podman-logo-source.svg)

# podmanimage

Expand All @@ -17,22 +17,21 @@ default to `/`.
The container images are:

* `quay.io/containers/podman:<version>` and `quay.io/podman/stable:<version>` -
These images are built when a new podman version becomes available in
These images are built when a new Podman version becomes available in
Fedora. These images are intended to be unchanging and stable, they will
never be updated by automation once they've been pushed. For build
details, see the configuration used to build it,
[podmanimage/stable/Dockerfile](stable/Dockerfile).
never be updated by automation once they've been pushed. For build details,
please [see the configuration file](stable/Dockerfile).
* `quay.io/containers/podman:latest` and `quay.io/podman/stable:latest` -
Built daily using the same Containerfile as above. The podman version
Built daily using the same Dockerfile as above. The Podman version
will remain the "latest" available in Fedora, however the other image
contents may vary compared to the version-tagged images.
* `quay.io/podman/testing:latest` - This image is built daily, using the
latest version of Podman that was in the Fedora `updates-testing` repository.
The image is Built with [podmanimage/testing/Dockerfile](testing/Dockerfile).
The image is Built with [the testing Dockerfile](testing/Dockerfile).
* `quay.io/podman/upstream:latest` - This image is built daily using the latest
code found in this GitHub repository. Due to the image changing frequently,
it's not guaranteed to be stable or even executable. The image is built with
[podmanimage/upstream/Dockerfile](upstream/Dockerfile).
[the upstream Dockerfile](upstream/Dockerfile).

## Sample Usage

Expand Down

0 comments on commit 914eab0

Please sign in to comment.