sha256:a11bd19cdb15f70106592a370dce4274c5ecb9bc51b932a7dbbf81c2890faecb
OS/ARCH
Compressed size
112.21 MB
Last pushed
7 months by zenkiet
Type
Image
Manifest digest
sha256:fe899062d90c2f8c325ff88865d978df6e800327fd5070ce66d2dc291353c64a
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.62 KB22EXPOSE [3000/tcp 443/tcp 80/tcp 8080/tcp]0 B23CMD ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1771804800'