Commit Graph

24 Commits

Author SHA1 Message Date
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
sickcodes
d7f0c289fc
Fixes #485 2022-05-14 16:14:58 +00:00
sickcodes
55293cbb6c
Fixes #495 2022-04-21 11:10:03 +00:00
sickcodes
73d84d28dd
Fixes #470
TEMP-FIX is breaking Dockerfile.nakedvnc build #470
2022-03-27 14:06:55 +00:00
Meng Ye
f21c7589eb fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image 2021-12-14 11:10:53 +08:00
sickcodes
84e1682700 Prepare nakedvnc for hub.docker.com. Add ENV BOOT_ARGS= to supply additon boot arguments, for example, vmx,rdtscp. Add ENV CPU=Penryn to allow changes to the CPU emulation, for example, Skylake-Client 2021-05-06 05:29:26 +00:00
a10kiloham
bbb38349b1
Dockerfile for :naked image with VNC support 2021-04-13 18:23:25 +01:00
sickcodes
408bde5aa2 Add more secure VNC password generation. Update osx-serial-generator submodule. Acknowledge OpenCore bootloader usage. 2021-03-23 09:53:17 +00: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
a09c565e36 [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.naked 2021-01-24 12:47:19 +00:00
sickcodes
8d6d0359b1 v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with iptables-nft. Remove libguestfs. 2021-01-05 13:15:44 +00:00
sickcodes
f03278da1b Fixed Dockerfile instructions to align with the README instructions. 2020-11-13 08:34:40 +00:00
sickcodes
b710a8a082 v2.6 Update documentation 2020-09-26 06:26:38 +00:00
sickcodes
35ca1ebaf8 VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releases 2020-09-20 08:16:44 +00:00
Ben Mitchell
12c1270152
fix gpk error
fix gpk error
2020-08-23 20:05:09 +01:00
Ben Mitchell
1e5f69e63f
fix gpk error
fix gpk error caused by images or incorrect shutdown
2020-08-23 20:03:11 +01:00
Ben Mitchell
b0242f1140
Fix gpk error
Remove /tmp/.X99-lock before starting VNC
2020-08-23 19:59:59 +01:00
name
0364d0d631 temporary mirror fix 2020-06-22 18:15:39 +00:00
name
d0205f80da no confirm 2020-06-22 18:03:04 +00:00
name
c2a8209dae pkg update first 2020-06-22 18:02:00 +00:00
name
9565332c38 external dockerfile 2020-06-18 18:39:23 +00:00
name
0a9da5af75 SSH! Set -e RAM, -e CORES, -e EXTRA QEMU commands. VNC version update to core. 2020-06-15 04:33:29 +00:00
Matus Novak
2c19db36f9
Kill badly terminated old vnc session before vnc starts 2020-06-10 00:10:48 +02:00
name
877ab55713 VNC Version (Be Careful) 2020-06-07 08:14:23 +00:00