beeper_bridge-manager (latest)

Published 2026-03-16 18:01:39 +00:00 by jakew in jakew/docker-images

Installation

docker pull git.jakew.me/jakew/beeper_bridge-manager:latest
sha256:d4d301917949aa7a1478310b1688fec139a662f6587e31133a28e9bab058f866

Image layers

ADD alpine-minirootfs-3.21.6-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN apk add --no-cache bash curl jq git ffmpeg python3 py3-pip py3-setuptools py3-wheel py3-magic py3-ruamel.yaml py3-aiohttp py3-pillow py3-olm py3-pycryptodome
COPY --from=lottie /cryptg-*.whl /tmp/
RUN pip3 install --break-system-packages /tmp/cryptg-*.whl && rm -f /tmp/cryptg-*.whl
COPY --from=builder /build/bbctl /usr/local/bin/bbctl
COPY --from=lottie /usr/lib/librlottie.so* /usr/lib/
COPY --from=lottie /usr/local/bin/lottieconverter /usr/local/bin/lottieconverter
COPY ./docker/run-bridge.sh /usr/local/bin/run-bridge.sh
Details
Container
2026-03-16 18:01:39 +00:00
14
OCI / Docker
linux/arm64/v8
101 MiB
Versions (1) View all
latest 2026-03-16