syncraft
max-typebot-bridge (sha256:891d2e2c9b32d4f47905c3751aa62efa711de517538e891867ddcb433c0eef49)
Published 2026-08-05 21:10:40 +00:00 by zyxd
Installation
docker pull gitea.syncraft.ru/syncraft/max-typebot-bridge@sha256:891d2e2c9b32d4f47905c3751aa62efa711de517538e891867ddcb433c0eef49sha256:891d2e2c9b32d4f47905c3751aa62efa711de517538e891867ddcb433c0eef49Image Layers
| 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 |