sha256:0ae58ef7cdf8cdf2d9facf6e4705e4b1a48988f5020af5994dac29c2084f7b4d
OS/ARCH
Compressed size
85.52 MB
Last pushed
8 months by zuohuadong
Type
Image
Manifest digest
sha256:f6068e203ba62456771a79c864fa92eaded22e17ac4a1ebb777a0f292739cba5
Image Layers
1# debian.sh --arch 'arm64' out/47.35 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit295 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit36.87 MB4RUN /bin/sh -c mkdir -p186 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/app138 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.3 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' '@1768176000'