sha256:1edf4d29df9f91221e492e9cf1b9c216bb438c968367463575a8cc26259943fc
OS/ARCH
Compressed size
77.36 MB
Last pushed
11 months by hhftechnology
Type
Image
Manifest digest
sha256:43989af8ecb38a921e5e12269da23442277af46a7a570a028790baf6aceb3da3
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update3.95 MB3WORKDIR /app93 B4COPY /app/log-analyzer . # buildkit22.65 MB5RUN /bin/sh -c mkdir -p134 B6COPY /app/dashboard/out/* ./dashboard/dist/ # buildkit613.61 KB7COPY /app/config ./config # buildkit291 B8RUN /bin/sh -c mkdir -p108 B9RUN /bin/sh -c ls -la32 B10RUN /bin/sh -c groupadd -g23.25 MB11USER appuser0 B12EXPOSE [3000/tcp]0 B13HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=10 B14VOLUME [/logs /data]0 B15ENTRYPOINT ["/usr/bin/tini" "--"]0 B16CMD ["/app/log-analyzer"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000'