Sign inSign up

gtunesdev/fspulse:0.6.1

Multi-platform
Index digest

sha256:241a1c0b2c0c7ff8c392f2c167aed26cc941d85c4f7476fe7c2e581140d86958

OS/ARCH

Compressed size

39.48 MB

Last pushed

6 months by gtunesdev

Type

Image

Manifest digest

sha256:86ecf3638169b1bd2a714d016a16be81cdfba734fb2025dbdcf0e9f5d8767b07

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2RUN /bin/sh -c apt-get update6.01 MB
3RUN /bin/sh -c groupadd -r1.08 KB
4WORKDIR /app93 B
5COPY /build/target/release/fspulse /app/fspulse # buildkit6.54 MB
6COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit1.1 KB
7RUN /bin/sh -c chmod +x1.09 KB
8RUN /bin/sh -c mkdir -p112 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 'amd64' out/ 'bookworm' '@1773619200'