workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - Registry is not updated

Open TheZoker opened this issue 6 months ago • 0 comments

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.):

Image

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Registry'
  2. 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 -a
  • cat /etc/os-release
  • sudo docker info
  • sudo docker ps | grep kasm

Additional context Add any other context about the problem here.

TheZoker avatar Jun 07 '25 18:06 TheZoker