sha256:70f7dcfa2d21484bd95d63fa7904a55e7feac50478fd40a3c5a629a0f2bfb2a5
OS/ARCH
Compressed size
256.26 MB
Last pushed
9 months by 0xfurai
Type
Image
Manifest digest
sha256:81749373b4242be8d4d1aa52ecbfef3da1fd93fb92fc7cd0e65cbc596a7972bb
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update27.97 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.67 MB8RUN /bin/sh -c curl -1sLf15.29 MB9RUN /bin/sh -c sh -c105.37 MB10ENV PATH=/usr/lib/postgresql/17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B11ENV PGDATA=/var/lib/postgresql/data0 B12RUN /bin/sh -c mkdir -p146 B13RUN /bin/sh -c mkdir -p171 B14COPY /app/server/api /app/server/api # buildkit19.09 MB15COPY /app/server/producer /app/server/producer # buildkit18.08 MB16COPY /app/server/worker /app/server/worker # buildkit17.01 MB17COPY /app/server/ingester /app/server/ingester # buildkit16.16 MB18COPY /app/server/bun /app/server/bun # buildkit5.68 MB19COPY /app/server/cmd/bun/migrations /app/server/cmd/bun/migrations # buildkit3.76 KB20COPY /app/server/internal/config /app/server/internal/config # buildkit4.16 KB21COPY /app/server/scripts/run-migrations.sh /app/server/run-migrations.sh # buildkit781 B22COPY /app/apps/web/dist /app/web # buildkit1.17 MB23COPY Caddyfile /etc/caddy/Caddyfile # buildkit662 B24COPY supervisord.bundle.postgres.conf /etc/supervisor/conf.d/supervisord.conf # buildkit641 B25COPY startup.bundle.postgres.sh /app/startup.sh # buildkit2.01 KB26RUN /bin/sh -c chmod +x32 B27EXPOSE [8383/tcp]0 B28CMD ["/app/startup.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'