aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Add bigsur BaseSystem.img support. Use `--build-arg VERSION=11` or higher. ↵sickcodes2021-02-271-5/+18
| | | | Downloads latest version currently.
* Update helm chart to include link back to OG project. Dissolve testing ↵sickcodes2021-02-271-2/+4
| | | | branch references in favor of master.
* Add exists exits and required serial number files for building disksickcodes2021-02-261-2/+2
|
* Fix /env permissions for persistence after GENERATE_UNIQUE. Fix the ↵sickcodes2021-02-261-1/+1
| | | | following warning by chowning /dev/kvm earlier "libguestfs: warning: current user is not a member of the KVM group (group ID 108). This user cannot access /dev/kvm, so libguestfs may run very slowly. It is recommended that you 'chmod 0666 /dev/kvm' or add the current user to the KVM group (you might need to log out and log in again)."
* NOPICKER now does: `sed -i '/^.*InstallMedia.*/d' Launch.sh`sickcodes2021-02-261-1/+4
|
* source "${ENV:=/env}" logicsickcodes2021-02-261-2/+1
|
* Fixed subshell logic in startup scripts.sickcodes2021-02-261-9/+11
|
* Change `-e NOPICKER=true` to simply do `export ↵sickcodes2021-02-261-2/+2
| | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
* 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. ↵sickcodes2021-02-251-2/+14
| | | | Add CPU_STRING to optionally override the whole CPU string. Unify variable names in ./custom.
* 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 ↵sickcodes2021-02-211-0/+3
| | | | speed docs.
* 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵sickcodes2021-02-211-7/+19
| | | | every pacman -Syu which is currently required for non-Arch builds.
* 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
| | | 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
|