diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-11 11:11:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 11:11:53 -0400 |
commit | 311d66f515d8b85008d483f390987132b89ebeaf (patch) | |
tree | 1c04c606f44d8b4579d3111b431b277ef8c91427 | |
parent | 4a53689c56d31388a24000bda61a80b0dcb015f7 (diff) | |
parent | a95f7f9ca16604881c16d4218992820f2454a3a6 (diff) | |
download | podman-311d66f515d8b85008d483f390987132b89ebeaf.tar.gz podman-311d66f515d8b85008d483f390987132b89ebeaf.tar.bz2 podman-311d66f515d8b85008d483f390987132b89ebeaf.zip |
Merge pull request #13804 from cevich/auto_update_bp
Cirrus: Multi-arch build auto-update + tagging update
-rw-r--r-- | .cirrus.yml | 2 | ||||
-rw-r--r-- | contrib/podmanimage/README.md | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 772843dd7..480dcb21e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,7 @@ env: UBUNTU_NAME: "ubuntu-2110" # Google-cloud VM Images - IMAGE_SUFFIX: "c6464310661611520" + IMAGE_SUFFIX: "c4831699639992320" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" 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 |