diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-11 21:10:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 21:10:29 +0000 |
commit | d594046410ec2f001697c957dc628e401e293ca5 (patch) | |
tree | 7250a5bc6f53d48a6757d58d9103f371d5b601ab | |
parent | 7e5a9fdbc0131a2715e9a6d5612e65fb7323c50b (diff) | |
parent | 800a65fb2504166d33d355332e26f962233e1040 (diff) | |
download | podman-d594046410ec2f001697c957dc628e401e293ca5.tar.gz podman-d594046410ec2f001697c957dc628e401e293ca5.tar.bz2 podman-d594046410ec2f001697c957dc628e401e293ca5.zip |
Merge pull request #11190 from cevich/docs_update
[CI:DOCS] Fix multi-arch image docs
-rw-r--r-- | contrib/podmanimage/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md index 6effec38b..b7be328c7 100644 --- a/contrib/podmanimage/README.md +++ b/contrib/podmanimage/README.md @@ -17,10 +17,10 @@ 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 - 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, - please [see the configuration file](stable/Dockerfile). + These images are built daily. They are intended to contain an unchanging + and stable version of podman. Though for the most recent `<version>` tag, + image contents will be updated to incorporate (especially) security upgrades. + 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 Dockerfile as above. The Podman version will remain the "latest" available in Fedora, however the other image |