sha256:e02cf6a4c8e594fc403347aef29faad458c51e48d306c12c58a50c3b0dbad5dc
OS/ARCH
Compressed size
269.94 MB
Last pushed
5 months by highcanfly
Type
Image
Manifest digest
sha256:8064c1cf4bfa1948a93a50362e814aecc4f772f552a7dcf9bfd7f119c28c8e0e
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.37 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/93 B12COPY /busybox-1.37.0/busybox /usr/sbin/busybox # buildkit798.46 KB13RUN /bin/sh -c chmod +x160 B14RUN /bin/sh -c apt-get update37.36 MB15COPY --chmod=755 scripts/init-cloudflare.sh /app/scripts/ #509 B16COPY --chmod=755 scripts/init-letsencrypt.sh /app/scripts/ #1.14 KB17COPY --chmod=755 scripts/update-cloudflare-dns.sh /app/scripts/ #2.53 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 # buildkit75.86 MB24COPY /app/package-lock.json /app/package-lock.json # buildkit142.68 KB25COPY /app/docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit2.3 KB26COPY /app/client /app/client # buildkit7.29 MB27COPY /app/locales /app/locales # buildkit169.9 KB28COPY /app/mvis /app/mvis # buildkit5.27 KB29COPY /app/proxy /app/proxy # buildkit47.59 KB30COPY /app/server /app/server # buildkit10 MB31COPY /app/setup /app/setup # buildkit5.06 KB32COPY /app/shared /app/shared # buildkit5.07 MB33COPY /app/unlockMigration.sh /app/unlockMigration.sh # buildkit265 B34COPY /app/zone-mta /app/zone-mta # buildkit8.53 MB35COPY /mpack/mpack /usr/bin/mpack # buildkit35.46 KB36COPY /mpack/munpack /usr/bin/munpack # buildkit63.33 KB37COPY /app/autocert /usr/bin/autocert # buildkit9.31 MB38RUN /bin/sh -c apt-get update28.66 MB39RUN /bin/sh -c ARCH=$(uname -m)10.67 MB40EXPOSE [3000/tcp 3003/tcp 3004/tcp]0 B41ENTRYPOINT ["bash" "/app/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'