Commit Graph

449 Commits

Author SHA1 Message Date
sickcodes
9b10a306db Add Xvfb to tests for screenshotting test auto 2022-11-19 03:59:33 +00:00
sickcodes
fbe5dba618 Fix busted docker.list 2022-11-19 03:53:32 +00:00
sickcodes
2265bb5a3f Signature errors 2022-11-18 15:58:05 +00:00
sickcodes
86452e6da3 Clean Dockerfile 2022-11-18 04:35:02 +00:00
sickcodes
e612ca3229 Warning still exit 1's 2022-11-16 14:46:51 +00:00
sickcodes
dab7fc884c Add Worldwide mirrors 2022-11-16 14:44:37 +00:00
sickcodes
c0ea46aab5 archlinux image keyring issue 2022-11-16 14:41:37 +00:00
sickcodes
bb75dc4669 git pull when doubling builds on one server 2022-11-16 14:26:58 +00:00
sickcodes
9aac2dbe7f Fix keyring pacman-key --populate archlinux 2022-11-16 14:25:24 +00:00
sickcodes
cedfbf521c Update submodules 2022-11-16 14:00:58 +00:00
sickcodes
671c46046a
Merge pull request #566 from sickcodes/ventura
Add latest OS, Ventura
2022-11-16 13:05:35 +00:00
sickcodes
e5ca81ee6e Add mkdir -p, add ventura elsewhere 2022-11-15 19:17:58 +00:00
sickcodes
ed5e50da7c Add ventura to Docker-OSX README 2022-11-14 19:03:18 +00:00
sickcodes
306961a107 Add ventura to Docker-OSX 2022-11-14 19:00:37 +00:00
sickcodes
917e091798
Merge pull request #545 from Sondro/master
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2022-11-14 17:16:30 +00:00
sickcodes
1e00c9cfd7 Fix keyserver issues, cherry pick aaronjamt/patch-1 2022-11-10 00:11:18 +00:00
sickcodes
f794cac0e2
Merge pull request #532 from arifulislamat/patch-1 2022-11-09 16:03:43 -08:00
sickcodes
e0d753030b
Merge pull request #551 from aaronjamt/patch-1 2022-11-09 16:02:46 -08:00
sickcodes
586e093ba6 Fix qemu build 2022-11-09 22:45:19 +00:00
sickcodes
160489b0e3 Add ventura 2022-11-09 22:39:21 +00:00
Aaronjamt
a43fc57188
Fix issue with invalid GPG keys in VNC version
Without this, `pacman` gives the following errors when trying to update packages as part of the installation:
* The first error is `error: pambase: key "991F6E3F0765CF6295888586139B09DA5BF0D338" is unknown`
* This is followed by a bunch of errors similar to (but with different filenames): `:: File /var/cache/pacman/pkg/pambase-20221020-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]`
* These are followed by `error: libvpx: key "95220BE99CE6FF778AE0DC670F65C7D881506130" is unknown`
* Finally, it ends with `error: failed to commit transaction (invalid or corrupted package)` and `Errors occurred, no packages were upgraded.` before exiting with code `1`.
This `RUN` command will update the `archlinux-keyring` package to get the latest keys, then remove and regenerate all gnupg keys inside the container. This allows `pacman` to accept the GPG keys and resolves the above error.
2022-10-21 22:23:45 -07:00
Sondro
ab54b75ab8
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img' 2022-10-02 20:22:13 -07:00
sickcodes
49b86bec9a
Merge pull request #538 from TartanLeGrand/master
sshpass install and label
2022-09-12 13:52:26 +00:00
Ugo Mignon
40a7e0d200
fix: sshpass install and label 2022-09-01 08:38:59 +02:00
Ariful Islam
e6763761c0
Typing mistake correction
it's should be "experience" not "experiencem"
2022-08-20 22:30:44 +06:00
sickcodes
1fa728b08d Fixes #510 missing keyservers 2022-07-04 12:53:22 +00:00
sickcodes
d7f0c289fc
Fixes #485 2022-05-14 16:14:58 +00:00
sickcodes
1103007c8d
Merge pull request #495 from jonathanweinberg/patch-1
Additional information about .wslconfig
2022-05-14 16:08:11 +00:00
sickcodes
41b07267b2
Share files, shared folder, mount folder
# Share directories, sharing files, shared folder, mount folder
The easiest and most secure way is `sshfs`
```bash
# on Linux/Windows
mkdir ~/mnt/osx
sshfs user@localhost:/ -p 50922 ~/mnt/osx
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
```
2022-05-14 16:07:27 +00:00
Jonathan Weinberg
fa0e336c7d
Additional information about .wslconfig
From official MS documentation around `.wslconfig`. Link also has some interesting reading about the `8 second rule` regarding changes not really being made to configs until about 8 seconds after *all* the instance of a distro are shut down. Might be good for some troubleshooting issues with wsl configs not "sticking".
2022-05-09 17:46:21 -04:00
sickcodes
55293cbb6c
Fixes #495 2022-04-21 11:10:03 +00:00
sickcodes
f9bfddbb5b
Recognize. Add new legends to credits.
[@kimjammer](https://github.com/kimjammer) Update Windows Installation section #422 

[@Mhartig](https://github.com/Mhartig) -  Worked out issue `Enter a number (default=1): error: invalid number: y`

[@felipestt](https://github.com/felipestt)  Use more CPU Cores/SMP' broken #440 

[@routmoute](https://github.com/routmoute) README: add PulseAudio with WSLg #442 

[@dulatello08](https://github.com/dulatello08) Update README.md #452
2022-04-17 04:34:14 +00:00
sickcodes
4501c6a854
Fix #440
> According to [this](https://github.com/foxlet/macOS-Simple-KVM/issues/319#issuecomment-1003775896), macOS only supports power-of-two cores. But you can increase the number of sockets to get the virtual cores you need.
> 
> If you need 6 cores, go with:
> 
> ```
> -e EXTRA='-smp 6,sockets=3,cores=2'
> ```
2022-04-14 22:49:35 +00:00
sickcodes
524749cbb8
Merge pull request #472 from sickcodes/naked-vnc-legacy-patch
Fixes #470  TEMP-FIX is breaking Dockerfile.nakedvnc build #470
2022-04-07 20:53:57 +00:00
sickcodes
73d84d28dd
Fixes #470
TEMP-FIX is breaking Dockerfile.nakedvnc build #470
2022-03-27 14:06:55 +00:00
sickcodes
2d6d4b670a
Update via @Error996 https://github.com/Error996
Thanks @Error996!

https://github.com/sickcodes/Docker-OSX/discussions/458
2022-03-19 20:04:30 +00:00
sickcodes
43a4c0b0d9
Add warning to test.sh that it's for internal use only
Add warning to test.sh that it's for internal use only
2022-03-11 04:08:26 +00:00
sickcodes
b3e8aabaa9
Merge pull request #452 from dulatello08/patch-1
Update README.md
2022-02-11 05:59:38 +00:00
sickcodes
3188252da4
Update README.md 2022-02-11 05:59:07 +00:00
Dulat
727a1dc95c
Update README.md 2022-02-11 06:50:27 +04:00
sickcodes
3621847c23
Merge pull request #442 from routmoute/master
README: add PulseAudio with WSLg
2022-02-08 02:07:54 +00:00
routmoute
142dad2593 README: add PulseAudio with WSLg 2022-02-01 11:19:08 +01:00
sickcodes
b0ac21a94a Fix jack 2022-01-21 21:26:27 +00:00
sickcodes
b726cd179d Fix Enter a number (default=1): error: invalid number: y by pegging extra/jack over jack 2022-01-21 15:09:50 +00:00
sickcodes
1380481ac1
Merge pull request #422 from kimjammer/patch-2 2022-01-19 19:16:28 +00:00
KimJammer
d435c06455
Update README
Fix typo in command to check available wsl linux distros.
2022-01-15 19:57:38 -05:00
KimJammer
918f209175
Add suggested changes to Windows Section 2022-01-15 19:53:55 -05:00
kimjammer
c9521ca6b7 Update Windows Installation section
Fix typos, more professional language, fix incorrect information.
2022-01-14 18:30:09 -05:00
sickcodes
89d4aa6c5b
Merge pull request #420 from aslafy-z/patch-1 2022-01-13 05:49:48 +00:00
sickcodes
0beee71158
Merge pull request #412 from MikeCoder96/master 2022-01-13 05:48:31 +00:00