snapclient (sha256:7397bbcd037c10be7bd3b2050b0c58cb8faf67ce2e1c6229c0f871a545fdda8e)
Published 2026-05-04 01:08:58 +00:00 by zwo
Installation
docker pull forge.lucaslemaire.fr/zwo/snapclient@sha256:7397bbcd037c10be7bd3b2050b0c58cb8faf67ce2e1c6229c0f871a545fdda8esha256:7397bbcd037c10be7bd3b2050b0c58cb8faf67ce2e1c6229c0f871a545fdda8eImage layers
| ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainer=zwo |
| ARG SNAPCAST_VERSION=0.34.0-r0 |
| RUN |1 SNAPCAST_VERSION=0.34.0-r0 /bin/sh -c echo "https://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories # buildkit |
| RUN |1 SNAPCAST_VERSION=0.34.0-r0 /bin/sh -c apk add --no-cache bash snapcast-client=${SNAPCAST_VERSION} sed # buildkit |
| CMD ["/bin/sh" "-c" "snapclient"] |
Labels
| Key | Value |
|---|---|
| maintainer | zwo |