From 0975937a120e4edcb3ac0b6c7dece0ea3784874f Mon Sep 17 00:00:00 2001 From: "mu-automation[bot]" <204385837+mu-automation[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:19:33 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- Containers/Ubuntu-22/Dockerfile | 4 +++- Containers/Ubuntu-24/Dockerfile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index e9cd6bb2..ba8ef08f 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -196,7 +196,7 @@ RUN update-alternatives \ FROM build AS test ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git" -ARG QEMU_BRANCH="v10.0.0" +ARG QEMU_BRANCH="v11.0.0" RUN apt-get update && apt-get install --yes --no-install-recommends \ autoconf \ @@ -212,6 +212,8 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \ libsdl2-dev \ mtools \ ninja-build \ + swtpm \ + swtpm-tools \ tar \ && \ pip3 install distlib && \ diff --git a/Containers/Ubuntu-24/Dockerfile b/Containers/Ubuntu-24/Dockerfile index 11410423..8cdbbefd 100644 --- a/Containers/Ubuntu-24/Dockerfile +++ b/Containers/Ubuntu-24/Dockerfile @@ -198,7 +198,7 @@ RUN update-alternatives \ FROM build AS test ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git" -ARG QEMU_BRANCH="v10.0.0" +ARG QEMU_BRANCH="v11.0.0" RUN apt-get update && apt-get install --yes --no-install-recommends \ autoconf \ @@ -214,6 +214,8 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \ libsdl2-dev \ mtools \ ninja-build \ + swtpm \ + swtpm-tools \ tar \ && \ git clone "${QEMU_URL}" --branch "${QEMU_BRANCH}" --depth 1 qemu && \