Sign inSign up

iggyrs/iggy-bench-dashboard:0.3

Index digest

sha256:1e1fd161a3ee2979b428df3ce40201348f9334517a1a5173aeee36502e5b5f5b

OS/ARCH

linux/amd64

Compressed size

46.71 MB

Last pushed

over 1 year by iggyrs

Type

Image

Manifest digest

sha256:79999f0e15013a822a4cc38b17bc84ede67f77bbc50ce158f180d18a7ffd20e2

Image Layers

1# debian.sh --arch 'amd64' out/26.91 MB
2WORKDIR /app93 B
3RUN /bin/sh -c apt-get update5.45 MB
4COPY /usr/src/iggy-bench-dashboard/target/release/iggy-bench-dashboard-server /app/ # buildkit6.61 MB
5COPY /usr/src/iggy-bench-dashboard/frontend/dist /app/frontend/dist # buildkit581.01 KB
6RUN /bin/sh -c groupadd -r7.18 MB
7COPY docker-entrypoint.sh /app/ # buildkit425 B
8RUN /bin/sh -c chmod +x421 B
9ENV HOST=0.0.0.0 PORT=80 RESULTS_DIR=/data/performance_results0 B
10VOLUME [/data/performance_results]0 B
11USER iggy0 B
12ENTRYPOINT ["/app/docker-entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'