Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# Build:
#
# docker build -t docker-osx .
# docker build -t docker-osx --build-arg VERSION=10.15.5 --build-arg SIZE=200G .
# docker build -t docker-osx-sonoma --build-arg BRANCH=sonoma --build-arg SHORTNAME=sonoma .
# docker build -t docker-osx --build-arg VERSION=26 --build-arg SIZE=200G .
# docker build -t docker-osx-sonoma --build-arg BRANCH=tahoe --build-arg SHORTNAME=tahoe .
#
# Basic Run:
#
Expand All @@ -39,7 +39,7 @@
#
# -v $PWD/disk.img:/image
# -e SIZE=200G
# -e VERSION=10.15.6
# -e VERSION=26
# -e RAM=5
# -e SMP=4
# -e CORES=4
Expand All @@ -57,7 +57,7 @@ LABEL maintainer='https://twitter.com/sickcodes <https://sick.codes>'

SHELL ["/bin/bash", "-c"]

# change disk size here or add during build, e.g. --build-arg VERSION=10.14.5 --build-arg SIZE=50G
# change disk size here or add during build, e.g. --build-arg VERSION=26 --build-arg SIZE=50G
ARG SIZE=200G
ARG PARALLEL_DOWNLOADS=30

Expand Down Expand Up @@ -357,7 +357,7 @@ VOLUME ["/tmp/.X11-unix"]
# If BaseSystem.img does not exist, download ${SHORTNAME}

# shortname default is below
ENV SHORTNAME=sequoia
ENV SHORTNAME=tahoe

ENV BASESYSTEM_IMAGE=BaseSystem.img

Expand Down