aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
...
* Tempfix for archBen Mitchell2021-02-121-0/+5
| | | Temporarily downgrade glibc while a new version is being made.
* Add a default shell variable for the nic.sickcodes2021-02-081-1/+1
|
* Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime ↵sickcodes2021-02-081-1/+5
| | | | arguments.
* Remove pacman -Scc until later.sickcodes2021-02-071-14/+14
|
* Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.sickcodes2021-02-071-3/+4
|
* Remove pointless VOLUME command. Replace curl with wget.sickcodes2021-01-261-5/+3
|
* Bug in ARG for Original Dockerfilesickcodes2021-01-241-3/+3
|
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-241-18/+25
|
* Use IMAGE_PATH as a variable during envsubst for the full path of mac_hdd_ng.imgsickcodes2021-01-071-1/+3
|
* Fix sounds errors and sshd missing on latest buildsickcodes2021-01-071-1/+1
|
* v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with ↵sickcodes2021-01-051-11/+11
| | | | iptables-nft. Remove libguestfs.
* Merge pull request #121 from PeterDaveHello/ImproveDockerfilesickcodes2021-01-051-22/+21
|\ | | | | Improve Dockerfile
| * Adjust spaces and empty lines in DockerfilePeter Dave Hello2021-01-041-21/+18
| | | | | | | | | | | | | | | | Details: - Remove trailing spaces - Remove additional empty lines - Replace a few tabs with spces for consistent indent
| * Remove not used packages in DockerfilePeter Dave Hello2021-01-041-1/+1
| |
| * Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX shPeter Dave Hello2021-01-041-0/+2
| |
* | Added CHANGELOG, rankmirrors buildargs: RANKMIRRORS=yes, MIRROR_COUNTRY=US, ↵sickcodes2021-01-051-0/+16
|/ | | | MIRROR_COUNT=10
* Merge a few `WORKDIR` & `RUN git clone` in DockerfilePeter Dave Hello2020-12-171-5/+2
| | | | This will reduce the instructions and Docker image layers.
* Remove unnecessary `WORKDIR` instruction in DockerfilePeter Dave Hello2020-12-171-3/+0
| | | | | The working directory was not changed before and after it, don't need to change to the SAME directory again :D
* Merge pull request #110 from PeterDaveHello/git-clone-depth-1sickcodes2020-12-161-2/+2
|\ | | | | Reduce image size by setting git clone depth
| * Reduce image size by setting git clone depthPeter Dave Hello2020-12-151-2/+2
| |
* | Simplify .ssh directory setup process in DockerfilePeter Dave Hello2020-12-151-3/+1
|/
* Fixed Dockerfile instructions to align with the README instructions.sickcodes2020-11-131-6/+2
|
* [QOL] Launch without having to press anything at the boot menu (see readme)sickcodes2020-10-061-1/+5
|
* Add vim and nano to the container, expand on ipv4 forwarding docs, add info ↵sickcodes2020-10-051-1/+2
| | | | about ${DISPLAY:-:0.0}
* v2.6 Update documentationsickcodes2020-09-261-1/+1
|
* OSX-KVM foldersickcodes2020-09-251-1/+1
|
* Pathssickcodes2020-09-251-5/+11
|
* Work foldersickcodes2020-09-251-0/+3
|
* improve handling of BaseSystem.dmg to reduce image by 2.5GB (from 6GB)Alexander Clouter2020-09-201-18/+18
|
* make audio driver configurable but defaults to alsaAlexander Clouter2020-09-201-1/+1
|
* remove need for privilegedAlexander Clouter2020-09-201-0/+2
|
* remove need for DISPLAYAlexander Clouter2020-09-201-0/+2
|
* support fallback to tcg from kvmAlexander Clouter2020-09-201-3/+3
|
* use shell exec/set-euAlexander Clouter2020-09-201-1/+3
|
* use shell expansions for defaultsAlexander Clouter2020-09-201-19/+4
|
* empty pkg cacheAlexander Clouter2020-09-201-1/+2
|
* VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releasessickcodes2020-09-201-4/+1
|
* Update macOS + add Screen SharingBen Mitchell2020-08-231-4/+6
| | | Update macOS Catalina to the latest version by default and enable port forwarding for screen share
* Correct empty continuation linetlier2020-06-181-1/+1
|
* Reduce number of layers by grouping some of RUN commandstlier2020-06-181-53/+53
|
* SSH! Set -e RAM, -e CORES, -e EXTRA QEMU commands. VNC version update to core.name2020-06-151-29/+132
|
* Remove yay dependancyQuinn Casey2020-06-141-5/+0
|
* download only BaseSystem.dmgMiroslav Šedivý2020-06-101-1/+1
|
* x11 xhostname2020-06-051-1/+1
|
* 2 useless commandsname2020-06-051-2/+2
|
* Removed the check for hub.docker.comname2020-06-041-1/+2
|
* Additional boot instructionsname2020-06-041-4/+4
|
* Docker-OSX!name2020-06-041-0/+94