Commit Graph

76 Commits

Author SHA1 Message Date
ryan.kuba
d2c06f446d KASM-3638 use testing repo for retroarch 2022-11-23 12:29:37 -05:00
Ryan Kuba
813e9bcb25 Resolve KASM-3480 "Feature/ new game images" 2022-11-02 15:40:14 +00:00
Richard Koliser
1137d204f9 Merge branch 'feature/KASM-3239-chromium-arm' into 'develop'
Resolve KASM-3239 "Feature/ chromium arm"

Closes KASM-3239

See merge request kasm-technologies/internal/workspaces-images!86
2022-09-26 19:06:17 +00:00
Ryan Kuba
4891a72f6c KASM-3000 add demo template files to workspaces images 2022-09-21 22:35:48 +00:00
ryan.kuba
170c38498d KASM-3239 tweak for opensuse chromium install 2022-09-20 17:21:00 -07:00
ryan.kuba
ffc3c1d509 KASM-3188 create codecs directory manually 2022-09-08 16:17:55 -04:00
ryan.kuba
0c0cdd4667 KASM-3187 add jammy dind images 2022-09-08 15:56:33 -04:00
ryan.kuba
ba98d5a5a4 KASM-3188 adding vivaldi image along with new array for multi build jobs as we hit the 50 job gitlab limit 2022-09-08 13:40:13 -04:00
ryan.kuba
f7099b682d KASM-3107 add new automatic connect options on top of old ones during tor installation 2022-08-22 10:53:17 -04:00
Justin Travis
f0f573273d Resolve KASM-1991 "Feature/ gamepad support" 2022-08-17 03:27:56 +00:00
Richard Koliser
05d6c2f5b1 KASM-3073 Add a proper version sort 2022-08-15 16:39:20 +00:00
Justin Travis
b196e8e52d KASM-1991 Doom Gamepad Config 2022-08-03 03:18:16 -04:00
Justin Travis
e58258e30c KASM-1991 Gamepad Utils 2022-08-01 06:23:37 -04:00
Justin Travis
c438d9a884 KASM-2969 Remove custom_startup.sh 2022-07-24 22:52:49 -04:00
Justin Travis
bf9a7311a0 KASM-2969 Unityhub Image 2022-07-24 20:28:54 +00:00
Bryan Scarbrough
022f13b182 Resolve KASM-2920 "Feature/ blender image" 2022-07-20 22:07:51 +00:00
Justin Travis
07ed1b0db7 Merge branch 'feature/KASM-2391-doom-startup' into 'develop'
KASM-2391 modify ready script for doom to watch for Thunar pid

Closes KASM-2391

See merge request kasm-technologies/internal/workspaces-images!66
2022-07-14 12:36:55 +00:00
ryan.kuba
94e456559e KASM-2917 use mscorefonts that do not require configuration 2022-07-13 12:44:53 -04:00
ryan.kuba
9a37c59e94 KASM-2391 modify ready script for doom to watch for Thunar pid 2022-07-13 09:41:55 -04:00
ryan.kuba
854d45d2b6 KASM-2917 setup a default font profile to prefer noto fonts 2022-07-12 13:21:15 -04:00
Richard Koliser
7a80b8c876 KASM-2849 Revert KASM-2789 Chromium debug builds
This reverts commit 96ff66e11c.
We had to revert this commit because the new debug builds do not have
Google API keys, so normal Google services do not function like the
built in Chromium Google translate right click menu. We could have users
procure their own keys but that seems more work than most users will
want to do.
2022-07-05 13:38:17 -04:00
matt
1a0cfd66f2 gpu to firefox,edge,brave 2022-06-25 20:45:17 +00:00
Ryan Kuba
b42dc8d50a Resolve KASM-2779 "Feature/ jammy desktop image" 2022-06-24 08:50:10 +00:00
Richard Koliser
96ff66e11c KASM-2789 Pull Ubuntu Chromium from chromium-browser-snapshots
Moved existing chromium install to common
Removed ubuntu install from common chromium

Added new Ubuntu specific script
Continue to get arm the previous way (don't have an arm build in the new
location)
Get x64 builds by looking up the chromium_base_position and then
retrieve from chromium-browser-snapshots
2022-06-21 01:52:29 -04:00
Justin Travis
59e7201362 Merge branch 'feature/KASM-2781_dind_performance' into 'develop'
KASM-2781 - fixes the issue where there were two docker binaries installed in two...

Closes KASM-2781

See merge request kasm-technologies/internal/workspaces-images!56
2022-06-20 14:00:43 +00:00
Justin Travis
f5c890ae9b Merge branch 'feature/KASM-2478_maximize_tor' into 'develop'
KASM-2478 Maximize tor by default. Allow environment var to override

Closes KASM-2478

See merge request kasm-technologies/internal/workspaces-images!57
2022-06-20 11:28:07 +00:00
tiaede00
43c1dd53d9 - fixes the issue where there were two docker binaries installed in two different locations $HOME/bin and /usr/local/bin/ - install docker rootless at /opt/docker/bin and puts in on path - install docker compose at /opt/docker/bin/cli-plugins and put it on the path - install additional libraries notably fuse-overlayfs which is recommended over vbr (tests only). vbr driver has a very poor performance. Likewise slirp4netns is recommended for as network driver over vpnkit (https://docs.docker.com/engine/security/rootless/)
Signed-off-by: Justin Travis <justin@kasmweb.com>
2022-06-16 12:15:53 -04:00
Justin Travis
d440399fbc Merge branch 'feature/KASM-2688-latest-compose' into 'develop'
KASM-2688 install latest compose pulin in dind images

Closes KASM-2688

See merge request kasm-technologies/internal/workspaces-images!54
2022-05-31 20:03:49 +00:00
ryan.kuba
b3221647b3 KASM-2688 install latest compose pulin in dind images 2022-05-26 11:45:20 -04:00
Justin Travis
b2538694c4 KASM-2478 Maximize tor by default. Allow environment var to override 2022-05-21 15:38:21 -04:00
ryan.kuba
39fb693f5b KASM-2650 zoom on ubuntu needs no-sandbox flag for the desktop icon 2022-05-20 11:10:26 -04:00
Justin Travis
2b0d8d5bb2 Resolve KASM-2436 "Feature/ gpu support" 2022-05-13 20:27:54 +00:00
Ryan Kuba
e6b0c218f3 Resolve KASM-2598 "Feature/ more images" 2022-05-11 10:00:10 +00:00
Justin Travis
bb39c3a4dc Merge branch 'fix-libre' into 'develop'
Fix libre

See merge request kasm-technologies/internal/workspaces-images!48
2022-05-10 19:52:15 +00:00
Matthew McClaskey
631920113b [skip CI] add winetricks 2022-05-10 17:48:19 +00:00
ryan.kuba
19fed8e745 multi arch the library path 2022-05-09 16:44:12 -04:00
ryan.kuba
ef2fcd0c7b adding LD path needed by libreoffice 2022-05-09 16:39:34 -04:00
Richard Koliser
0b3ae8cccb KASM-2393 Added logic to turn off -x before watcher loops 2022-05-04 11:20:59 -04:00
Ryan Kuba
8aadf90e4d Resolve KASM-2574 "Feature/ add thunderbird" 2022-05-04 11:20:48 -04:00
ryan.kuba
461e685fb1 update zoom install for opensuse 2022-05-03 16:32:43 -04:00
Ryan Kuba
69052c3709 Resolve KASM-2480 "Feature/ libreoffice images" 2022-04-11 10:08:54 +00:00
Ryan Kuba
4ca78dc0eb KASM-2249 Oracle and Opensuse Desktop images 2022-04-08 23:01:01 +00:00
Justin Travis
3e8f8096c5 Merge branch 'feature/KASM-2267-more-aarch64-images' into 'develop'
build java-dev sublime telegram tor-browser and doom on aarch64

Closes KASM-2267

See merge request kasm-technologies/internal/workspaces-images!37
2022-04-08 18:16:20 +00:00
Matthew McClaskey
64d7c697d4 Merge branch 'feature/KASM-2477_wine_image' into 'develop'
[skip CI] Added wine dockerfile

Closes KASM-2477

See merge request kasm-technologies/internal/workspaces-images!39
2022-04-08 16:18:08 +00:00
matt
2577d2d9c2 [skip CI] Added wine dockerfile 2022-04-08 16:16:27 +00:00
ryan.kuba
c8ac0b0903 build java-dev sublime telegram tor-browser and doom on aarch64 2022-04-05 17:18:24 +00:00
ryan.kuba
11211b6886 change directory for managed profiles to new brave standard and set update check interval to a year instead of the au loop that no longer works 2022-03-28 13:15:34 -07:00
Richard Koliser
94518cee65 KASM-2193 Add --no-sandbox to zoom to allow app startup 2022-03-24 10:34:57 -04:00
Richard Koliser
64d67d163d KASM-2193 Updated vncviewer image to focal
This image got missed when I merged develop into my branch before
submitting the merge request.
2022-03-23 18:21:43 -04:00
Richard Koliser
cd129cd194 KASM-2193 Remove Maximus usage from older Bionic images. 2022-03-23 17:03:54 -04:00