浏览代码

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

Kroese 2 周之前
父节点
当前提交
8d50472167
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      Dockerfile
  2. 1 0
      src/entry.sh

+ 1 - 1
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"

+ 1 - 0
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