mo

avocadi-bot (sha256:ead4b8aed9afa0618a765387903aa53a85e97aea29720e4934d6e5d3a27a05b9)

Published 2025-05-09 22:38:28 +00:00 by mo in mo/avocadi-bot

Installation

docker pull git.unom.io/mo/avocadi-bot@sha256:ead4b8aed9afa0618a765387903aa53a85e97aea29720e4934d6e5d3a27a05b9
sha256:ead4b8aed9afa0618a765387903aa53a85e97aea29720e4934d6e5d3a27a05b9

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
WORKDIR /usr/src/app
COPY /temp/prod/node_modules node_modules # buildkit
COPY /usr/src/app/ . # buildkit
USER bun
ENTRYPOINT ["bun" "run" "./src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2025-05-04T08:02:56.663Z
org.opencontainers.image.description Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 0785effaab487e8ab475ea2cb067eab60a636257
org.opencontainers.image.source https://github.com/oven-sh/bun
org.opencontainers.image.title bun
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.2.12
Details
Container
2025-05-09 22:38:28 +00:00
0
OCI / Docker
linux/arm64
NOASSERTION
91 MiB
Versions (36) View all
7a1f02e 2025-06-05
latest 2025-06-05
d22a6d7 2025-06-05
a3a73cc 2025-06-05
f6bceb2 2025-06-02