sha256:0c6ad3774c3e1359ea2c6c5e340cbb80fd9da62c3ac9834fe72d7b867fde07bf
OS/ARCH
Compressed size
382.68 MB
Last pushed
9 months by 0xfurai
Type
Image
Manifest digest
sha256:3d99fe96383e499af55570c578c7d2e0b1033b25b7129610d2dc39ca21cb8f22
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update28.4 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.68 MB8RUN /bin/sh -c curl -1sLf15.3 MB9RUN /bin/sh -c curl -fsSL237.04 MB10RUN /bin/sh -c mkdir -p146 B11RUN /bin/sh -c mkdir -p118 B12COPY /app/server/api /app/server/api # buildkit19.09 MB13COPY /app/server/producer /app/server/producer # buildkit18.08 MB14COPY /app/server/worker /app/server/worker # buildkit17.01 MB15COPY /app/server/ingester /app/server/ingester # buildkit16.16 MB16COPY /app/server/internal/config /app/server/internal/config # buildkit4.16 KB17COPY /app/server/scripts/run-migrations.sh /app/server/run-migrations.sh # buildkit781 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 # buildkit668 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 'amd64' out/ 'bookworm' '@1765152000'