SW

mopidy (latest)

Published 2023-01-17 08:18:25 +00:00 by Administrator

Installation

docker pull git.ivasoft.cz/sw/mopidy:latest
sha256:78c05ebf7e0d0034a963a391dd6d58aaa89010778d233db9e606eae7ceaf1afc

Image Layers

ADD file:67ceb946e54c26c505b5f9f393d77befbd5e9b3b5c069ca301e314ecc74456b0 in /
CMD ["bash"]
/bin/sh -c set -ex && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl dumb-init gnupg gstreamer1.0-alsa gstreamer1.0-plugins-bad python3-crypto python3-distutils && curl -L https://bootstrap.pypa.io/get-pip.py | python3 - && pip install pipenv && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache
/bin/sh -c set -ex && mkdir -p /usr/local/share/keyrings && curl -L https://apt.mopidy.com/mopidy.gpg -o /usr/local/share/keyrings/mopidy-archive-keyring.gpg && curl -L https://apt.mopidy.com/mopidy.list -o /etc/apt/sources.list.d/mopidy.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y mopidy mopidy-alsamixer mopidy-soundcloud mopidy-spotify && apt-get purge --auto-remove -y gcc && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache
COPY multi:af8556d2e7cdc0d1defad8146962c2edc96b76d72d95d4dfeecfadcc68f372a1 in /
/bin/sh -c set -ex && pipenv install --system --deploy
/bin/sh -c set -ex && mkdir -p /var/lib/mopidy/.config && ln -s /config /var/lib/mopidy/.config/mopidy
COPY file:ec243978109525d52c8bf6e0cfe4df7df03f1dffeddc4eea41ce014e7dbafe0e in /entrypoint.sh
COPY file:d9ae2cd3399a2215ce17ed9e297504d73ba061a71b2af91cb96c2ead9c3eea79 in /config/mopidy.conf
COPY file:cde60e021e2216f28be90cf3981506d3f4e3938dfbb05ad4b4363c5f99705d81 in /etc/pulse/client.conf
ENV HOME=/var/lib/mopidy
/bin/sh -c set -ex && usermod -G audio,sudo mopidy && chown mopidy:audio -R $HOME /entrypoint.sh && chmod go+rwx -R $HOME /entrypoint.sh
USER mopidy
/bin/sh -c /usr/bin/dumb-init /entrypoint.sh /usr/local/bin/mopidy --version
VOLUME [/var/lib/mopidy/local /var/lib/mopidy/media]
EXPOSE 5555/udp 6600 6680
ENTRYPOINT ["/usr/bin/dumb-init" "/entrypoint.sh"]
CMD ["/usr/local/bin/mopidy"]
HEALTHCHECK &{["CMD-SHELL" "curl --connect-timeout 5 --silent --show-error --fail http://localhost:6680/ || exit 1"] "5s" "2s" "0s" '\x14'}
LABEL org.opencontainers.image.created=2023-01-17T07:43:55Z
LABEL org.opencontainers.image.revision=78fc11cdb72600f1717d2e2ba75072290d0b51fa
LABEL org.opencontainers.image.source=https://git.ivasoft.cz/SW/mopidy.git
LABEL org.opencontainers.image.url=https://git.ivasoft.cz/SW/mopidy

Labels

Key Value
org.opencontainers.image.created 2023-01-17T07:43:55Z
org.opencontainers.image.revision 78fc11cdb72600f1717d2e2ba75072290d0b51fa
org.opencontainers.image.source https://git.ivasoft.cz/SW/mopidy.git
org.opencontainers.image.url https://git.ivasoft.cz/SW/mopidy
Details
Container
2023-01-17 08:18:25 +00:00
25
OCI / Docker
linux/amd64
254 MiB
Versions (1) View all
latest 2023-01-17