linuxserver / docker-baseimage-kasmvnc

Base Images for remote web based Linux desktops using KasmVNC for many popular distros.
GNU General Public License v3.0
281 stars 48 forks source link

[BUG] Git and PulseAudio node.js Versions are Incompatible (in Arch) #32

Closed ixion396 closed 8 months ago

ixion396 commented 9 months ago

Is there an existing issue for this?

Current Behavior

Node module version of PulseAudio is 115 while the version of git in the core repo depends on node 21 with module version 120. Installing the latest version of git breaks the installation of Pulse. Fixable by using pacman -S git instead of pacman -Syu git.

Expected Behavior

No response

Steps To Reproduce

  1. pacman -Syu git
  2. restart container

Environment

No response

Docker creation

services:
  archtop:
    image: lscr.io/linuxserver/webtop:arch-i3
    restart: unless-stopped
    security_opt:
      - "seccomp:unconfined"
    networks:
      - tunnel
    environment:
      PUID: 1028
      PGID: 100
      TZ: America/New_York
      TITLE: ArchTop
      CUSTOM_PORT: 3389
      GOMP_CPU_AFFINITY: "1-23"
    devices:
      - "/dev/dri:/dev/dri"
    volumes:
      - /home/x/arch/scripts/init.d:/custom-cont-init.d:ro
      - /home/x/arch/scripts/services.d:/custom-services.d:ro
      - /home/x/arch:/config
      - /var/run/docker.sock:/var/run/docker.sock
    shm_size: "1gb"
    labels:
      - "com.centurylinklabs.watchtower.enable=false"

Container logs

n/a
github-actions[bot] commented 9 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thelamer commented 9 months ago

This kind of stuff happens all the time with arch due to it's rolling nature, there is no magic bullet but we do the best we can by only triggering downstream builds once the base is updated. The current lscr.io/linuxserver/webtop:arch-i3 has functional audio.

LinuxServer-CI commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 7 months ago

This issue is locked due to inactivity