workspaces-issues
workspaces-issues copied to clipboard
[Bug] - Registry is not updated
Existing Resources
- [x] Please search the existing issues for related problems
- [x] Consult the product documentation : Docs
- [x] Consult the FAQ : FAQ
- [x] Consult the Troubleshooting Guide : Guide
- [x] Reviewed existing training videos: Youtube
Describe the bug When I update the registry, new images are missing (like alpine 3.12 or ubuntu noble etc.):
To Reproduce Steps to reproduce the behavior:
- Go to 'Registry'
- Press 'Update'
Expected behavior Show new available workspaces
Screenshots See above
Workspaces Version none
Workspaces Installation Method Single server with docker compose:
services:
kasm:
image: lscr.io/linuxserver/kasm
container_name: Kasm
restart: always
privileged: true
security_opt:
- apparmor:rootlesskit
ports:
- 443:443
- 3000:3000
volumes:
- /home/docker/files/kasm/data:/opt
- /home/docker/files/kasm/profiles:/profiles
environment:
- TZ=Europe/Berlin
- KASM_PORT=443
- PUID=1000
- PGID=1000
Client Browser (please complete the following information):
- OS: macOS
- Browser: arc
- Version: 1.97.1
Workspace Server Information (please provide the output of the following commands):
uname -acat /etc/os-releasesudo docker infosudo docker ps | grep kasm
Additional context Add any other context about the problem here.