• Joined on 2025-10-16

porthole-worker (sha256:af241e3c86717dd9ebaa44544e21cd54f02c7023938612352a0021b0450c8a99)

Published 2025-12-27 23:31:44 +00:00 by will

Installation

docker pull gitea-http.taildb3494.ts.net/will/porthole-worker@sha256:af241e3c86717dd9ebaa44544e21cd54f02c7023938612352a0021b0450c8a99
sha256:af241e3c86717dd9ebaa44544e21cd54f02c7023938612352a0021b0450c8a99

About this package

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

Image Layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'
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
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ffmpeg libimage-exiftool-perl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
ENV NODE_ENV=production
COPY /app/node_modules ./node_modules # buildkit
COPY /app/package.json ./package.json # buildkit
COPY /app/bun.lock ./bun.lock # buildkit
COPY apps/worker ./apps/worker # buildkit
COPY packages ./packages # buildkit
CMD ["bun" "--cwd" "apps/worker" "run" "start"]

Labels

Key Value
org.opencontainers.image.created 2025-11-21T19:33:54.084Z
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 abb1b0c4d75acabf1742b951a1f739068c94a7bd
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.3.3
Details
Container
2025-12-27 23:31:44 +00:00
3
OCI / Docker
linux/arm64
NOASSERTION
416 MiB
Versions (2) View all
dev-arm64 2025-12-27
dev 2025-12-27