• Joined on 2025-03-05

agent-marco (5a3900a)

Published 2026-08-21 17:13:09 +00:00 by zuppler

Installation

docker pull gitea.zuppler.com/zuppler/agent-marco:5a3900a
sha256:95a75b1f9d0a95dec3b35e94357fce051c043848264e314ed435bcffe2316036

About this package

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

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'
RUN /bin/sh -c apt-get update -qq && apt-get install -qq --no-install-recommends ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
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 /app
COPY package.json bun.lock* ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit
COPY tsconfig.json ./ # buildkit
COPY src/ ./src/ # buildkit
COPY skills/ ./skills/ # buildkit
USER bun
EXPOSE map[3000/tcp:{}]
CMD ["bun" "run" "src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-08-20T14:09:38.872Z
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 34cbb9a40b4bd1bd767d134a7065e66c2432a676
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.4.0
Details
Container
2026-08-21 17:13:09 +00:00
1
OCI / Docker
linux/amd64
NOASSERTION
126 MiB
Versions (15) View all
5a3900a 2026-08-21
75 2026-08-21
staging 2026-08-21
89679d1 2026-08-21
73 2026-08-21