소스 검색

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