containers/icecast (latest)

Published 2024-06-04 16:45:07 +00:00 by neil

Installation

docker pull git.shrug.pw/neil/containers/icecast:latest
sha256:9ac15347474cd50a6f6994e6e9f76b9f5be859ab0ae7e30aa1071a0f63f27ea8

Image Layers

ADD file:ceadd994c6d8900884c4a44aa76cf187336921e29afeaa017c4a3d1fc066a6a3 in /
CMD ["/bin/sh"]
LABEL name="docker-icecast" maintainer="Jee jee@jeer.fr" description="Icecast is free server software for streaming multimedia." url="https://icecast.org" org.label-schema.vcs-url="https://github.com/jee-r/docker-icecast" org.opencontainers.image.source="https://github.com/jee-r/docker-icecast"
COPY dir:0a508e3891ca74d58488859c9047e62bc7511750c4884534cc5152ddbe6abb97 in /
/bin/sh -c apk update && apk upgrade && apk add --upgrade --no-cache --virtual=base curl libxslt libxml2 libogg libvorbis libtheora speex openssl mailcap tzdata && chmod -R 777 /config && rm -rf /tmp/*
COPY dir:68fddd9199fff28844c8784d604f4a95ace4960e5266bea13ea75188ade9f6eb in /
EXPOSE 8000
WORKDIR /config
HEALTHCHECK --interval=1m --timeout=10s --start-period=30s --retries=5 CMD curl --fail --silent --show-error --output /dev/null --write-out "%{http_code}" http://127.0.0.1:8000/status-json.xsl || exit 1
STOPSIGNAL SIGQUIT
ENTRYPOINT ["icecast", "-c", "/config/icecast.xml"]

Labels

Key Value
description Icecast is free server software for streaming multimedia.
io.buildah.version 1.33.7
maintainer Jee jee@jeer.fr
name docker-icecast
org.label-schema.vcs-url https://github.com/jee-r/docker-icecast
org.opencontainers.image.source https://github.com/jee-r/docker-icecast
url https://icecast.org
Details
Container
2024-06-04 16:45:07 +00:00
11
OCI / Docker
linux/arm64/v8
13 MiB
Versions (1) View all
latest 2024-06-04