aboutsummaryrefslogtreecommitdiff
path: root/vnc-version/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with invalid GPG keys in VNC versionAaronjamt2022-10-211-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 #495sickcodes2022-04-211-2/+2
|
* fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image Meng Ye2021-12-141-1/+2
|
* Add more secure VNC password generation. Update osx-serial-generator ↵sickcodes2021-03-231-2/+2
| | | | submodule. Acknowledge OpenCore bootloader usage.
* Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵sickcodes2021-01-271-7/+1
| | | | start -i instructions.
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-241-7/+17
|
* v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with ↵sickcodes2021-01-051-8/+15
| | | | iptables-nft. Remove libguestfs.
* Fixed Dockerfile instructions to align with the README instructions.sickcodes2020-11-131-7/+1
|
* v2.6 Update documentationsickcodes2020-09-261-1/+1
|
* VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releasessickcodes2020-09-201-22/+18
|
* fix gpk errorBen Mitchell2020-08-231-1/+1
| | | fix gpk error
* fix gpk errorBen Mitchell2020-08-231-1/+1
| | | fix gpk error caused by images or incorrect shutdown
* Fix gpk errorBen Mitchell2020-08-231-1/+2
| | | Remove /tmp/.X99-lock before starting VNC
* temporary mirror fixname2020-06-221-1/+12
|
* no confirmname2020-06-221-1/+1
|
* pkg update firstname2020-06-221-0/+1
|
* external dockerfilename2020-06-181-1/+1
|
* SSH! Set -e RAM, -e CORES, -e EXTRA QEMU commands. VNC version update to core.name2020-06-151-6/+8
|
* Kill badly terminated old vnc session before vnc startsMatus Novak2020-06-101-1/+2
|
* VNC Version (Be Careful)name2020-06-071-0/+107