diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-01-08 12:10:47 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-11 11:22:01 +0000 |
commit | 66944b69b27af359ab98cf9c8815345f74d1d8a8 (patch) | |
tree | f2a326197f77c38f1a58bfe61164721e7da44b35 /tests/docker/dockerfiles | |
parent | 453005c01a80bcd12cf6181badac717135b26ec3 (diff) | |
download | qemu-66944b69b27af359ab98cf9c8815345f74d1d8a8.zip qemu-66944b69b27af359ab98cf9c8815345f74d1d8a8.tar.gz qemu-66944b69b27af359ab98cf9c8815345f74d1d8a8.tar.bz2 |
tests/docker: move riscv64 cross container from sid to trixie
Although riscv64 isn't going to be a release architecture for trixie
the packages are still built while it is testing. Moving from sid will
also avoid some of the volatility we get from tracking the bleeding
edge.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250108121054.1126164-26-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/dockerfiles')
-rw-r--r-- | tests/docker/dockerfiles/debian-riscv64-cross.docker | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/dockerfiles/debian-riscv64-cross.docker b/tests/docker/dockerfiles/debian-riscv64-cross.docker index 4d8ca83..b0386cd 100644 --- a/tests/docker/dockerfiles/debian-riscv64-cross.docker +++ b/tests/docker/dockerfiles/debian-riscv64-cross.docker @@ -1,10 +1,10 @@ # THIS FILE WAS AUTO-GENERATED # -# $ lcitool dockerfile --layers all --cross-arch riscv64 debian-sid qemu-minimal +# $ lcitool dockerfile --layers all --cross-arch riscv64 debian-13 qemu-minimal # # https://gitlab.com/libvirt/libvirt-ci -FROM docker.io/library/debian:sid-slim +FROM docker.io/library/debian:trixie-slim RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ |