sha256:b2c72b8747f68903e99c79838e9b4560e44fd3bd9a61ae65a8ed440bb7469fe8
OS/ARCH
Compressed size
59.22 MB
Last pushed
about 2 months by ctaoist
Type
Image
Manifest digest
sha256:d319241551c416fcbd0649762484ae1425ace25761d22a80ba4b81d3c329608c
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ARG APP_VERSION=1.1.00 B3LABEL org.opencontainers.image.title=mNest org.opencontainers.image.description=Self-hosted music library,0 B4RUN |1 APP_VERSION=1.1.0 /bin/sh -c5.67 MB5WORKDIR /app93 B6COPY /build/mNest /usr/local/bin/mNest # buildkit4.11 MB7COPY /opt/media/bin/ffmpeg /usr/bin/ffmpeg # buildkit7.47 MB8COPY /opt/media/bin/ffprobe /usr/bin/ffprobe # buildkit7.43 MB9COPY /opt/media/bin/fpcalc /usr/bin/fpcalc # buildkit7.71 MB10COPY /opt/media/licenses /usr/share/licenses/mnest-media-tools # buildkit4.48 KB11COPY config.example.yaml LICENSE ./ #1.3 KB12RUN |1 APP_VERSION=1.1.0 /bin/sh -c112 B13ENV MNEST_CONFIG=/data/config.yaml MNEST_HEALTH_URL=http://127.0.0.1:4535/health0 B14VOLUME [/data /music]0 B15EXPOSE [4535/tcp]0 B16STOPSIGNAL SIGTERM0 B17HEALTHCHECK {Test:[CMD-SHELL curl --fail --silent0 B18ENTRYPOINT ["/usr/local/bin/mNest"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'