summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-24 16:08:12 +0000
committerGitHub <noreply@github.com>2022-06-24 16:08:12 +0000
commit95707a08bf49141ceb782b28adc947dda213f300 (patch)
tree88076ec375745d6dd9a6828983e12d37c3a549a0
parent4274906a80c830492e0634602350c1626288e968 (diff)
parent09754d21d0756db730d936c7ba8eead40a67091a (diff)
downloadpodman-95707a08bf49141ceb782b28adc947dda213f300.tar.gz
podman-95707a08bf49141ceb782b28adc947dda213f300.tar.bz2
podman-95707a08bf49141ceb782b28adc947dda213f300.zip
Merge pull request #14726 from cevich/podmanimage_docs
[CI:DOCS] Minor update to podmanimage upstream docs
-rw-r--r--contrib/podmanimage/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md
index b4ef81d84..0f4f715ad 100644
--- a/contrib/podmanimage/README.md
+++ b/contrib/podmanimage/README.md
@@ -32,7 +32,9 @@ The container images are:
* `quay.io/podman/upstream:latest` - This image is built daily using the latest
code found in this GitHub repository. Due to the image changing frequently,
it's not guaranteed to be stable or even executable. The image is built with
- [the upstream Containerfile](upstream/Containerfile).
+ [the upstream Containerfile](upstream/Containerfile). Note the actual compilation
+ of upstream podman [occurs continuously in
+ COPR](https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/).
## Sample Usage