sha256:5c085af4748761c35095b853fe519ca61aefa82ece0fdf4835e54b5f2c4426b7
OS/ARCH
linux/amd64
Compressed size
150.83 MB
Last pushed
11 months by 0xfurai
Type
Image
Manifest digest
sha256:5c085af4748761c35095b853fe519ca61aefa82ece0fdf4835e54b5f2c4426b7
Image Layers
1# debian.sh --arch 'amd64' out/27.79 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TZ=UTC0 B4RUN /bin/sh -c apt-get update27.05 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 mkdir -p145 B10COPY /app/server/api /app/server/api # buildkit19.09 MB11COPY /app/server/producer /app/server/producer # buildkit18.08 MB12COPY /app/server/worker /app/server/worker # buildkit17.01 MB13COPY /app/server/ingester /app/server/ingester # buildkit16.16 MB14COPY /app/server/bun /app/server/bun # buildkit5.68 MB15COPY /app/server/cmd/bun/migrations /app/server/cmd/bun/migrations # buildkit3.76 KB16COPY /app/server/internal/config /app/server/internal/config # buildkit4.17 KB17COPY /app/server/scripts/run-migrations.sh /app/server/run-migrations.sh # buildkit783 B18COPY /app/apps/web/dist /app/web # buildkit1.17 MB19COPY Caddyfile /etc/caddy/Caddyfile # buildkit666 B20COPY supervisord.bundle.sqlite.conf /etc/supervisor/conf.d/supervisord.conf # buildkit576 B21COPY startup.bundle.sqlite.sh /app/startup.sh # buildkit684 B22RUN /bin/sh -c chmod +x32 B23EXPOSE [8383/tcp]0 B24CMD ["/app/startup.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'