sha256:eeacac7ec28a5b5414dbe0ebe49a8fce8d087395316e83b5706633092308c8c2
OS/ARCH
linux/arm64
Compressed size
363.53 MB
Last pushed
11 months by 0xfurai
Type
Image
Manifest digest
sha256:eeacac7ec28a5b5414dbe0ebe49a8fce8d087395316e83b5706633092308c8c2
Image Layers
1# debian.sh --arch 'arm64' out/27.86 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update28.13 MB5RUN /bin/sh -c sed -i845.46 KB6ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B7RUN /bin/sh -c apt-get update2.61 MB8RUN /bin/sh -c curl -1sLf13.96 MB9RUN /bin/sh -c curl -fsSL223.71 MB10RUN /bin/sh -c mkdir -p144 B11RUN /bin/sh -c mkdir -p119 B12COPY /app/server/api /app/server/api # buildkit17.7 MB13COPY /app/server/producer /app/server/producer # buildkit16.76 MB14COPY /app/server/worker /app/server/worker # buildkit15.79 MB15COPY /app/server/ingester /app/server/ingester # buildkit15.02 MB16COPY /app/server/internal/config /app/server/internal/config # buildkit4.17 KB17COPY /app/server/scripts/run-migrations.sh /app/server/run-migrations.sh # buildkit780 B18COPY /app/apps/web/dist /app/web # buildkit1.17 MB19COPY Caddyfile /etc/caddy/Caddyfile # buildkit662 B20COPY supervisord.bundle.mongo.conf /etc/supervisor/conf.d/supervisord.conf # buildkit671 B21COPY startup.bundle.mongo.sh /app/startup.sh # buildkit2.2 KB22RUN /bin/sh -c chmod +x32 B23EXPOSE [8383/tcp]0 B24CMD ["/app/startup.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1760918400'