Skip to content

Commit

Permalink
Merge pull request #3050 from barthy1/multi_arch_doc
Browse files Browse the repository at this point in the history
[ci:docs] Add information about multi-arch images to the Readme
  • Loading branch information
openshift-merge-robot authored Mar 24, 2021
2 parents 2970fc6 + 324040f commit 4e3bf9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/buildahimage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ The container images are:
* quay.io/buildah/testing - This image is built using the latest version of Buildah 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 buildahimage/testing/Dockerfile.
* quay.io/buildah/stable:version - This image is built 'by hand' using a Fedora based container. An RPM is first pulled from the [Fedora Updates System](https://bodhi.fedoraproject.org/) and the image is built from there. For more details, see the Containerfile used to build it, buildahimage/stablebyhand/Containerfile.buildahstable

`quay.io/buildah/upstream:main`, `quay.io/buildah/stable:version`, `quay.io/containers/buildah:version` images are multi-arch ones and available for `linux/amd64`, `linux/s390x`, `linux/arm64`, `linux/ppc64le` architectures.

## Sample Usage

Although not required, it is suggested that [Podman](https://github.com/containers/podman) be used with these container images.
Expand Down

0 comments on commit 4e3bf9d

Please sign in to comment.