snapclient (sha256:29d94dedc9caf0d9ce126640daa8e4789c77295fa6b2e2be534584f8144a85a7)
Published 2026-03-02 01:15:45 +00:00 by zwo
Installation
docker pull forge.lucaslemaire.fr/zwo/snapclient@sha256:29d94dedc9caf0d9ce126640daa8e4789c77295fa6b2e2be534584f8144a85a7sha256:29d94dedc9caf0d9ce126640daa8e4789c77295fa6b2e2be534584f8144a85a7Image layers
| ADD alpine-minirootfs-3.23.3-x86_64.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 |