build: Update QEMU base image to v7.22 (#332)

This commit is contained in:
Kroese 2025-10-08 22:06:07 +02:00 committed by GitHub
parent 7f1202725c
commit 4c529524ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
FROM scratch AS runner
COPY --from=qemux/qemu:7.21 / /
COPY --from=qemux/qemu:7.22 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"

View file

@ -9,9 +9,10 @@ set -Eeuo pipefail
cd /run
. start.sh # Placeholder
. start.sh # Startup hook
. utils.sh # Load functions
. reset.sh # Initialize system
. server.sh # Start webserver
. install.sh # Get the OSX images
. disk.sh # Initialize disks
. display.sh # Initialize graphics