aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add config.plist and OpenCore boot disk generator to the script.sickcodes2021-02-242-1/+212
| |
| * Add zip, fix global variables in the serial generator.sickcodes2021-02-242-8/+11
| |
| * WIP: Machine unique value generatorsickcodes2021-02-242-0/+1057
| |
* | Merge pull request #154 from sickcodes/wget-optionssickcodes2021-02-261-1/+4
|\ \ | |/ |/| Add an unset WGET_OPTIONS variable for hub.docker.com to download 20GB silently, but not general users.
| * 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.
* Merge pull request #153 from sickcodes/nopickerssickcodes2021-02-214-0/+17
|\ | | | | NOPICKER environment variable for all images.
| * Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking ↵sickcodes2021-02-214-0/+17
|/ | | | speed docs.
* Required KVM parameter fix. No idea how it's been absent for this long.sickcodes2021-02-211-0/+2
|
* Merge pull request #152 from sickcodes/base-devel-switchsickcodes2021-02-215-10/+47
|\ | | | | 3.1. archlinux:base-devel. glibc everywhere. Forgo testing repos.
| * 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵sickcodes2021-02-215-10/+47
|/ | | | every pacman -Syu which is currently required for non-Arch builds.
* Merge pull request #151 from sickcodes/docker-osx-kubernetessickcodes2021-02-1211-9/+47
|\ | | | | Docker OSX Kubernetes
| * Self-host in the repo glibc to emphasize the temporariness of this patch.sickcodes2021-02-122-1/+1
| |
| * Kubernetes helm chart submission! Thanks @cephasarasickcodes2021-02-1210-9/+47
|/
* Merge pull request #150 from MrBenFTW/patch-2sickcodes2021-02-121-0/+5
|\ | | | | Tempfix for arch
| * Tempfix for archBen Mitchell2021-02-121-0/+5
|/ | | Temporarily downgrade glibc while a new version is being made.
* Package the helm setup for Artifact Hub.sickcodes2021-02-113-1/+22
|
* Merge pull request #147 from sickcodes/vmxnet3sickcodes2021-02-082-1/+6
|\ | | | | Add -e NETWORKING=e1000-82545em || -e NETWORKING=vmxnet3 as runtime arguments.
| * 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-082-1/+6
|/ | | | arguments.
* Reduced image by 5GB, thanks to @weskerfoot!sickcodes2021-02-081-6/+4
|
* Fixed cwd bugsickcodes2021-02-083-5/+5
|
* Merge pull request #145 from sickcodes/mac_addresssickcodes2021-02-074-32/+87
|\ | | | | Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.
| * Add -e NOPICKER=false for the :naked image to be able to enter boot menu.sickcodes2021-02-073-15/+41
| |
| * Remove pacman -Scc until later.sickcodes2021-02-071-14/+14
| |
| * Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.sickcodes2021-02-073-3/+32
|/
* Use wget --no-verbose to prevent build buffer overload in the hub.docker.com ↵sickcodes2021-02-031-1/+1
| | | | build log
* Merge pull request #143 from sickcodes/fix-docker-cloud-build-sizesickcodes2021-02-033-26/+55
|\ | | | | Reduce build size & tidy
| * Reduce build size & tidysickcodes2021-02-033-26/+55
|/
* Merge pull request #140 from prometheas/fix-boot-to-osx-shell+display-commandsickcodes2021-02-011-5/+5
|\ | | | | docs: fix broken multi-line docker command
| * docs: fix broken multi-line docker commandJohn Lianoglou2021-01-311-5/+5
|/
* Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵sickcodes2021-01-274-30/+39
| | | | start -i instructions.
* Remove pointless VOLUME command. Replace curl with wget.sickcodes2021-01-263-14/+5
|
* zstd decompress instead of re-compress in README.mdsickcodes2021-01-261-1/+1
|
* Clean out your Docker images/history/cache by simply deleting `/var/lib/docker`sickcodes2021-01-261-0/+3
|
* [QOL] Fix auto image building wget log overloadsickcodes2021-01-261-2/+3
|
* images.sick.codes fixed images2.sick.codessickcodes2021-01-251-1/+1
|
* Missing -it in README.md for interactive qemu shell and ability to Ctrl+C ↵sickcodes2021-01-242-7/+5
| | | | container.
* Forgot COMPLETE=true for large disk in Dockerfile.autosickcodes2021-01-241-2/+2
|
* Bug in ARG for Original Dockerfilesickcodes2021-01-241-3/+3
|
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-247-33/+397
|
* Merge pull request #134 from cephasara/mastersickcodes2021-01-242-54/+55
|\
| * remove cmd to install kernel in pod runtime as it has been migrated to ↵peter2021-01-232-54/+55
| | | | | | | | Dockerfile
* | Merge pull request #132 from cephasara/mastersickcodes2021-01-227-299/+790
|\|
| * add gpu passthrough support as well as dynamic OpenCore regenerationpeter2021-01-217-299/+790
| |
* | Merge pull request #125 from cephasara/mastersickcodes2021-01-154-18/+164
|\| | | | | Fix helm initial disk creation process and add installation instructions
| * update to reflect more latest changespeter2021-01-141-5/+6
| |
| * fix helm initial disk creation process and add installation instructionspeter2021-01-144-16/+161
| |
* | Up README with Kubernetes Helm Chart link @ ./helm.sickcodes2021-01-143-1/+4
| |
* | Merge pull request #124 from cephasara/mastersickcodes2021-01-1410-0/+1585
|\| | | | | Add helm chart
| * update doc with featurespeter2021-01-122-1/+19
| |