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 MB2WORKDIR /app93 B3RUN /bin/sh -c apt-get update5.45 MB4COPY /usr/src/iggy-bench-dashboard/target/release/iggy-bench-dashboard-server /app/ # buildkit6.61 MB5COPY /usr/src/iggy-bench-dashboard/frontend/dist /app/frontend/dist # buildkit581.01 KB6RUN /bin/sh -c groupadd -r7.18 MB7COPY docker-entrypoint.sh /app/ # buildkit425 B8RUN /bin/sh -c chmod +x421 B9ENV HOST=0.0.0.0 PORT=80 RESULTS_DIR=/data/performance_results0 B10VOLUME [/data/performance_results]0 B11USER iggy0 B12ENTRYPOINT ["/app/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'