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"] |