sha256:db75c4335e4cf9e7ae08ca17e95eb8ad498296298db6b9e81d25a7f497a347c2
OS/ARCH
Compressed size
257.13 MB
Last pushed
11 months by 0xfurai
Type
Image
Manifest digest
sha256:c17a72fe5b69381f7593c420b0203d0594703b56e6313d7e08394e8867671a3f
Image Layers
1# debian.sh --arch 'amd64' out/27.79 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update27.97 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.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 -p145 B13RUN /bin/sh -c mkdir -p172 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.17 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 # buildkit664 B24COPY supervisord.bundle.postgres.conf /etc/supervisor/conf.d/supervisord.conf # buildkit638 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' '@1760918400'