Block a user
node-26/icecast (latest)
Installation
docker pull git.vpn.cusano.net/logan/node-26/icecast:latestsha256:d0e0f6583b4efa1da43392551dc08bbc790deb79941c0a2e4f2d066922f5e0b7
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ffc1fc2c2a | linux/arm64 | 53 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1775433600' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y icecast2 gettext-base gosu && rm -rf /var/lib/apt/lists/* && id icecast 2>/dev/null || adduser --system --group --no-create-home icecast # buildkit |
| COPY icecast.xml.template /etc/icecast2/icecast.xml.template # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| EXPOSE [8000/tcp] |
| ENTRYPOINT ["/entrypoint.sh"] |
Details
Versions (3)
View all