pkg

slskd (latest)

Published 2026-07-19 18:10:06 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/slskd:latest
sha256:161e214a05b51404f6bb6ddd7e60b66ff674a2d8ad28a88dae5b3c1caf9c8c48

About this package

A modern client-server application for the Soulseek file sharing network

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ARG TARGETPLATFORM=linux/amd64
ARG TAG=0.0.1
ARG VERSION=0.26.0.0+e42a525d
ARG REVISION=0
ARG BUILD_DATE
RUN |5 TARGETPLATFORM=linux/amd64 TAG=0.0.1 VERSION=0.26.0.0+e42a525d REVISION=0 BUILD_DATE= /bin/sh -c apt-get update && apt-get install --no-install-recommends -y jq wget tini gosu && rm -rf /tmp/* /var/lib/apt/lists/* /var/cache/apt/* /var/tmp/* # buildkit
RUN |5 TARGETPLATFORM=linux/amd64 TAG=0.0.1 VERSION=0.26.0.0+e42a525d REVISION=0 BUILD_DATE= /bin/sh -c groupadd -o -g 1000 slskd && useradd -o -u 1000 -g slskd slskd # buildkit
RUN |5 TARGETPLATFORM=linux/amd64 TAG=0.0.1 VERSION=0.26.0.0+e42a525d REVISION=0 BUILD_DATE= /bin/sh -c bash -c 'mkdir -p /.net && chmod 777 /.net' # buildkit
HEALTHCHECK {Test:[CMD-SHELL wget -q -O - http://localhost:${SLSKD_HTTP_PORT}/health] Interval:1m0s Timeout:3s StartPeriod:1h0m0s StartInterval:0s Retries:3}
ENV SHELL=/usr/bin/bash DOTNET_EnableDiagnostics=0 DOTNET_BUNDLE_EXTRACT_BASE_DIR=/.net DOTNET_gcServer=0 DOTNET_gcConcurrent=1 DOTNET_GCHeapHardLimit=0x80000000 DOTNET_GCConserveMemory=9 SLSKD_UMASK=0022 SLSKD_HTTP_PORT=5030 SLSKD_HTTPS_PORT=5031 SLSKD_SLSK_LISTEN_PORT=50300 SLSKD_APP_DIR=/app SLSKD_DOCKER_TAG=0.0.1 SLSKD_DOCKER_VERSION=0.26.0.0+e42a525d SLSKD_DOCKER_REVISION=0 SLSKD_DOCKER_BUILD_DATE=
LABEL org.opencontainers.image.title=slskd org.opencontainers.image.description=A modern client-server application for the Soulseek file sharing network org.opencontainers.image.authors=JP Dillingham, slskd Contributors org.opencontainers.image.vendor=slskd Project org.opencontainers.image.licenses=AGPL-3.0 org.opencontainers.image.url=https://slskd.org org.opencontainers.image.source=https://github.com/slskd/slskd org.opencontainers.image.documentation=https://github.com/slskd/slskd org.opencontainers.image.version=0.26.0.0+e42a525d org.opencontainers.image.revision=0 org.opencontainers.image.created=
WORKDIR /slskd
COPY /slskd/dist/linux/amd64 . # buildkit
COPY <<SCRIPT /entrypoint.sh # buildkit
RUN |5 TARGETPLATFORM=linux/amd64 TAG=0.0.1 VERSION=0.26.0.0+e42a525d REVISION=0 BUILD_DATE= /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]
CMD ["./slskd"]

Labels

Key Value
org.opencontainers.image.authors JP Dillingham, slskd Contributors
org.opencontainers.image.created
org.opencontainers.image.description A modern client-server application for the Soulseek file sharing network
org.opencontainers.image.documentation https://github.com/slskd/slskd
org.opencontainers.image.licenses AGPL-3.0
org.opencontainers.image.revision 0
org.opencontainers.image.source https://github.com/slskd/slskd
org.opencontainers.image.title slskd
org.opencontainers.image.url https://slskd.org
org.opencontainers.image.vendor slskd Project
org.opencontainers.image.version 0.26.0.0+e42a525d
Details
Container
2026-07-19 18:10:06 +00:00
3
OCI / Docker
linux/amd64
JP Dillingham, slskd Contributors
AGPL-3.0
105 MiB
Versions (2) View all
latest 2026-07-19
stable 2026-07-10