• Joined on 2021-11-21

node-26/icecast (0bc80b9)

Published 2026-04-21 01:18:43 -04:00 by logan in logan/node-26

Installation

docker pull git.vpn.cusano.net/logan/node-26/icecast:0bc80b9
sha256: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
Container
2026-04-21 01:18:43 -04:00
2
OCI / Docker
Versions (3) View all
0bc80b9 2026-04-21
buildcache 2026-04-21
latest 2026-04-21