summaryrefslogtreecommitdiff
path: root/contrib/podmanimage
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-05 16:20:09 -0400
committerGitHub <noreply@github.com>2021-05-05 16:20:09 -0400
commitdb48da4d99a69171c0ae9998ea527e6b31e0c680 (patch)
tree152415724dc68a66920ab0bd36b983b906d8a183 /contrib/podmanimage
parent404bc2684edd14b20d02d8cd05ca3e6b6ee8888d (diff)
parent914eab059ded1a1c78654003c6f76194cbffc323 (diff)
downloadpodman-db48da4d99a69171c0ae9998ea527e6b31e0c680.tar.gz
podman-db48da4d99a69171c0ae9998ea527e6b31e0c680.tar.bz2
podman-db48da4d99a69171c0ae9998ea527e6b31e0c680.zip
Merge pull request #10227 from cevich/podman_image_docs
[CI:DOCS] Minor podmanimage docs updates.
Diffstat (limited to 'contrib/podmanimage')
-rw-r--r--contrib/podmanimage/README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md
index 32590d185..6effec38b 100644
--- a/contrib/podmanimage/README.md
+++ b/contrib/podmanimage/README.md
@@ -1,4 +1,4 @@
-![PODMAN logo](logo/podman-logo-source.svg)
+![PODMAN logo](../../logo/podman-logo-source.svg)
# podmanimage
@@ -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