Commit Graph

163 Commits

Author SHA1 Message Date
sickcodes
246fd12c18 TSV output, for easier scripting 2021-02-24 09:46:18 +00:00
sickcodes
d3e86e1c53 Add config.plist and OpenCore boot disk generator to the script. 2021-02-24 05:52:17 +00:00
sickcodes
372905218f Add zip, fix global variables in the serial generator. 2021-02-24 05:29:17 +00:00
sickcodes
5aa689e8ad WIP: Machine unique value generator 2021-02-24 05:12:38 +00:00
sickcodes
d2952a4f65
Merge pull request #153 from sickcodes/nopickers
NOPICKER environment variable for all images.
2021-02-21 11:08:19 +00:00
sickcodes
f608206926 Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking speed docs. 2021-02-21 11:02:41 +00:00
sickcodes
4ac0bf163d Required KVM parameter fix. No idea how it's been absent for this long. 2021-02-21 10:50:19 +00:00
sickcodes
8fb4c56799
Merge pull request #152 from sickcodes/base-devel-switch
3.1. archlinux:base-devel. glibc everywhere. Forgo testing repos.
2021-02-21 06:43:21 +00:00
sickcodes
6f40c4c4de 3.1. base-devel image to skip simple packages. Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds. 2021-02-21 06:38:27 +00:00
sickcodes
d6b99ff62e
Merge pull request #151 from sickcodes/docker-osx-kubernetes
Docker OSX Kubernetes
2021-02-12 18:20:36 +00:00
sickcodes
fb73a31191 Self-host in the repo glibc to emphasize the temporariness of this patch. 2021-02-12 18:17:38 +00:00
sickcodes
4dcf20a362 Kubernetes helm chart submission! Thanks @cephasara 2021-02-12 18:11:48 +00:00
sickcodes
fad0c874b5
Merge pull request #150 from MrBenFTW/patch-2
Tempfix for arch
2021-02-12 16:02:45 +00:00
Ben Mitchell
7cc833046f
Tempfix for arch
Temporarily downgrade glibc while a new version is being made.
2021-02-12 15:50:11 +00:00
sickcodes
0af8357211 Package the helm setup for Artifact Hub. 2021-02-11 02:04:40 +00:00
sickcodes
cf391bbf90
Merge pull request #147 from sickcodes/vmxnet3
Add -e NETWORKING=e1000-82545em || -e NETWORKING=vmxnet3 as runtime arguments.
2021-02-08 22:21:44 +00:00
sickcodes
91790f5f5d Add a default shell variable for the nic. 2021-02-08 22:08:25 +00:00
sickcodes
54afd6ad58 Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime arguments. 2021-02-08 22:05:18 +00:00
sickcodes
217af19452 Reduced image by 5GB, thanks to @weskerfoot! 2021-02-08 19:36:55 +00:00
sickcodes
8401069229 Fixed cwd bug 2021-02-08 00:58:07 +00:00
sickcodes
70744ea3e3
Merge pull request #145 from sickcodes/mac_address
Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.
2021-02-07 20:53:17 +00:00
sickcodes
7eb821dcc3 Add -e NOPICKER=false for the :naked image to be able to enter boot menu. 2021-02-07 19:25:59 +00:00
sickcodes
9a1cbbff95 Remove pacman -Scc until later. 2021-02-07 17:59:24 +00:00
sickcodes
9228312eba Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime. 2021-02-07 17:27:02 +00:00
sickcodes
7a04945aae Use wget --no-verbose to prevent build buffer overload in the hub.docker.com build log 2021-02-03 03:17:40 +00:00
sickcodes
34f1c04880
Merge pull request #143 from sickcodes/fix-docker-cloud-build-size
Reduce build size & tidy
2021-02-03 02:32:51 +00:00
sickcodes
f8595fbc8d Reduce build size & tidy 2021-02-03 02:04:22 +00:00
sickcodes
5c2039d262
Merge pull request #140 from prometheas/fix-boot-to-osx-shell+display-command
docs: fix broken multi-line docker command
2021-02-01 21:49:15 +00:00
John Lianoglou
ae41869105 docs: fix broken multi-line docker command 2021-01-31 15:05:31 -05:00
sickcodes
27d7496a70 Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker start -i instructions. 2021-01-27 19:02:10 +00:00
sickcodes
8db77770b0 Remove pointless VOLUME command. Replace curl with wget. 2021-01-26 21:25:45 +00:00
sickcodes
fc3df53d0b zstd decompress instead of re-compress in README.md 2021-01-26 20:16:25 +00:00
sickcodes
0e0f3b1f4a Clean out your Docker images/history/cache by simply deleting /var/lib/docker 2021-01-26 18:14:29 +00:00
sickcodes
bffd8f3990 [QOL] Fix auto image building wget log overload 2021-01-26 18:11:55 +00:00
sickcodes
9fead74c71
images.sick.codes fixed images2.sick.codes 2021-01-25 12:44:29 +07:00
sickcodes
ab6f7cfc10 Missing -it in README.md for interactive qemu shell and ability to Ctrl+C container. 2021-01-24 16:30:59 +00:00
sickcodes
ef3ba4ef33 Forgot COMPLETE=true for large disk in Dockerfile.auto 2021-01-24 16:27:17 +00:00
sickcodes
6c8fdea032 Bug in ARG for Original Dockerfile 2021-01-24 13:06:37 +00:00
sickcodes
a09c565e36 [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked 2021-01-24 12:47:19 +00:00
sickcodes
0541941d21
Merge pull request #134 from cephasara/master 2021-01-24 07:23:08 +00:00
peter
2567054805 remove cmd to install kernel in pod runtime as it has been migrated to Dockerfile 2021-01-23 20:40:47 -08:00
sickcodes
f9ed666076
Merge pull request #132 from cephasara/master 2021-01-22 07:26:29 +00:00
peter
5561b08e6a add gpu passthrough support as well as dynamic OpenCore regeneration 2021-01-21 19:48:05 -08:00
sickcodes
5bce52440a
Merge pull request #125 from cephasara/master
Fix helm initial disk creation process and add installation instructions
2021-01-15 21:32:36 +07:00
peter
d82bb73c29 update to reflect more latest changes 2021-01-14 22:13:07 -08:00
peter
1fcd56339f fix helm initial disk creation process and add installation instructions 2021-01-14 21:56:20 -08:00
sickcodes
f3c09858ab Up README with Kubernetes Helm Chart link @ ./helm. 2021-01-14 16:44:58 +00:00
sickcodes
a9a7863c3c
Merge pull request #124 from cephasara/master
Add helm chart
2021-01-14 08:57:17 +00:00
peter
ce3ce48eb1 update doc with features 2021-01-12 20:49:25 -08:00
peter
a0a3f67bc0 add requriment for host machine 2021-01-12 20:28:40 -08:00