From 8d504721675ee38c04f41101186b1019d2c7ed98 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 10 May 2026 16:30:16 +0200 Subject: [PATCH] build: Update QEMU base image to v7.30 (#1713) --- Dockerfile | 2 +- src/entry.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3da3c7b..b465af9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.29 / / +COPY --from=qemux/qemu:7.30 / / ARG TARGETARCH ARG DEBCONF_NOWARNINGS="yes" diff --git a/src/entry.sh b/src/entry.sh index 71e939e..4384abf 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -23,6 +23,7 @@ cd /run . proc.sh # Initialize processor . power.sh # Configure shutdown . memory.sh # Check available memory +. balloon.sh # Initialize ballooning . config.sh # Configure arguments . finish.sh # Finish initialization