| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix issue with invalid GPG keys in VNC version | Aaronjamt | 2022-10-21 | 1 | -0/+3 |
| | | | | | | | | | 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. | ||||
| * | Fixes #495 | sickcodes | 2022-04-21 | 1 | -2/+2 |
| | | |||||
| * | fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image | Meng Ye | 2021-12-14 | 1 | -1/+2 |
| | | |||||
| * | Add more secure VNC password generation. Update osx-serial-generator ↵ | sickcodes | 2021-03-23 | 1 | -2/+2 |
| | | | | | submodule. Acknowledge OpenCore bootloader usage. | ||||
| * | Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵ | sickcodes | 2021-01-27 | 1 | -7/+1 |
| | | | | | start -i instructions. | ||||
| * | [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked | sickcodes | 2021-01-24 | 1 | -7/+17 |
| | | |||||
| * | v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with ↵ | sickcodes | 2021-01-05 | 1 | -8/+15 |
| | | | | | iptables-nft. Remove libguestfs. | ||||
| * | Fixed Dockerfile instructions to align with the README instructions. | sickcodes | 2020-11-13 | 1 | -7/+1 |
| | | |||||
| * | v2.6 Update documentation | sickcodes | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releases | sickcodes | 2020-09-20 | 1 | -22/+18 |
| | | |||||
| * | fix gpk error | Ben Mitchell | 2020-08-23 | 1 | -1/+1 |
| | | | | fix gpk error | ||||
| * | fix gpk error | Ben Mitchell | 2020-08-23 | 1 | -1/+1 |
| | | | | fix gpk error caused by images or incorrect shutdown | ||||
| * | Fix gpk error | Ben Mitchell | 2020-08-23 | 1 | -1/+2 |
| | | | | Remove /tmp/.X99-lock before starting VNC | ||||
| * | temporary mirror fix | name | 2020-06-22 | 1 | -1/+12 |
| | | |||||
| * | no confirm | name | 2020-06-22 | 1 | -1/+1 |
| | | |||||
| * | pkg update first | name | 2020-06-22 | 1 | -0/+1 |
| | | |||||
| * | external dockerfile | name | 2020-06-18 | 1 | -1/+1 |
| | | |||||
| * | SSH! Set -e RAM, -e CORES, -e EXTRA QEMU commands. VNC version update to core. | name | 2020-06-15 | 1 | -6/+8 |
| | | |||||
| * | Kill badly terminated old vnc session before vnc starts | Matus Novak | 2020-06-10 | 1 | -1/+2 |
| | | |||||
| * | VNC Version (Be Careful) | name | 2020-06-07 | 1 | -0/+107 |