mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
build: Update qemu-docker to v5.10
This commit is contained in:
parent
e638070c6e
commit
e6a2ea7d29
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
FROM scratch
|
||||
COPY --from=qemux/qemu-docker:5.09 / /
|
||||
COPY --from=qemux/qemu-docker:5.10 / /
|
||||
|
||||
ARG VERSION_ARG="0.0"
|
||||
ARG VERSION_OSX_KVM="326053dd61f49375d5dfb28ee715d38b04b5cd8e"
|
||||
ARG REPO_OSX_KVM="https://raw.githubusercontent.com/kholia/OSX-KVM"
|
||||
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
||||
|
|
@ -41,4 +42,4 @@ ENV CPU_CORES "2"
|
|||
ENV DISK_SIZE "64G"
|
||||
ENV VERSION "ventura"
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue