build: Update QEMU base image to v7.45 (#2123)

This commit is contained in:
Kroese
2026-08-10 00:51:53 +02:00
committed by GitHub
parent 7e3e24780d
commit c9b12ba97d
2 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest" ARG VERSION_ARG="latest"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.44 / / COPY --from=qemux/qemu:7.45 / /
ARG TARGETARCH ARG TARGETARCH
-18
View File
@@ -1417,24 +1417,6 @@ detectESDImage() {
return 0 return 0
} }
baseDir() {
# TODO: Can be removed with base image 7.45+
local path="${1%/}"
[[ -z "$path" || "$path" == "/" ]] && {
echo "/"
return 0
}
path="${path#/}"
path="${path%%/*}"
echo "/$path"
return 0
}
checkFreeSpace() { checkFreeSpace() {
local dir="$1" local dir="$1"