sha256:7e791002e839bdbd83e8c1e73bd14aa0a61cdf0522d357dcf3fcc252c577bedb
OS/ARCH
linux/arm64
Compressed size
410.42 MB
Last pushed
3 months by jmuleindigidefi
Type
Image
Manifest digest
sha256:4d1512fa424dd5cc7f3475ec43ea527c10458216f0220d5cc87c580c35994ed9
Image Layers
1# debian.sh --arch 'arm64' out/26.82 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update36.38 MB11RUN /bin/sh -c useradd -r1.28 KB12RUN /bin/sh -c mkdir -p270 B13RUN /bin/sh -c mkdir -p121 B14RUN /bin/sh -c mkdir -p127 B15RUN /bin/sh -c mkdir -p32 B16RUN /bin/sh -c mkdir -p397.67 KB17RUN /bin/sh -c mkdir -p32 B18WORKDIR /app93 B19RUN /bin/sh -c mkdir -p113 B20COPY /build/dist/brightchain-api ./dist/api # buildkit266.52 MB21COPY /build/dist/brightchain-react ./dist/react # buildkit30.91 MB22COPY docker/postfix/main.cf /etc/postfix/main.cf # buildkit1.11 KB23COPY docker/postfix/master.cf /etc/postfix/master.cf # buildkit930 B24COPY docker/opendkim.conf /etc/opendkim.conf # buildkit476 B25COPY docker/brightchain-maildrop /usr/local/bin/brightchain-maildrop # buildkit621 B26RUN /bin/sh -c chmod +x615 B27COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.31 KB28RUN /bin/sh -c chmod +x1.31 KB29RUN /bin/sh -c usermod -aG723 B30RUN /bin/sh -c mkdir -p125 B31ENV NODE_ENV=production PORT=3000 HOST=0.0.0.0 BRIGHTCHAIN_BLOCKSTORE_PATH=/data/blockstore0 B32EXPOSE [25/tcp 3000/tcp 587/tcp]0 B33VOLUME [/data/blockstore /etc/dkim]0 B34ENTRYPOINT ["tini" "--" "/usr/local/bin/entrypoint.sh"]0 B35CMD ["node" "/app/dist/api/main.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1781049600'