sha256:fe43bbeaf70af875dc426eb1c689401cefafc2910f63d4de65aedc5b63a1e056
OS/ARCH
Compressed size
257.13 MB
Last pushed
11 months by 0xfurai
Type
Image
Manifest digest
sha256:f7f9ed6f25fd319755dd6c8c5804538e1458710bbb6874f31c350fdfabe6115e
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.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 -p145 B13RUN /bin/sh -c mkdir -p173 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 # buildkit665 B24COPY supervisord.bundle.postgres.conf /etc/supervisor/conf.d/supervisord.conf # buildkit640 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'