summaryrefslogtreecommitdiff
path: root/contrib/podmanimage
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-06-24 10:52:06 -0400
committerChris Evich <cevich@redhat.com>2022-06-24 10:52:06 -0400
commit09754d21d0756db730d936c7ba8eead40a67091a (patch)
tree88076ec375745d6dd9a6828983e12d37c3a549a0 /contrib/podmanimage
parent4274906a80c830492e0634602350c1626288e968 (diff)
downloadpodman-09754d21d0756db730d936c7ba8eead40a67091a.tar.gz
podman-09754d21d0756db730d936c7ba8eead40a67091a.tar.bz2
podman-09754d21d0756db730d936c7ba8eead40a67091a.zip
[CI:DOCS] Minor update to podmanimage upstream docs
Add a reference to where/how podman is compiled for the 'upstream' flavored image. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/podmanimage')
-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