aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-04-18 11:13:51 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-04-18 17:41:44 +0200
commit85487e140415b2ac54b01a9a6b600fd7c21edc2f (patch)
treee9cf052204f178497eedc30583b85826713775bf /docs
parentc549dd15eda682d25fdd31f92709ae51c668da1c (diff)
downloadlibvirt-ci-85487e140415b2ac54b01a9a6b600fd7c21edc2f.zip
libvirt-ci-85487e140415b2ac54b01a9a6b600fd7c21edc2f.tar.gz
libvirt-ci-85487e140415b2ac54b01a9a6b600fd7c21edc2f.tar.bz2
remove minor version number from OpenSUSE LEAP target names
Just like Alma Linux only has the "9" version number, only use "15" in the target name for OpenSUSE Leap. The minor version is only needed in the FROM line of the dockerfiles and for the installation URLs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/containers.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/containers.rst b/docs/containers.rst
index 0fe7d5a..abaa406 100644
--- a/docs/containers.rst
+++ b/docs/containers.rst
@@ -214,7 +214,7 @@ Usage examples
- To access interactive shell with ``$DATADIR`` and ``$SCRIPT`` in the ``PWD``
- in a *opensuse-leap-154* image with *libvirt-go* dependencies installed on it with
+ in a *opensuse-leap-15* image with *libvirt-go* dependencies installed on it with
environment variable ``FOO=bar`` with user *1000* using *podman* engine.
First, we need to build the actual container image to be able to run any
@@ -222,7 +222,7 @@ Usage examples
::
lcitool container build \
- --projects libvirt-go --target opensuse-leap-154
+ --projects libvirt-go --target opensuse-leap-15
When the image is ready, we can proceed with running the workload
@@ -231,7 +231,7 @@ Usage examples
lcitool container shell \
--workload-dir $DATADIR --script $SCRIPT \
--env FOO=baz --user 1000 \
- lcitool.opensuse-leap-154
+ lcitool.opensuse-leap-15
- To access interactive shell with ``$SCRIPT`` in the ``PWD`` in a