sha256:403245b7d32b9701ea6319888b181ef1d5a30cfe770799ff814fd96de086f2af
OS/ARCH
Compressed size
39.48 MB
Last pushed
6 months by gtunesdev
Type
Image
Manifest digest
sha256:c2421447714b056a8e155b38b4a9a028a9945960d35548e12a6f69df8ab8c1b6
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c apt-get update6.01 MB3RUN /bin/sh -c groupadd -r1.08 KB4WORKDIR /app93 B5COPY /build/target/release/fspulse /app/fspulse # buildkit6.54 MB6COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit1.1 KB7RUN /bin/sh -c chmod +x1.09 KB8RUN /bin/sh -c mkdir -p114 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 'amd64' out/ 'bookworm' '@1773619200'