From: "Alex Bennée" <alex.bennee@linaro.org>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-devel@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Daniel P . Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH 3/3] tests/docker: Update the opensuse-leap container file to version 16
Date: Mon, 16 Mar 2026 14:44:01 +0000 [thread overview]
Message-ID: <871phjomvi.fsf@draig.linaro.org> (raw)
In-Reply-To: <20260316135407.209072-4-thuth@redhat.com> (Thomas Huth's message of "Mon, 16 Mar 2026 14:54:07 +0100")
Thomas Huth <thuth@redhat.com> writes:
> From: Thomas Huth <thuth@redhat.com>
>
> Run "make lcitool-refresh" to update the container file to the latest
> version of openSUSE.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Personally I'd merge this with the refresh update in the previous
commit. Anyway:
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> tests/docker/dockerfiles/opensuse-leap.docker | 35 +++++++++----------
> 1 file changed, 17 insertions(+), 18 deletions(-)
>
> diff --git a/tests/docker/dockerfiles/opensuse-leap.docker b/tests/docker/dockerfiles/opensuse-leap.docker
> index d693f2c6f85..66e90fa3634 100644
> --- a/tests/docker/dockerfiles/opensuse-leap.docker
> +++ b/tests/docker/dockerfiles/opensuse-leap.docker
> @@ -1,13 +1,12 @@
> # THIS FILE WAS AUTO-GENERATED
> #
> -# $ lcitool dockerfile --layers all opensuse-leap-15 qemu
> +# $ lcitool dockerfile --layers all opensuse-leap-16 qemu
> #
> # https://gitlab.com/libvirt/libvirt-ci
>
> -FROM registry.opensuse.org/opensuse/leap:15.6
> +FROM registry.opensuse.org/opensuse/leap:16.0
>
> RUN zypper update -y && \
> - zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE-15-SP6:Update.repo && \
> zypper install -y \
> Mesa-devel \
> alsa-lib-devel \
> @@ -80,13 +79,14 @@ RUN zypper update -y && \
> libudev-devel \
> liburing-devel \
> libusb-1_0-devel \
> + libxdp-devel \
> libzstd-devel \
> llvm \
> lttng-ust-devel \
> lzo-devel \
> make \
> + meson \
> mtools \
> - ncat \
> ncurses-devel \
> ninja \
> openssh \
> @@ -94,11 +94,17 @@ RUN zypper update -y && \
> pcre2-devel-static \
> pipewire-devel \
> pkgconfig \
> - python311 \
> - python311-base \
> - python311-pip \
> - python311-setuptools \
> - python311-wheel \
> + python3-Pillow \
> + python3-PyYAML \
> + python3-Sphinx \
> + python3-base \
> + python3-numpy \
> + python3-opencv \
> + python3-pip \
> + python3-setuptools \
> + python3-sphinx_rtd_theme \
> + python3-tomli \
> + python3-wheel \
> rdma-core-devel \
> rust \
> rust-bindgen \
> @@ -110,7 +116,7 @@ RUN zypper update -y && \
> spice-protocol-devel \
> swtpm \
> systemd-devel \
> - systemtap-sdt-devel \
> + systemtap-dtrace \
> tar \
> tesseract-ocr \
> tesseract-ocr-traineddata-english \
> @@ -133,18 +139,11 @@ RUN zypper update -y && \
> ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
> ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
>
> -RUN /usr/bin/pip3.11 install \
> - PyYAML \
> - meson==1.8.1 \
> - pillow \
> - sphinx \
> - sphinx-rtd-theme
> -
> ENV CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
> ENV LANG="en_US.UTF-8"
> ENV MAKE="/usr/bin/make"
> ENV NINJA="/usr/bin/ninja"
> -ENV PYTHON="/usr/bin/python3.11"
> +ENV PYTHON="/usr/bin/python3"
> # As a final step configure the user (if env is defined)
> ARG USER
> ARG UID
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2026-03-16 14:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 13:54 [PATCH 0/3] Update openSUSE to version 16 in our CI Thomas Huth
2026-03-16 13:54 ` [PATCH 1/3] tests/lcitool: Remove python3-sqlite3 from the list of needed packages Thomas Huth
2026-03-16 14:40 ` Alex Bennée
2026-03-16 13:54 ` [PATCH 2/3] tests/lcitool: Update openSUSE to version 16 Thomas Huth
2026-03-16 14:43 ` Alex Bennée
2026-03-17 14:51 ` Thomas Huth
2026-03-17 15:18 ` Alex Bennée
2026-03-17 15:25 ` Daniel P. Berrangé
2026-03-16 13:54 ` [PATCH 3/3] tests/docker: Update the opensuse-leap container file " Thomas Huth
2026-03-16 14:44 ` Alex Bennée [this message]
2026-03-20 15:43 ` [PATCH 0/3] Update openSUSE to version 16 in our CI Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871phjomvi.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.