aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-15 12:48:06 +0200
committerGitHub <noreply@github.com>2020-08-15 12:48:06 +0200
commitca4423e94d28c9e5e59ccb958564b9d6ad5bd0fc (patch)
tree572c7430cb58c222278fdf918c08f60b6c798c1d /contrib
parent87e8f91c00d48202d6151fea09720f8c5989e5a8 (diff)
parentcc26814f8d617a6717e37704adb87cb46e8012a3 (diff)
downloadpodman-ca4423e94d28c9e5e59ccb958564b9d6ad5bd0fc.tar.gz
podman-ca4423e94d28c9e5e59ccb958564b9d6ad5bd0fc.tar.bz2
podman-ca4423e94d28c9e5e59ccb958564b9d6ad5bd0fc.zip
Merge pull request #7237 from TomSweeneyRedHat/dev/tsweeney/imagedoc
[CI:DOCS] Update podmanimages README.md
Diffstat (limited to 'contrib')
-rw-r--r--contrib/podmanimage/README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md
index 9d841cdba..d6abb8ae6 100644
--- a/contrib/podmanimage/README.md
+++ b/contrib/podmanimage/README.md
@@ -4,12 +4,19 @@
## Overview
-This directory contains the Dockerfiles necessary to create the three podmanimage container
-images that are housed on quay.io under the Podman account. All three repositories where
+This directory contains the Dockerfiles necessary to create the podmanimage container
+images that are housed on quay.io under the Podman account. All repositories where
the images live are public and can be pulled without credentials. These container images are secured and the
-resulting containers can run safely with privileges within the container. The container images are built
-using the latest Fedora and then Podman is installed into them:
+resulting containers can run safely with privileges within the container.
+The container images are built using the latest Fedora and then Podman is installed into them.
+The PATH in the container images is set to the default PATH provided by Fedora. Also, the
+ENTRYPOINT and the WORKDIR variables are not set within these container images, as such they
+default to `/`.
+
+The container images are:
+
+ * quay.io/containers/podman - This image is built using the latest stable version of Podman in a Fedora based container. Built with [podmanimage/stable/Dockerfile](stable/Dockerfile).
* quay.io/podman/stable - This image is built using the latest stable version of Podman in a Fedora based container. Built with [podmanimage/stable/Dockerfile](stable/Dockerfile).
* quay.io/podman/upstream - This image is built using the latest code found in this GitHub repository. When someone creates a commit and pushes it, the image is created. Due to that the image changes frequently and is not guaranteed to be stable. Built with [podmanimage/upstream/Dockerfile](upstream/Dockerfile).
* quay.io/podman/testing - This image is built using the latest version of Podman that is or was in updates testing for Fedora. At times this may be the same as the stable image. This container image will primarily be used by the development teams for verification testing when a new package is created. Built with [podmanimage/testing/Dockerfile](testing/Dockerfile).