diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2024-06-13 09:57:40 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2024-06-13 09:57:53 +0100 |
commit | 86ce1154d447f2dc156b1c50869f7e13e1701a84 (patch) | |
tree | 26e23fd7ac7d28a82994bf654b4d6025ea4bd18a /docs/containers.rst | |
parent | fc5cedfb8b1547cf9b498ec31c20b738fb382f67 (diff) | |
download | libvirt-ci-86ce1154d447f2dc156b1c50869f7e13e1701a84.zip libvirt-ci-86ce1154d447f2dc156b1c50869f7e13e1701a84.tar.gz libvirt-ci-86ce1154d447f2dc156b1c50869f7e13e1701a84.tar.bz2 |
docs: change example to use almalinux-9
almalinux-8 is going away due to CentOS 8 EOL preventing use of
the advanced virtualization package set.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/containers.rst')
-rw-r--r-- | docs/containers.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/containers.rst b/docs/containers.rst index 5873b12..0b3b150 100644 --- a/docs/containers.rst +++ b/docs/containers.rst @@ -251,18 +251,18 @@ Usage examples lcitool.debian-11 -- To access the shell in an upstream *almalinux-8* image with *root* user with +- To access the shell in an upstream *almalinux-9* image with *root* user with the *docker* engine. First, we need to pull the actual container image to be able to run any workloads in it :: - docker pull registry.gitlab.com/libvirt/libvirt/ci-almalinux-8 + docker pull registry.gitlab.com/libvirt/libvirt/ci-almalinux-9 When the image is ready, we can proceed with running the workload :: lcitool container shell \ --engine docker \ - registry.gitlab.com/libvirt/libvirt/ci-almalinux-8 + registry.gitlab.com/libvirt/libvirt/ci-almalinux-9 |