regexybot (sha256:bb6efeb72ed876cba9a3436428a6e24bb30137e337aec5f5a824fad970607824)

Published 2026-08-02 18:52:49 +03:00 by NiXTheDev in NiXTheDev/regexYbot

Installation

docker pull hangar.nixthedev.ru/nixthedev/regexybot@sha256:bb6efeb72ed876cba9a3436428a6e24bb30137e337aec5f5a824fad970607824
sha256:bb6efeb72ed876cba9a3436428a6e24bb30137e337aec5f5a824fad970607824

About this package

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

Image layers

ADD alpine-minirootfs-3.22.4-aarch64.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"]
ARG VERSION=0.2.2.1
ARG COMMIT=948c859
ARG RELEASED_AT=2026-08-02
ARG CHANGES=Revert the 'always disable link previews' behavior. Now the bot
ENV VERSION=0.2.2.1
ENV COMMIT=948c859
ENV RELEASED_AT=2026-08-02
ENV CHANGES=Revert the 'always disable link previews' behavior. Now the bot
ENV NODE_ENV=production
WORKDIR /app
COPY . . # buildkit
RUN |4 VERSION=0.2.2.1 COMMIT=948c859 RELEASED_AT=2026-08-02 CHANGES=Revert the 'always disable link previews' behavior. Now the bot /bin/sh -c bun install --production && chown -R bun:bun /app && rm -rf .git # buildkit
USER bun
CMD ["bun" "run" "--silent" "main"]

Labels

Key Value
org.opencontainers.image.created 2026-05-13T03:50:34.645Z
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 0d9b296af33f2b851fcbf4df3e9ec89751734ba4
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.14-alpine
Details
Container
2026-08-02 18:52:49 +03:00
0
OCI / Docker
linux/arm64
NOASSERTION
43 MiB
Versions (20) View all
0.2-dev 2026-08-05
0-dev 2026-08-05
latest 2026-08-05
0.2.2.1-hf1-dev 2026-08-05
0.2.2-dev 2026-08-05