snapclient (sha256:71dcd31391f8f5e388827bba57f4fc420f763b68ec11778c146392b1718f6ee6)
Published 2026-05-04 01:08:58 +00:00 by zwo
Installation
docker pull forge.lucaslemaire.fr/zwo/snapclient@sha256:71dcd31391f8f5e388827bba57f4fc420f763b68ec11778c146392b1718f6ee6sha256:71dcd31391f8f5e388827bba57f4fc420f763b68ec11778c146392b1718f6ee6Image layers
| ADD alpine-minirootfs-3.23.4-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 |