sha256:2d6dbbf208c2d08315b6306eb187fbe84fde3dd14e8992e6d74a63731e51afda
OS/ARCH
Compressed size
38.88 MB
Last pushed
6 months by gtunesdev
Type
Image
Manifest digest
sha256:3d75df0c855091162467c721e04be8ac75cf283e0d41e5e9a1fe6edadceaea3f
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c apt-get update5.85 MB3RUN /bin/sh -c groupadd -r1.08 KB4WORKDIR /app93 B5COPY /build/target/release/fspulse /app/fspulse # buildkit6.21 MB6COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit1.09 KB7RUN /bin/sh -c chmod +x1.09 KB8RUN /bin/sh -c mkdir -p112 B9ENV FSPULSE_DATA_DIR=/data FSPULSE_SERVER_HOST=0.0.0.0 FSPULSE_SERVER_PORT=80800 B10EXPOSE [8080/tcp]0 B11HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B12VOLUME [/data /roots]0 B13ENTRYPOINT ["/usr/bin/tini" "--" "/app/entrypoint.sh"]0 B14CMD ["serve"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'