aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.auto
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #155 from sickcodes/custom-identitysickcodes2021-02-261-5/+36
|\ | | | | Custom Serial Numbers (iMessage/iCloud security analysis)
| * 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-2/+2
| | | | | | | | 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-6/+8
| |
| * Change `-e NOPICKER=true` to simply do `export ↵sickcodes2021-02-261-7/+5
| | | | | | | | BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
| * Chown the disk image early.sickcodes2021-02-251-6/+7
| |
| * Set defaults in obvious placessickcodes2021-02-251-0/+4
| |
| * Early chown required for all volumes...sickcodes2021-02-251-3/+3
| |
| * Major serial number runtime generation and override changes.sickcodes2021-02-251-1/+25
| |
* | Add an unset WGET_OPTIONS variable that is set to --no-verbose in ↵sickcodes2021-02-261-1/+4
|/ | | | hub.docker.com, but unset by default, so you can watch progress.
* 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-1/+13
| | | | every pacman -Syu which is currently required for non-Arch builds.
* Fixed cwd bugsickcodes2021-02-081-2/+2
|
* Use wget --no-verbose to prevent build buffer overload in the hub.docker.com ↵sickcodes2021-02-031-1/+1
| | | | build log
* Reduce build size & tidysickcodes2021-02-031-25/+41
|
* Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵sickcodes2021-01-271-16/+18
| | | | start -i instructions.
* Remove pointless VOLUME command. Replace curl with wget.sickcodes2021-01-261-7/+2
|
* [QOL] Fix auto image building wget log overloadsickcodes2021-01-261-2/+3
|
* Forgot COMPLETE=true for large disk in Dockerfile.autosickcodes2021-01-241-2/+2
|
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-241-0/+156