diff options
author | Chris Evich <cevich@redhat.com> | 2022-04-07 13:27:22 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-04-07 15:58:13 -0400 |
commit | a95f7f9ca16604881c16d4218992820f2454a3a6 (patch) | |
tree | 00024d215ba7fd527ffa61218c0afd1db31ab493 /contrib/podmanimage/README.md | |
parent | f838333b7e6fae09f3ee9116b84c6e6482367298 (diff) | |
download | podman-a95f7f9ca16604881c16d4218992820f2454a3a6.tar.gz podman-a95f7f9ca16604881c16d4218992820f2454a3a6.tar.bz2 podman-a95f7f9ca16604881c16d4218992820f2454a3a6.zip |
Cirrus: Multi-arch build auto-update + tagging update
This new VM image brings in two important updates to multi-arch
image build operations:
1. Future operational changes will no-longer require also updating VM
images. Updates to build-push made in `containers/automation_images`
will automatically be picked up at runtime.
ref: https://github.com/containers/automation_images/pull/123
2. On the next run, both `vX` and `vX.Y` tagged manifest-lists will be
pushed. This is now also reflected in the README.
ref: https://github.com/containers/automation_images/pull/125
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/podmanimage/README.md')
-rw-r--r-- | contrib/podmanimage/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md index 2452d7293..4f184ca28 100644 --- a/contrib/podmanimage/README.md +++ b/contrib/podmanimage/README.md @@ -18,9 +18,10 @@ The container images are: * `quay.io/containers/podman:<version>` and `quay.io/podman/stable:<version>` - 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). + and stable version of podman. For the most recent `<version>` tags (`vX`, + `vX.Y`, and `vX.Y.Z`) the image contents will be updated daily 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 |