build: Update QEMU base image to v7.30 (#1713)

This commit is contained in:
Kroese
2026-05-10 16:30:16 +02:00
committed by GitHub
parent 173f35d21b
commit 8d50472167
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest" ARG VERSION_ARG="latest"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.29 / / COPY --from=qemux/qemu:7.30 / /
ARG TARGETARCH ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
+1
View File
@@ -23,6 +23,7 @@ cd /run
. proc.sh # Initialize processor . proc.sh # Initialize processor
. power.sh # Configure shutdown . power.sh # Configure shutdown
. memory.sh # Check available memory . memory.sh # Check available memory
. balloon.sh # Initialize ballooning
. config.sh # Configure arguments . config.sh # Configure arguments
. finish.sh # Finish initialization . finish.sh # Finish initialization