Commit 348e34a
fix(kasm): replace removed apt-key, fix kasm_release URL, drop missing thumbnails
The kasm release build (run 25485774052) failed at the very first
'apt-key add -' invocation because apt-key was removed from the new
Ubuntu 26.04 (resolute) base image. Two further upstream changes were
also broken:
- The Docker GPG key is now imported via gpg --dearmor into
/usr/share/keyrings and referenced through 'signed-by=' in the
docker.list source, matching the modern keyring pattern.
- The kasm_release tarball is no longer published as a GitHub release
asset on kasmtech/kasm-install-wizard; switch to the official
https://kasm-static-content.s3.amazonaws.com/kasm_release_<ver>.tar.gz
URL used by upstream installer / linuxserver.
- Drop the docker-image-preload step (kasm-ci.s3 images-combined
tarball no longer exists for current versions and is fetched at
runtime by Kasm itself), and remove the obsolete www/img/thumbnails
copy + yq tweak (the thumbnails directory no longer exists in the
kasm_release tarball).
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>1 parent 283bd21 commit 348e34a
1 file changed
Lines changed: 4 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
89 | 84 | | |
90 | 85 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 86 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 87 | | |
99 | 88 | | |
100 | 89 | | |
| |||
0 commit comments