From 85487e140415b2ac54b01a9a6b600fd7c21edc2f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 18 Apr 2023 11:13:51 +0200 Subject: 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 --- docs/containers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.1