aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Change `Penryn` to `max`cpu-max-featuressickcodes2021-07-091-2/+2
| | | | | | | | | | | | | | | | | | | As stated in QEMU 6 Can test currently with: `-e CPU=max \` ``` [user@hostname ~]$ qemu-system-x86_64 -cpu help x86 Penryn (alias configured by machine type) x86 Penryn-v1 Intel Core 2 Duo P9xxx (Penryn Class Core 2) ... x86 base base CPU model type with no features enabled x86 host KVM processor with all supported host features x86 max Enables all features supported by the accelerator in the current host ``` See https://github.com/sickcodes/Docker-OSX/issues/304
* Add CPUID_FLAGS to edit the CPUID flags on the fly.sickcodes2021-07-081-2/+4
|
* Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon ↵sickcodes2021-05-061-2/+8
| | | | boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
* Disable chown warningsickcodes2021-05-041-1/+1
|
* Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244sickcodes2021-04-271-1/+1
|
* Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.file-downgrade-all-imagessickcodes2021-04-181-1/+3
|
* [@aronzvi](https://github.com/aronzvi) - Fixed Failed to boot OSX with ↵sickcodes2021-04-181-0/+5
| | | | GENERATE_UNIQUE #244
* Add LIBGUESTFS debug & trace commands, exit on fail. Update creditssickcodes2021-04-181-6/+6
|
* Restore fetch-macOS.py from OSX-KVM previoussickcodes2021-03-251-1/+3
|
* Enable interactive QEMU. Remove envsubst since we are already using bash. ↵sickcodes2021-03-241-4/+4
| | | | Add -x flag
* Substitution if not null onlysickcodes2021-03-241-1/+1
|
* Add all ENV variables to each dockerfile for readability. Add RAM allocation ↵sickcodes2021-03-241-18/+24
| | | | buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.
* Default RAM=3sickcodes2021-03-191-1/+2
| | | Fixes https://github.com/sickcodes/Docker-OSX/issues/207
* Fix RAM math error for -e RAM=maxsickcodes2021-03-171-1/+1
|
* Typo: Use RAM=max or RAM=half to suit all machines, dynamically.sickcodes2021-03-171-1/+1
|
* Use RAM=max or RAM=half to suit all machines, dynamically.sickcodes2021-03-171-1/+8
|
* Propose RAM default to 2G instead of 8Gsickcodes2021-03-141-1/+1
| | | | | | | | | | | | Alternative, calc at runtime? Perhaps ``` -e RAM=auto \ ``` ``` RAM=${RAM:-$(("$(head -n1 /proc/meminfo | tr -dc '[:digit:]') / 900000"))}000 \ exec qemu-system-x86_64 -m ${RAM} \ ```
* FIRST: sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}"sickcodes2021-03-091-1/+2
|
* Incorrect link updatesickcodes2021-03-091-1/+1
|
* ./custom is now ./osx-serial-generator via submodule. Submodule inits.sickcodes2021-03-091-4/+4
|
* Dockerfile syntax error.sickcodes2021-03-061-1/+1
|
* Fix BOOTDISK expected logicsickcodes2021-03-061-6/+5
|
* Remove useless case statements. Allow -e HEADLESS=true as human readable ↵sickcodes2021-03-061-12/+0
| | | | alternative to -e DISPLAY=:99.
* Fix bootdisk not getting written to persistent file when using ↵sickcodes2021-03-061-1/+1
| | | | NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway.
* v4.1 WIDTH/HEIGHT && move resolution README notesickcodes2021-03-041-4/+5
|
* Shift exitssickcodes2021-03-041-2/+2
|
* wget -O case sensitive, silence source /env errors.sickcodes2021-03-041-2/+2
|
* Add -e MASTER_PLIST_URL to change the input config.plist at runtime.sickcodes2021-03-041-0/+4
|
* Add WIDTH and HEIGHT environment variablessickcodes2021-03-031-7/+22
|
* Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'sickcodes2021-03-021-1/+5
|
* Switch default internet to vmxnet3 as there is no incompatability with services.sickcodes2021-03-011-3/+3
|
* Documentation for Big Sur. v4.0sickcodes2021-02-271-1/+1
|
* 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
|