sha256:79c64868aabcbfea6e0daf52be9fc6422dc9855740fce6148ba3727146fc3853
OS/ARCH
linux/arm64
Compressed size
248.37 MB
Last pushed
5 months by 0xfurai
Type
Image
Manifest digest
sha256:79c64868aabcbfea6e0daf52be9fc6422dc9855740fce6148ba3727146fc3853
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update27.64 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.61 MB8RUN /bin/sh -c curl -1sLf14.88 MB9RUN /bin/sh -c sh -c103.87 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 -p170 B14COPY /app/server/api /app/server/api # buildkit17.71 MB15COPY /app/server/producer /app/server/producer # buildkit16.76 MB16COPY /app/server/worker /app/server/worker # buildkit15.79 MB17COPY /app/server/ingester /app/server/ingester # buildkit15.02 MB18COPY /app/server/bun /app/server/bun # buildkit5.27 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 # buildkit782 B22COPY /app/apps/web/dist /app/web # buildkit1.17 MB23COPY Caddyfile /etc/caddy/Caddyfile # buildkit666 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 'arm64' out/ 'bookworm' '@1775433600'