sha256:9892e46ada117945ebfe1dc9d7de3da35a011675a4ce4159b264941161b1c152
OS/ARCH
Compressed size
490.54 MB
Last pushed
5 months by highcanfly
Type
Image
Manifest digest
sha256:41b9ac582c6d4c2f543a547ec622943682c1a77009838e7144478677f995a6c5
Image Layers
1# debian.sh --arch 'amd64' out/46.24 MB2RUN /bin/sh -c set -eux;22.92 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.73 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.22.20 B7RUN /bin/sh -c ARCH= &&55.75 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/93 B15RUN /bin/sh -c apt-get update5.46 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.1 MB28COPY /app/setup /app/setup # buildkit5.07 KB29COPY /app/shared /app/shared # buildkit852.31 KB30COPY /app/unlockMigration.sh /app/unlockMigration.sh # buildkit267 B31COPY /app/zone-mta /app/zone-mta # buildkit12.54 MB32COPY /mpack/mpack /usr/bin/mpack # buildkit35.46 KB33COPY /mpack/munpack /usr/bin/munpack # buildkit63.34 KB34COPY /app/autocert /usr/bin/autocert # buildkit9.31 MB35RUN /bin/sh -c apt-get update17.59 MB36RUN /bin/sh -c ARCH=$(uname -m)10.67 MB37COPY --chmod=755 scripts/init-from-s3.sh /app/init-from-s3.sh #1.77 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 B41COPY /busybox-1.37.0/busybox /usr/sbin/busybox # buildkit798.47 KB42RUN /bin/sh -c chmod +x159 B43RUN /bin/sh -c apt-get update424 B44COPY --chmod=755 scripts/init-cloudflare.sh /app/scripts/ #515 B45COPY --chmod=755 scripts/init-letsencrypt.sh /app/scripts/ #1.15 KB46COPY --chmod=755 scripts/update-cloudflare-dns.sh /app/scripts/ #2.54 KB47COPY --chmod=755 scripts/init-from-s3.sh /app/scripts/ #1.8 KB48COPY --chmod=755 scripts/autobackup /app/scripts/ #1.52 KB49COPY --chmod=755 scripts/autobackup-s3 /app/scripts/ #1.42 KB50COPY --chmod=755 scripts/backup-common.sh /app/scripts/ #2.67 KB51RUN /bin/sh -c chmod ugo+x32 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'