reposter-core (sha256:c9853bcb16b489934616de0db6b1020ce5a8484567fba923a5d9628c6b252f43)

Published 2026-02-01 17:51:28 +00:00 by pabloid

Installation

docker pull git.pabloader.ru/pabloid/reposter-core@sha256:c9853bcb16b489934616de0db6b1020ce5a8484567fba923a5d9628c6b252f43
sha256:c9853bcb16b489934616de0db6b1020ce5a8484567fba923a5d9628c6b252f43

About this package

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

Image Layers

ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
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
COPY /usr/local/bin/bun /usr/local/bin/ # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /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
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && 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
ARG SERVICE=core
ENV SERVICE=core
RUN |1 SERVICE=core /bin/sh -c apk add ffmpeg curl imagemagick # buildkit
COPY ./package.json ./bun.lock ./ # buildkit
COPY ./patches/ ./patches/ # buildkit
RUN |1 SERVICE=core /bin/sh -c bun install --frozen-lockfile --production # buildkit
COPY ./ ./ # buildkit
USER bun
CMD ["/bin/sh" "-c" "bun --smol /app/services/${SERVICE}/main.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-01-29T10:40:42.757Z
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 b64edcb490b486fb8af90cb2cb2dc51590453064
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.8-alpine
Details
Container
2026-02-01 17:51:28 +00:00
1
OCI / Docker
linux/amd64
NOASSERTION
102 MiB
Versions (3) View all
latest 2026-02-01
0.4.214 2026-02-01
0.4.213 2026-02-01