All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] automation: provide example for downloading an existing container
@ 2023-05-02 20:14 Olaf Hering
  2023-05-15 23:03 ` Stefano Stabellini
  0 siblings, 1 reply; 7+ messages in thread
From: Olaf Hering @ 2023-05-02 20:14 UTC (permalink / raw)
  To: xen-devel; +Cc: Doug Goldstein, Stefano Stabellini

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 automation/build/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/automation/build/README.md b/automation/build/README.md
index 2d07cafe0e..8ad89a259a 100644
--- a/automation/build/README.md
+++ b/automation/build/README.md
@@ -12,6 +12,12 @@ can be pulled with Docker from the following path:
 docker pull registry.gitlab.com/xen-project/xen/DISTRO:VERSION
 ```
 
+This example shows how to pull the existing container for Tumbleweed:
+
+```
+docker pull registry.gitlab.com/xen-project/xen/suse:opensuse-tumbleweed
+```
+
 To see the list of available containers run `make` in this
 directory. You will have to replace the `/` with a `:` to use
 them.


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-16 21:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-02 20:14 [PATCH v1] automation: provide example for downloading an existing container Olaf Hering
2023-05-15 23:03 ` Stefano Stabellini
2023-05-16  4:58   ` Olaf Hering
2023-05-16 10:51   ` Olaf Hering
2023-05-16 18:46     ` Stefano Stabellini
2023-05-16 19:52       ` Olaf Hering
2023-05-16 21:53         ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.