sha256:2869d196b2a5c8660ee3c38c4e72e47ab8c7ebc1095d6d362138e7f6f8869211
OS/ARCH
linux/arm64
Compressed size
143.75 MB
Last pushed
11 months by 0xfurai
Type
Image
Manifest digest
sha256:2869d196b2a5c8660ee3c38c4e72e47ab8c7ebc1095d6d362138e7f6f8869211
Image Layers
1# debian.sh --arch 'arm64' out/27.86 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update26.79 MB5RUN /bin/sh -c sed -i845.47 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.95 MB9RUN /bin/sh -c mkdir -p145 B10COPY /app/server/api /app/server/api # buildkit17.7 MB11COPY /app/server/producer /app/server/producer # buildkit16.76 MB12COPY /app/server/worker /app/server/worker # buildkit15.79 MB13COPY /app/server/ingester /app/server/ingester # buildkit15.02 MB14COPY /app/server/bun /app/server/bun # buildkit5.27 MB15COPY /app/server/cmd/bun/migrations /app/server/cmd/bun/migrations # buildkit3.76 KB16COPY /app/server/internal/config /app/server/internal/config # buildkit4.17 KB17COPY /app/server/scripts/run-migrations.sh /app/server/run-migrations.sh # buildkit782 B18COPY /app/apps/web/dist /app/web # buildkit1.17 MB19COPY Caddyfile /etc/caddy/Caddyfile # buildkit662 B20COPY supervisord.bundle.sqlite.conf /etc/supervisor/conf.d/supervisord.conf # buildkit571 B21COPY startup.bundle.sqlite.sh /app/startup.sh # buildkit683 B22RUN /bin/sh -c chmod +x32 B23EXPOSE [8383/tcp]0 B24CMD ["/app/startup.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1760918400'