max-typebot-bridge (latest)

Published 2026-08-05 21:10:40 +00:00 by zyxd

Installation

docker pull gitea.syncraft.ru/syncraft/max-typebot-bridge:latest
sha256:302fd78ac98197fc68f55fec4ebec655a7f01baa4ec276f81a4770df4f5f5357

Images

Digest OS / Arch Size
891d2e2c9b linux/amd64 79 MiB

Image Layers ( linux/amd64)

BusyBox 1.38.0 (glibc), Debian 13
LABEL maintainer=WarpStream Labs <security@warpstreamlabs.com>
LABEL org.opencontainers.image.source=https://github.com/warpstreamlabs/bento
WORKDIR /
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
COPY /etc/passwd /etc/passwd # buildkit
COPY /go/src/github.com/warpstreamlabs/bento/target/bin/bento . # buildkit
COPY ./config/docker.yaml /bento.yaml # buildkit
USER bento
EXPOSE [4195/tcp]
ENTRYPOINT ["/bento"]
CMD ["-c" "/bento.yaml"]
COPY config.yaml /config.yaml # buildkit
COPY resources /resources # buildkit
COPY streams /streams # buildkit
COPY certificates /certificates # buildkit
EXPOSE [3000/tcp 4195/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=1 --spider http://localhost:4195/ping || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:3}
CMD ["-c" "/config.yaml" "-r" "/resources/**/*.yaml" "streams" "/streams/*.yaml"]

Labels

Key Value
maintainer WarpStream Labs <security@warpstreamlabs.com>
org.opencontainers.image.source https://github.com/warpstreamlabs/bento
Details
Container
2026-08-05 21:10:40 +00:00
29770
OCI / Docker
Versions (1) View all
latest 2026-08-05