Is there an existing issue for this?
Current Behavior
Here's the compose.yml that I used
---
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
# security_opt:
# - apparmor:rootlesskit #optional
environment:
- KASM_PORT=443
- DOCKER_MTU=1500 #optional
volumes:
- ./opt:/opt
- ./profiles:/profiles #optional
- ./input:/dev/input #optional
- ./data:/run/udev/data #optional
ports:
- 30129:3000
- 30128:443
restart: unless-stopped
Expected Behavior
I expect to have Kasm version 1.18 installed. But latest tag should pull the latest release. It didn't on my side
Steps To Reproduce
Just use the yaml to deploy the app
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
---
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
# security_opt:
# - apparmor:rootlesskit #optional
environment:
- KASM_PORT=443
- DOCKER_MTU=1500 #optional
volumes:
- ./opt:/opt
- ./profiles:/profiles #optional
- ./input:/dev/input #optional
- ./data:/run/udev/data #optional
ports:
- 30129:3000
- 30128:443
restart: unless-stopped
Container logs
2025-11-02 18:48:45.441855+00:00[migrations] started
2025-11-02 18:48:45.441906+00:00[migrations] no migrations found
2025-11-02 18:48:51.509595+00:00───────────────────────────────────────
2025-11-02 18:48:51.509682+00:002025-11-02T18:48:51.509682097Z
2025-11-02 18:48:51.509702+00:00██╗ ███████╗██╗ ██████╗
2025-11-02 18:48:51.509742+00:00██║ ██╔════╝██║██╔═══██╗
2025-11-02 18:48:51.509758+00:00██║ ███████╗██║██║ ██║
2025-11-02 18:48:51.509773+00:00██║ ╚════██║██║██║ ██║
2025-11-02 18:48:51.509797+00:00███████╗███████║██║╚██████╔╝
2025-11-02 18:48:51.509812+00:00╚══════╝╚══════╝╚═╝ ╚═════╝
2025-11-02 18:48:51.509827+00:002025-11-02T18:48:51.509827091Z
2025-11-02 18:48:51.509840+00:00Brought to you by linuxserver.io
2025-11-02 18:48:51.509855+00:00───────────────────────────────────────
2025-11-02 18:48:51.510094+00:002025-11-02T18:48:51.510094791Z
2025-11-02 18:48:51.510151+00:00To support LSIO projects visit:
2025-11-02 18:48:51.510170+00:00https://www.linuxserver.io/donate/
2025-11-02 18:48:51.510185+00:002025-11-02T18:48:51.510185879Z
2025-11-02 18:48:51.510220+00:00───────────────────────────────────────
2025-11-02 18:48:51.510239+00:00GID/UID
2025-11-02 18:48:51.510254+00:00───────────────────────────────────────
2025-11-02 18:48:51.515547+00:002025-11-02T18:48:51.515547053Z
2025-11-02 18:48:51.515619+00:00User UID: 568
2025-11-02 18:48:51.515639+00:00User GID: 568
2025-11-02 18:48:51.515654+00:00───────────────────────────────────────
2025-11-02 18:48:51.516873+00:00Linuxserver.io version: develop
2025-11-02 18:48:51.517053+00:00Build-date: 2025-10-28T21:46:29+00:00
2025-11-02 18:48:51.517101+00:00───────────────────────────────────────
2025-11-02 18:48:51.517114+00:002025-11-02T18:48:51.517114739Z
2025-11-02 18:48:51.668102+00:00..........+.....+......+.+..+...+....+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*...........+..+.+...+..+.........+......+.......+...+..+...+...+......+....+.....+.+......+.....+.......+..+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*......+...+.......+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2025-11-02 18:48:51.883114+00:00.....+.....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.+...+.......+..+.........+....+...+..+.............+...+......+.....+.+..+............+...+............+.+..............+.+.....+............+.+.........+...+.....+.......+..+.+..............+.+............+.....+......+....+..+.+.....+..........+...+..+....+...+.....+......+.+........+.+.....+.+........+.......+.....+.+........+...............+......+....+.....+............+....+.....+......+...+.....................+.+..+......................+.....+.+.....+...+............+..........+...+...........+......+...+.+...+..................+...+...........+......+...+.+...+...+........+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2025-11-02 18:48:51.886644+00:00-----
2025-11-02 18:48:51.997054+00:00[custom-init] No custom files found, skipping...
2025-11-02 18:48:52.020117+00:00[ls.io-init] done.
2025-11-02 18:49:30.607188+00:00time="2025-11-02T19:49:30+01:00" level=info msg=" * Serving Flask app 'plugin'" plugin=a0a68dc487699fb1288f2256d5a00716eb1fe23d31f7246aa9867897d81bd404
2025-11-02 18:49:30.607289+00:00time="2025-11-02T19:49:30+01:00" level=info msg=" * Debug mode: on" plugin=a0a68dc487699fb1288f2256d5a00716eb1fe23d31f7246aa9867897d81bd404
2025-11-02 18:49:44.427872+00:00time="2025-11-02T19:49:44+01:00" level=info msg="[ENTRYPOINT] STARTED" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.427981+00:00time="2025-11-02T19:49:44+01:00" level=error msg="+ echo '[ENTRYPOINT] STARTED'" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.427996+00:00time="2025-11-02T19:49:44+01:00" level=error msg="+ SOCKET_PATH=/run/docker/plugins/kasmlogger.sock" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.428012+00:00time="2025-11-02T19:49:44+01:00" level=error msg="+ '[' -e /run/docker/plugins/kasmlogger.sock ]" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.428025+00:00time="2025-11-02T19:49:44+01:00" level=error msg="+ echo '[ENTRYPOINT] Launching plugin.py...'" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.428034+00:00time="2025-11-02T19:49:44+01:00" level=info msg="[ENTRYPOINT] Launching plugin.py..." plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.428232+00:00time="2025-11-02T19:49:44+01:00" level=error msg="+ sleep 5" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.428297+00:00time="2025-11-02T19:49:44+01:00" level=error msg="+ python3 /plugin.py" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.808937+00:00time="2025-11-02T19:49:44+01:00" level=info msg=" * Serving Flask app 'plugin'" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:44.808973+00:00time="2025-11-02T19:49:44+01:00" level=info msg=" * Debug mode: off" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.430190+00:00time="2025-11-02T19:49:49+01:00" level=error msg="+ echo '[ENTRYPOINT] Checking socket existence...'" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.430323+00:00time="2025-11-02T19:49:49+01:00" level=error msg="+ ls -l /run/docker/plugins" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.430368+00:00time="2025-11-02T19:49:49+01:00" level=info msg="[ENTRYPOINT] Checking socket existence..." plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.431945+00:00time="2025-11-02T19:49:49+01:00" level=info msg="total 2" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.432194+00:00time="2025-11-02T19:49:49+01:00" level=info msg="prwx------ 1 root root 0 Nov 2 18:49 16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8-stderr" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.432270+00:00time="2025-11-02T19:49:49+01:00" level=info msg="prwx------ 1 root root 0 Nov 2 18:49 16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8-stdout" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.432303+00:00time="2025-11-02T19:49:49+01:00" level=info msg="srwxr-xr-x 1 root root 0 Nov 2 18:49 kasmlogger.sock" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.432559+00:00time="2025-11-02T19:49:49+01:00" level=error msg="+ '[' '!' -S /run/docker/plugins/kasmlogger.sock ]" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
2025-11-02 18:49:49.432628+00:00time="2025-11-02T19:49:49+01:00" level=error msg="+ tail -f /dev/null" plugin=16eabb2c3646aa7318e85923e6004f04344a44b2ef142d4ebbc4fbc28a4204e8
Is there an existing issue for this?
Current Behavior
Here's the
compose.ymlthat I usedExpected Behavior
I expect to have Kasm version 1.18 installed. But
latesttag should pull the latest release. It didn't on my sideSteps To Reproduce
Just use the yaml to deploy the app
Environment
CPU architecture
x86-64
Docker creation
Container logs