sha256:c59246ce0fe6d126135032a171ebddfd0e96b337245eb80de15f2a57b6425f32
OS/ARCH
Compressed size
479.45 MB
Last pushed
5 months by highcanfly
Type
Image
Manifest digest
sha256:4a1a9a8d5384fb2250df7376165faa73371d7c927002976a7eee9ce6cc594948
Image Layers
1# debian.sh --arch 'arm64' out/46.13 MB2RUN /bin/sh -c set -eux;22.51 MB3RUN /bin/sh -c set -eux;61.49 MB4RUN /bin/sh -c set -ex;193.66 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.22.20 B7RUN /bin/sh -c ARCH= &&55.88 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B14WORKDIR /app/92 B15RUN /bin/sh -c apt-get update5.49 MB16COPY --chmod=755 scripts/init-cloudflare.sh /app/ #490 B17COPY --chmod=755 scripts/init-letsencrypt.sh /app/ #1.12 KB18COPY --chmod=755 scripts/update-cloudflare-dns.sh / #2.47 KB19COPY --chmod=755 scripts/autobackup / #1.28 KB20RUN /bin/sh -c chmod ugo+x32 B21COPY /app/docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit2.3 KB22COPY /app/client /app/client # buildkit14.67 MB23COPY /app/locales /app/locales # buildkit169.95 KB24COPY /app/mvis /app/mvis # buildkit5.29 KB25COPY /app/proxy /app/proxy # buildkit47.61 KB26COPY /app/scripts /app/scripts # buildkit6.98 KB27COPY /app/server /app/server # buildkit29.12 MB28COPY /app/setup /app/setup # buildkit5.07 KB29COPY /app/shared /app/shared # buildkit852.3 KB30COPY /app/unlockMigration.sh /app/unlockMigration.sh # buildkit267 B31COPY /app/zone-mta /app/zone-mta # buildkit12.55 MB32COPY /mpack/mpack /usr/bin/mpack # buildkit34.94 KB33COPY /mpack/munpack /usr/bin/munpack # buildkit63.26 KB34COPY /app/autocert /usr/bin/autocert # buildkit8.35 MB35RUN /bin/sh -c apt-get update17.45 MB36RUN /bin/sh -c ARCH=$(uname -m)9.79 MB37COPY --chmod=755 scripts/init-from-s3.sh /app/init-from-s3.sh #1.76 KB38COPY --chmod=755 scripts/autobackup-s3 /autobackup-s3 #1.35 KB39EXPOSE [3000/tcp 3003/tcp 3004/tcp]0 B40ENTRYPOINT ["bash" "/app/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1775433600'