sha256:a7444d45ca6ca99fae3d558b3b4ee32374267044dfad505074a7db8211046e76
OS/ARCH
linux/amd64
Compressed size
44.44 MB
Last pushed
about 1 year by iggyrs
Type
Image
Manifest digest
sha256:a7444d45ca6ca99fae3d558b3b4ee32374267044dfad505074a7db8211046e76
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2WORKDIR /app93 B3RUN /bin/sh -c apt-get update5.45 MB4COPY /usr/src/iggy-bench-dashboard/target/release/iggy-bench-dashboard-server /app/ # buildkit5.46 MB5COPY /usr/src/iggy-bench-dashboard/core/bench/dashboard/frontend/dist /app/frontend/dist # buildkit582.81 KB6RUN /bin/sh -c groupadd -r6.03 MB7COPY core/bench/dashboard/server/docker-entrypoint.sh /app/ # buildkit857 B8RUN /bin/sh -c chmod +x875 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' '@1751241600'