• Joined on 2021-11-21

node-26/icecast (e6aab75)

Published 2026-08-20 03:16:02 -04:00 by logan in logan/node-26

Installation

docker pull git.vpn.cusano.net/logan/node-26/icecast:e6aab75
sha256:254bd0feb2d389629784c4c54e9b131dbe72768832a0d8879a51d1e03ef48d73

Images

Digest OS / Arch Size
219b29aff5 linux/arm64 53 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1785715200'
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-08-20 03:16:02 -04:00
1
OCI / Docker
Versions (4) View all
e6aab75 2026-08-20
buildcache 2026-08-20
latest 2026-08-20
0bc80b9 2026-04-21