diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-10 16:01:01 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-10 16:06:09 -0400 |
commit | 800a65fb2504166d33d355332e26f962233e1040 (patch) | |
tree | 7f764e42cc5703d927f2868b6f96f1e6380b6643 /contrib/podmanimage | |
parent | 9e9174ebc51ee60678250a74c75de6e18e177414 (diff) | |
download | podman-800a65fb2504166d33d355332e26f962233e1040.tar.gz podman-800a65fb2504166d33d355332e26f962233e1040.tar.bz2 podman-800a65fb2504166d33d355332e26f962233e1040.zip |
[CI:DOCS] Fix multi-arch image docs
The automation workflow was altered in recent history to build images
daily, even if the podman version didn't change. This was is necessary
so that any updates/security vulnerabilities in ancillary packages are
incorporated quickly. However, documentation was never updated to
reflect this change. This commit puts the two in sync.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/podmanimage')
-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 |