sha256:ec71ea8ef47bdeb50301e4ed1d0dc3ad765e1833f6c92e34d7874da48bc2fb47
OS/ARCH
Compressed size
922.87 MB
Last pushed
6 days by vibralabs
Type
Image
Manifest digest
sha256:4236b492f815c001bdaaf6fa243713db6d905a2418a92f2d922775b8e5bc862d
Image Layers
1# debian.sh --arch 'amd64' out/47.05 MB2RUN /bin/sh -c apt-get update5.63 MB3COPY docker-entrypoint.sh /usr/local/bin # buildkit296 B4COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit35.72 MB5RUN /bin/sh -c mkdir -p185 B6ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin0 B7ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B8ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B9ARG BUN_INSTALL_BIN=/usr/local/bin0 B10ENV BUN_INSTALL_BIN=/usr/local/bin0 B11RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh3.32 KB12WORKDIR /home/bun/app138 B13ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B14CMD ["/usr/local/bin/bun"]0 B15WORKDIR /app93 B16ENV NODE_ENV=production0 B17COPY /usr/bin/caddy /usr/bin/caddy # buildkit16.49 MB18RUN /bin/sh -c apt-get update139.33 MB19COPY /app/node_modules ./node_modules # buildkit321.24 MB20COPY /app/apps/api/dist ./apps/api/dist # buildkit227.62 KB21COPY /app/apps/api/node_modules ./apps/api/node_modules # buildkit2.01 KB22COPY /app/packages/database ./packages/database # buildkit11.19 KB23COPY /app/packages/shared ./packages/shared # buildkit1.24 KB24COPY /app/packages/email ./packages/email # buildkit12.16 KB25COPY /app/apps/web/.next/standalone ./ # buildkit29.05 MB26COPY /app/apps/web/.next/static ./apps/web/.next/static # buildkit626.54 KB27COPY /app/apps/web/public ./apps/web/public # buildkit193.92 KB28COPY docker/Caddyfile /etc/caddy/Caddyfile # buildkit764 B29COPY docker/unified-entrypoint.sh /app/unified-entrypoint.sh # buildkit1.9 KB30RUN /bin/sh -c chmod +x32 B31RUN /bin/sh -c mkdir -p327.3 MB32USER bun0 B33EXPOSE [8080/tcp]0 B34ENTRYPOINT ["/app/unified-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'