On Tue, 2 May 2023, Olaf Hering wrote: > Signed-off-by: Olaf Hering <o...@aepfle.de>
Given that opensuse-tumbleweed is still broken (doesn't complete the Xen build successfully) even after these patches, I suggest we use a different example? > --- > 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. >