pkg

slskd (latest)

Published 2026-06-03 11:50:51 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/slskd:latest
sha256:4fe0c6f628efaa9218bf2fa5cc779cac4fe261e74ff617514587af1dc36c8d54

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:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 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.25.1.0+7961741f
ARG REVISION=0
ARG BUILD_DATE
RUN |5 TARGETPLATFORM=linux/amd64 TAG=0.0.1 VERSION=0.25.1.0+7961741f 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.25.1.0+7961741f 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.25.1.0+7961741f REVISION=0 BUILD_DATE= /bin/sh -c bash -c 'mkdir -p /app && chown -R slskd:slskd /app && mkdir -p /.net && chmod 777 /.net' # buildkit
VOLUME [/app]
HEALTHCHECK &{["CMD-SHELL" "wget -q -O - http://localhost:${SLSKD_HTTP_PORT}/health"] "1m0s" "3s" "1h0m0s" "0s" '\x03'}
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.25.1.0+7961741f 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.25.1.0+7961741f 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.25.1.0+7961741f 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.25.1.0+7961741f
Details
Container
2026-06-03 11:50:51 +00:00
2
OCI / Docker
linux/amd64
JP Dillingham, slskd Contributors
AGPL-3.0
102 MiB
Versions (1) View all
latest 2026-06-03