sha256:1edf4d29df9f91221e492e9cf1b9c216bb438c968367463575a8cc26259943fc
OS/ARCH
Compressed size
74.02 MB
Last pushed
11 months by hhftechnology
Type
Image
Manifest digest
sha256:8f518f48829abe1299cd0226fd936b3783a20479f52b6375e2b7322b0d5f0f79
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c apt-get update3.76 MB3WORKDIR /app93 B4COPY /app/log-analyzer . # buildkit21.13 MB5RUN /bin/sh -c mkdir -p133 B6COPY /app/dashboard/out/* ./dashboard/dist/ # buildkit613.96 KB7COPY /app/config ./config # buildkit292 B8RUN /bin/sh -c mkdir -p109 B9RUN /bin/sh -c ls -la32 B10RUN /bin/sh -c groupadd -g21.73 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 'arm64' out/ 'bookworm' '@1759104000'