• Joined on 2026-06-25

neobotpro-chat-consumer-manager (e6016351624a49952f940620bdb13321f62dd417)

Published 2026-08-23 22:09:26 +00:00 by rdarius

Installation

docker pull git.rdarius.com/rdarius/neobotpro-chat-consumer-manager:e6016351624a49952f940620bdb13321f62dd417
sha256:7700271eb6e5d3c6cf2a694dfe71c8d4200a37b047636cfeb481d0bd04659436

About this package

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

Image Layers

ADD alpine-minirootfs-3.22.4-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"]
ARG CHAT_CONSUMER_MANAGER_VERSION=e6016351624a49952f940620bdb13321f62dd417
ARG VCS_REF=e6016351624a49952f940620bdb13321f62dd417
LABEL org.opencontainers.image.title=neobotpro-chat-consumer-manager org.opencontainers.image.version=e6016351624a49952f940620bdb13321f62dd417 org.opencontainers.image.revision=e6016351624a49952f940620bdb13321f62dd417
ENV CHAT_CONSUMER_MANAGER_VERSION=e6016351624a49952f940620bdb13321f62dd417
RUN |2 CHAT_CONSUMER_MANAGER_VERSION=e6016351624a49952f940620bdb13321f62dd417 VCS_REF=e6016351624a49952f940620bdb13321f62dd417 /bin/sh -c apk add --no-cache docker-cli && mkdir -p /config /etc/neobotpro /var/lib/neobotpro/chat-consumers # buildkit
WORKDIR /opt/neobot-chat
COPY package.json bun.lock ./ # buildkit
RUN |2 CHAT_CONSUMER_MANAGER_VERSION=e6016351624a49952f940620bdb13321f62dd417 VCS_REF=e6016351624a49952f940620bdb13321f62dd417 /bin/sh -c bun install --frozen-lockfile --production # buildkit
COPY src ./src # buildkit
ENTRYPOINT ["bun" "run" "src/consumer-manager.ts"]

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 e6016351624a49952f940620bdb13321f62dd417
org.opencontainers.image.source https://github.com/oven-sh/bun
org.opencontainers.image.title neobotpro-chat-consumer-manager
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version e6016351624a49952f940620bdb13321f62dd417
Details
Container
2026-08-23 22:09:26 +00:00
0
OCI / Docker
linux/amd64
NOASSERTION
51 MiB
Versions (10) View all