dockurr/macos (1.01)
Published 2024-06-06 06:12:43 +00:00 by docker
Installation
docker pull git.tiburon.su/docker/dockurr/macos:1.01
sha256:0c5a190e518690ece0594c163a940236efbd21184493c9c5afb50a7f556d8cd5
About this package
OSX (macOS) inside a Docker container.
Image Layers
COPY / / # buildkit |
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 |
RUN |6 VERSION_ARG=1.01 VERSION_OSX_KVM=326053dd61f49375d5dfb28ee715d38b04b5cd8e REPO_OSX_KVM=https://raw.githubusercontent.com/kholia/OSX-KVM DEBCONF_NOWARNINGS=yes DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true /bin/sh -c set -eu && apt-get update && apt-get --no-install-recommends -y install python3 && apt-get clean && echo "$VERSION_ARG" > /run/version && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
COPY --chmod=755 ./src /run/ # buildkit |
ADD --chmod=755 https://raw.githubusercontent.com/kholia/OSX-KVM/326053dd61f49375d5dfb28ee715d38b04b5cd8e/fetch-macOS-v2.py /run/ # buildkit |
ADD --chmod=755 https://raw.githubusercontent.com/kholia/OSX-KVM/326053dd61f49375d5dfb28ee715d38b04b5cd8e/OpenCore/OpenCore.qcow2 /images/ # buildkit |
ADD --chmod=755 https://raw.githubusercontent.com/kholia/OSX-KVM/326053dd61f49375d5dfb28ee715d38b04b5cd8e/OVMF_CODE.fd https://raw.githubusercontent.com/kholia/OSX-KVM/326053dd61f49375d5dfb28ee715d38b04b5cd8e/OVMF_VARS.fd https://raw.githubusercontent.com/kholia/OSX-KVM/326053dd61f49375d5dfb28ee715d38b04b5cd8e/OVMF_VARS-1024x768.fd https://raw.githubusercontent.com/kholia/OSX-KVM/326053dd61f49375d5dfb28ee715d38b04b5cd8e/OVMF_VARS-1920x1080.fd /usr/share/OVMF/ # buildkit |
EXPOSE map[5900/tcp:{} 8006/tcp:{}] |
VOLUME [/storage] |
ENV RAM_SIZE=3G |
ENV CPU_CORES=2 |
ENV DISK_SIZE=32G |
ENV VERSION=sonoma |
ENTRYPOINT ["/usr/bin/tini" "-s" "/run/entry.sh"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2024-06-05T12:17:38.442Z |
org.opencontainers.image.description | OSX (macOS) inside a Docker container. |
org.opencontainers.image.licenses | MIT |
org.opencontainers.image.revision | 8bf8242a7ab4c9b5a57eef24176fe083ee408e51 |
org.opencontainers.image.source | https://github.com/dockur/macos |
org.opencontainers.image.title | macOS |
org.opencontainers.image.url | https://github.com/dockur/macos |
org.opencontainers.image.version | 1.01 |