sha256:687a09fa6f055b98bbca915fb5c6e4189c6258ee737690aebc3c0e1bbee4bb30
OS/ARCH
Compressed size
86.24 MB
Last pushed
9 months by zuohuadong
Type
Image
Manifest digest
sha256:cc40552f3fc91cbd0c37fc064a15d03df023865ee7d72c862e06b06411777743
Image Layers
1# debian.sh --arch 'arm64' out/47.35 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit296 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit37.6 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 B14LABEL org.opencontainers.image.source=https://github.com/zuohuadong/supacloud0 B15LABEL org.opencontainers.image.description=Bun Edge Functions -0 B16LABEL org.opencontainers.image.licenses=MIT0 B17LABEL org.opencontainers.image.version=0 B18LABEL maintainer=zuohuadong0 B19WORKDIR /app93 B20COPY /app/node_modules ./node_modules # buildkit1.28 MB21COPY . . # buildkit3.92 KB22RUN /bin/sh -c mkdir -p32 B23EXPOSE [9001/tcp]0 B24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:9001/health0 B25ENV PORT=90010 B26ENV NODE_ENV=production0 B27CMD ["bun" "run" "index.ts"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1765152000'