1
0
镜像自地址 https://github.com/dockur/windows.git 已同步 2026-06-12 13:19:34 +08:00

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

这个提交包含在:
Kroese
2026-05-10 16:30:16 +02:00
提交者 GitHub
父节点 173f35d21b
当前提交 8d50472167
修改 2 个文件,包含 2 行新增1 行删除
+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"
+1
查看文件
@@ -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