diff options
| author | Pavel Hrdina <pavel@hrdina.info> | 2026-04-26 12:49:32 +0200 |
|---|---|---|
| committer | Jano Tomko <jtomko@jtomko.net> | 2026-04-29 09:57:08 +0200 |
| commit | 574d9e22fecbd3151544abb8f2bf8b8497ee9c4c (patch) | |
| tree | b0dfd38abad9fc15bcc1677e80817018a2d5ada2 | |
| parent | 0b468fe8652d27651697a2fcced7a4275cfa29b3 (diff) | |
| download | libvirt-ci-master.tar.gz libvirt-ci-master.tar.bz2 libvirt-ci-master.zip | |
Update examples to use supported Ubuntu version.
Signed-off-by: Pavel Hrdina <pavel@hrdina.info>
| -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 6ee4646a..d7ebb13f 100644 --- a/docs/containers.rst +++ b/docs/containers.rst @@ -166,7 +166,7 @@ Usage examples registry.gitlab.com/libvirt/libvirt/ci-debian-11 -- To run the workload contained in ``$SCRIPT`` file on a *ubuntu-2204* image +- To run the workload contained in ``$SCRIPT`` file on a *ubuntu-2604* image that has ``$DATADIR`` mounted in its home directory with *libvirt-python* and *libvirt-go* dependencies installed on it with environment variables, ``BAZ=foo``, ``BAR=baz`` using *docker* engine with *root* user. @@ -176,7 +176,7 @@ Usage examples :: lcitool container build \ - -p libvirt-python,libvirt-go -t ubuntu-2204 \ + -p libvirt-python,libvirt-go -t ubuntu-2604 \ --engine docker When the image is ready, we can proceed with running the workload @@ -186,7 +186,7 @@ Usage examples --workload-dir $DATADIR --script $SCRIPT \ --env BAZ=foo --env BAR=baz \ --engine docker \ - lcitool.ubuntu-2204 + lcitool.ubuntu-2604 - To access interactive shell with ``$DATADIR`` in the ``PWD`` in an |
