Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM alpine:3.23 AS builder ARG VERSION_OPENCORE="1.0.4" ARG VERSION_OPENCORE="1.0.7" ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg" ADD $REPO_OPENCORE/releases/download/$VERSION_OPENCORE/OpenCore-$VERSION_OPENCORE-RELEASE.zip /tmp/opencore.zip Loading @@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \ rm -rf /tmp/* /var/tmp/* /var/cache/apk/* FROM scratch AS runner COPY --from=qemux/qemu:7.29 / / COPY --from=qemux/qemu:7.30 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" Loading src/entry.sh +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ cd /run . boot.sh # Configure boot . proc.sh # Initialize processor . memory.sh # Check available memory . balloon.sh # Initialize ballooning . config.sh # Configure arguments . finish.sh # Finish initialization Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM alpine:3.23 AS builder ARG VERSION_OPENCORE="1.0.4" ARG VERSION_OPENCORE="1.0.7" ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg" ADD $REPO_OPENCORE/releases/download/$VERSION_OPENCORE/OpenCore-$VERSION_OPENCORE-RELEASE.zip /tmp/opencore.zip Loading @@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \ rm -rf /tmp/* /var/tmp/* /var/cache/apk/* FROM scratch AS runner COPY --from=qemux/qemu:7.29 / / COPY --from=qemux/qemu:7.30 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" Loading
src/entry.sh +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ cd /run . boot.sh # Configure boot . proc.sh # Initialize processor . memory.sh # Check available memory . balloon.sh # Initialize ballooning . config.sh # Configure arguments . finish.sh # Finish initialization Loading