sha256:d9f17a6673459048912cf027de9d91befd6ea822ddd4953168fd8b07e6f0fd1f
OS/ARCH
Compressed size
919.14 MB
Last pushed
about 2 months by vibralabs
Type
Image
Manifest digest
sha256:a8b1f87ce0ed8ae3b90bd75ff6be27f3045d8ea361295b5e7fa5185eb560e165
Image Layers
1# debian.sh --arch 'amd64' out/47.02 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit294 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit34.91 MB4RUN /bin/sh -c mkdir -p185 B5ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin0 B6ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B7ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B8ARG BUN_INSTALL_BIN=/usr/local/bin0 B9ENV BUN_INSTALL_BIN=/usr/local/bin0 B10RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh3.32 KB11WORKDIR /home/bun/app139 B12ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B13CMD ["/usr/local/bin/bun"]0 B14WORKDIR /app93 B15ENV NODE_ENV=production0 B16COPY /usr/bin/caddy /usr/bin/caddy # buildkit16.49 MB17RUN /bin/sh -c apt-get update142.17 MB18COPY /app/node_modules ./node_modules # buildkit321.22 MB19COPY /app/apps/api/dist ./apps/api/dist # buildkit225.47 KB20COPY /app/apps/api/node_modules ./apps/api/node_modules # buildkit2 KB21COPY /app/packages/database ./packages/database # buildkit11.18 KB22COPY /app/packages/shared ./packages/shared # buildkit1.24 KB23COPY /app/packages/email ./packages/email # buildkit12.16 KB24COPY /app/apps/web/.next/standalone ./ # buildkit28.98 MB25COPY /app/apps/web/.next/static ./apps/web/.next/static # buildkit613.89 KB26COPY /app/apps/web/public ./apps/web/public # buildkit193.92 KB27COPY docker/Caddyfile /etc/caddy/Caddyfile # buildkit763 B28COPY docker/unified-entrypoint.sh /app/unified-entrypoint.sh # buildkit1.9 KB29RUN /bin/sh -c chmod +x32 B30RUN /bin/sh -c mkdir -p327.3 MB31USER bun0 B32EXPOSE [8080/tcp]0 B33ENTRYPOINT ["/app/unified-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'