opencode-chat-bridge (sha256:20bf74ec0235a667deb99a5a83e37fc49e53c99eeeff707534cbd825ed122655)

Published 2026-03-03 23:35:49 +00:00 by gordon in ActionBehind/opencode-chat-bridge

Installation

docker pull git.actionbehind.com/actionbehind/opencode-chat-bridge@sha256:20bf74ec0235a667deb99a5a83e37fc49e53c99eeeff707534cbd825ed122655
sha256:20bf74ec0235a667deb99a5a83e37fc49e53c99eeeff707534cbd825ed122655

About this package

Bridge OpenCode AI to chat platforms (Discord, Slack, Matrix, WhatsApp)

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'
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"]
LABEL org.opencontainers.image.source=https://github.com/ominiverdi/opencode-chat-bridge
LABEL org.opencontainers.image.description=Bridge OpenCode AI to chat platforms (Discord, Slack, Matrix, WhatsApp)
LABEL org.opencontainers.image.licenses=MIT
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
COPY package.json bun.lock ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile && cd node_modules/@matrix-org/matrix-sdk-crypto-nodejs && node download-lib.js # buildkit
COPY src/ ./src/ # buildkit
COPY connectors/ ./connectors/ # buildkit
COPY tsconfig.json ./ # buildkit
RUN /bin/sh -c mkdir -p /data/sessions /data/whatsapp-auth # buildkit
ENV SESSION_BASE_DIR=/data/sessions
ENV WHATSAPP_AUTH_DIR=/data/whatsapp-auth
ENV CONNECTOR=matrix
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-02-26T07:10:54.054Z
org.opencontainers.image.description Bridge OpenCode AI to chat platforms (Discord, Slack, Matrix, WhatsApp)
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 30e609e08073cf7114bfb278506962a5b19d0677
org.opencontainers.image.source https://github.com/ominiverdi/opencode-chat-bridge
org.opencontainers.image.title bun
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.3.10-debian
Details
Container
2026-03-03 23:35:49 +00:00
2
OCI / Docker
linux/amd64
MIT
133 MiB
Versions (1) View all
latest 2026-03-03