sha256:c7ae4e3351b0e81ea8a6e16e18146df4675ecba4c1d634ca0ece0d3e2f758e0d
OS/ARCH
Compressed size
112.21 MB
Last pushed
6 months by zenkiet
Type
Image
Manifest digest
sha256:dec167f2a8540cec6674604ce6fdb97748b18ec97abe1d3f55cee10488eed4a1
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 # buildkit38.63 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 maintainer=Zenkiet description=Traefik reverse proxy0 B15RUN /bin/sh -c set -eux;25.26 MB16ENV TRAEFIK_VERSION= CLOUDFLARED_VERSION= NODE_ENV=production0 B17WORKDIR /app93 B18COPY config/ /tmp/tpl/ # buildkit1.59 KB19COPY --chmod=755 scripts/ /opt/scripts/ #3.1 KB20COPY --chmod=755 entrypoint.sh ./entrypoint.sh #4.15 KB21COPY /app/build /opt/dashboard/ # buildkit976.17 KB22EXPOSE [3000/tcp 443/tcp 80/tcp 8080/tcp]0 B23CMD ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1771804800'