sha256:62cd887a89ef9b2d61c24ee4d7b863e686e94ea0a8797fd2e21b7f617e2b9613
OS/ARCH
Compressed size
111.96 MB
Last pushed
6 months by zenkiet
Type
Image
Manifest digest
sha256:4e2e37648ae8fc9d0835e816b6c4181a6e0cf30319b8012113bb089f77062274
Image Layers
1# debian.sh --arch 'amd64' out/47.01 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit296 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit38.48 MB4RUN /bin/sh -c mkdir -p184 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 maintainer=Zenkiet description=Traefik reverse proxy0 B15RUN /bin/sh -c set -eux;25.51 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.14 KB21COPY /app/build /opt/dashboard/ # buildkit975.23 KB22EXPOSE [3000/tcp 443/tcp 80/tcp 8080/tcp]0 B23CMD ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'