aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Expand)AuthorAgeFilesLines
...
* Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/Op...sickcodes2021-02-261-2/+2
* Set defaults in obvious placessickcodes2021-02-251-4/+8
* Early chown required for all volumes...sickcodes2021-02-251-3/+2
* Set temporary branchsickcodes2021-02-251-1/+2
* Major serial number runtime generation and override changes.sickcodes2021-02-251-3/+54
* Add Linux, libguestfs for building bootdisks within the Docker container. Add...sickcodes2021-02-251-2/+14
* Add zip, fix global variables in the serial generator.sickcodes2021-02-241-1/+1
* Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking spe...sickcodes2021-02-211-0/+3
* 3.1. base-devel image to skip simple packages. Add glibc overrides after ever...sickcodes2021-02-211-7/+19
* Self-host in the repo glibc to emphasize the temporariness of this patch.sickcodes2021-02-121-1/+1
* Kubernetes helm chart submission! Thanks @cephasarasickcodes2021-02-121-3/+5
* Tempfix for archBen Mitchell2021-02-121-0/+5
* Add a default shell variable for the nic.sickcodes2021-02-081-1/+1
* Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime argum...sickcodes2021-02-081-1/+5
* 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 iptables-nft...sickcodes2021-01-051-11/+11
* Merge pull request #121 from PeterDaveHello/ImproveDockerfilesickcodes2021-01-051-22/+21
|\
| * Adjust spaces and empty lines in DockerfilePeter Dave Hello2021-01-041-21/+18
| * 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, M...sickcodes2021-01-051-0/+16
|/
* Merge a few `WORKDIR` & `RUN git clone` in DockerfilePeter Dave Hello2020-12-171-5/+2
* Remove unnecessary `WORKDIR` instruction in DockerfilePeter Dave Hello2020-12-171-3/+0
* Merge pull request #110 from PeterDaveHello/git-clone-depth-1sickcodes2020-12-161-2/+2
|\
| * 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 a...sickcodes2020-10-051-1/+2
* 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
* Correct empty continuation linetlier2020-06-181-1/+1