Sign inSign up

gtunesdev/fspulse:main-7d4eedc

Multi-platform
Index digest

sha256:777fcf079a25530eec1f8fe6682d03c50006535307c0693164117046bddd4990

OS/ARCH

Compressed size

38.88 MB

Last pushed

6 months by gtunesdev

Type

Image

Manifest digest

sha256:160d2215a13ae7f5bb2fe91788381cc9ebf2af7be9e7c07c39eb5246bae24da0

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2RUN /bin/sh -c apt-get update5.85 MB
3RUN /bin/sh -c groupadd -r1.08 KB
4WORKDIR /app93 B
5COPY /build/target/release/fspulse /app/fspulse # buildkit6.21 MB
6COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit1.09 KB
7RUN /bin/sh -c chmod +x1.09 KB
8RUN /bin/sh -c mkdir -p113 B
9ENV FSPULSE_DATA_DIR=/data FSPULSE_SERVER_HOST=0.0.0.0 FSPULSE_SERVER_PORT=80800 B
10EXPOSE [8080/tcp]0 B
11HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B
12VOLUME [/data /roots]0 B
13ENTRYPOINT ["/usr/bin/tini" "--" "/app/entrypoint.sh"]0 B
14CMD ["serve"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'