sha256:42de40b5c479afa6976ba66e6f06c319b5bff9d28598f335212bc007e7179179
OS/ARCH
Compressed size
88.36 MB
Last pushed
3 months by tiempor3al
Type
Image
Manifest digest
sha256:07357a8707efd5615d992e998a5eae61fc6e60122a9691d42d2c955b1f40dbc6
Image Layers
1# debian.sh --arch 'amd64' out/47.02 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit294 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit34.91 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 B14WORKDIR /app93 B15RUN /bin/sh -c groupadd -r1.11 KB16COPY /app/node_modules ./node_modules # buildkit6.41 MB17COPY --chown=bunapp:bunapp src ./src #12.36 KB18COPY --chown=bunapp:bunapp migrations ./migrations #6.44 KB19COPY --chown=bunapp:bunapp tsconfig.json ./ #262 B20USER bunapp0 B21CMD ["sh" "-c" "bun run0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'