Loading Dockerfile +1 −1 Original line number Diff line number Diff line 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.21 / / COPY --from=qemux/qemu:7.22 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" Loading src/entry.sh +2 −1 Original line number Diff line number Diff line Loading @@ -9,9 +9,10 @@ set -Eeuo pipefail cd /run . start.sh # Placeholder . start.sh # Startup hook . utils.sh # Load functions . reset.sh # Initialize system . server.sh # Start webserver . install.sh # Get the OSX images . disk.sh # Initialize disks . display.sh # Initialize graphics Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line 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.21 / / COPY --from=qemux/qemu:7.22 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" Loading
src/entry.sh +2 −1 Original line number Diff line number Diff line Loading @@ -9,9 +9,10 @@ set -Eeuo pipefail cd /run . start.sh # Placeholder . start.sh # Startup hook . utils.sh # Load functions . reset.sh # Initialize system . server.sh # Start webserver . install.sh # Get the OSX images . disk.sh # Initialize disks . display.sh # Initialize graphics Loading