Loading Dockerfile +5 −5 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ RUN gzip -d /tmp/opencore.iso.gz && \ rm -rf /tmp/* FROM scratch AS runner COPY --from=qemux/qemu-docker:5.16 / / COPY --from=qemux/qemu-docker:5.17 / / ARG VERSION_ARG="0.0" ARG VERSION_OPENCORE="1.0.0" Loading Loading @@ -59,9 +59,9 @@ ADD --chmod=644 \ EXPOSE 8006 5900 VOLUME /storage ENV RAM_SIZE "4G" ENV CPU_CORES "2" ENV DISK_SIZE "64G" ENV VERSION "ventura" ENV RAM_SIZE="4G" ENV CPU_CORES="2" ENV DISK_SIZE="64G" ENV VERSION="ventura" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] Loading
Dockerfile +5 −5 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ RUN gzip -d /tmp/opencore.iso.gz && \ rm -rf /tmp/* FROM scratch AS runner COPY --from=qemux/qemu-docker:5.16 / / COPY --from=qemux/qemu-docker:5.17 / / ARG VERSION_ARG="0.0" ARG VERSION_OPENCORE="1.0.0" Loading Loading @@ -59,9 +59,9 @@ ADD --chmod=644 \ EXPOSE 8006 5900 VOLUME /storage ENV RAM_SIZE "4G" ENV CPU_CORES "2" ENV DISK_SIZE "64G" ENV VERSION "ventura" ENV RAM_SIZE="4G" ENV CPU_CORES="2" ENV DISK_SIZE="64G" ENV VERSION="ventura" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]