From: Stefano Stabellini Date: Sat, 12 Aug 2023 02:06:50 +0000 (-0700) Subject: automation: update test-artifacts to use Debian Bookworm instead of unstable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9f6e0151b7e279884249a82f4198eab99461f0b8;p=xen.git automation: update test-artifacts to use Debian Bookworm instead of unstable Signed-off-by: Stefano Stabellini Reviewed-by: Michal Orzel master commit: 33a1c443d9808c0cd1aae761bcf517854229b38b master date: 2023-08-11 19:06:50 -0700 --- diff --git a/automation/tests-artifacts/kernel/5.10.74.dockerfile b/automation/tests-artifacts/kernel/5.10.74.dockerfile index 112e27fe45..c679f5e85a 100644 --- a/automation/tests-artifacts/kernel/5.10.74.dockerfile +++ b/automation/tests-artifacts/kernel/5.10.74.dockerfile @@ -1,4 +1,4 @@ -FROM debian:unstable +FROM debian:bookworm LABEL maintainer.name="The Xen Project" \ maintainer.email="xen-devel@lists.xenproject.org" diff --git a/automation/tests-artifacts/kernel/5.19-arm64v8.dockerfile b/automation/tests-artifacts/kernel/5.19-arm64v8.dockerfile index e445c1f03a..a53a97d727 100644 --- a/automation/tests-artifacts/kernel/5.19-arm64v8.dockerfile +++ b/automation/tests-artifacts/kernel/5.19-arm64v8.dockerfile @@ -1,4 +1,4 @@ -FROM arm64v8/debian:unstable +FROM arm64v8/debian:bookworm LABEL maintainer.name="The Xen Project" \ maintainer.email="xen-devel@lists.xenproject.org" diff --git a/automation/tests-artifacts/qemu-system-aarch64/6.0.0-arm64v8.dockerfile b/automation/tests-artifacts/qemu-system-aarch64/6.0.0-arm64v8.dockerfile index 793432d40b..e277e13b60 100644 --- a/automation/tests-artifacts/qemu-system-aarch64/6.0.0-arm64v8.dockerfile +++ b/automation/tests-artifacts/qemu-system-aarch64/6.0.0-arm64v8.dockerfile @@ -1,4 +1,4 @@ -FROM arm64v8/debian:unstable +FROM arm64v8/debian:bookworm LABEL maintainer.name="The Xen Project" \ maintainer.email="xen-devel@lists.xenproject.org"