sha256:a39434d156c9b82c234ebfefddc9c52c799647282dd905d20efcc2d9cd9a8e2e
OS/ARCH
Compressed size
277.68 MB
Last pushed
5 months by highcanfly
Type
Image
Manifest digest
sha256:7e8298b5a354249fb6d6754b0b1d4911a962ecd852b958e4e9d55c602d2cb003
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.35 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B11WORKDIR /app/91 B12COPY /busybox-1.37.0/busybox /usr/sbin/busybox # buildkit743.04 KB13RUN /bin/sh -c chmod +x159 B14RUN /bin/sh -c apt-get update34.87 MB15COPY --chmod=755 scripts/init-cloudflare.sh /app/scripts/ #506 B16COPY --chmod=755 scripts/init-letsencrypt.sh /app/scripts/ #1.14 KB17COPY --chmod=755 scripts/update-cloudflare-dns.sh /app/scripts/ #2.52 KB18COPY --chmod=755 scripts/init-from-s3.sh /app/scripts/ #1.79 KB19COPY --chmod=755 scripts/autobackup /app/scripts/ #1.51 KB20COPY --chmod=755 scripts/autobackup-s3 /app/scripts/ #1.41 KB21COPY --chmod=755 scripts/backup-common.sh /app/scripts/ #2.66 KB22RUN /bin/sh -c chmod ugo+x32 B23COPY /app/node_modules /app/node_modules # buildkit88.28 MB24COPY /app/package-lock.json /app/package-lock.json # buildkit148.35 KB25COPY /app/docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit2.3 KB26COPY /app/client /app/client # buildkit7.3 MB27COPY /app/locales /app/locales # buildkit169.89 KB28COPY /app/mvis /app/mvis # buildkit5.27 KB29COPY /app/proxy /app/proxy # buildkit47.59 KB30COPY /app/server /app/server # buildkit10.01 MB31COPY /app/setup /app/setup # buildkit5.06 KB32COPY /app/shared /app/shared # buildkit5.08 MB33COPY /app/unlockMigration.sh /app/unlockMigration.sh # buildkit266 B34COPY /app/zone-mta /app/zone-mta # buildkit8.54 MB35COPY /mpack/mpack /usr/bin/mpack # buildkit34.94 KB36COPY /mpack/munpack /usr/bin/munpack # buildkit63.26 KB37COPY /app/autocert /usr/bin/autocert # buildkit8.35 MB38RUN /bin/sh -c apt-get update28.47 MB39RUN /bin/sh -c ARCH=$(uname -m)9.79 MB40EXPOSE [3000/tcp 3003/tcp 3004/tcp]0 B41ENTRYPOINT ["bash" "/app/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1775433600'