Skip to content

Commit

Permalink
Merge pull request #7237 from TomSweeneyRedHat/dev/tsweeney/imagedoc
Browse files Browse the repository at this point in the history
[CI:DOCS] Update podmanimages README.md
  • Loading branch information
openshift-merge-robot authored Aug 15, 2020
2 parents 87e8f91 + cc26814 commit ca4423e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions contrib/podmanimage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ca4423e

Please sign in to comment.