mirror of
https://github.com/dockur/windows.git
synced 2026-05-16 10:17:36 +01:00
build: Update QEMU base image to v7.30 (#1713)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user