Belupeti
  • Joined on 2025-12-07

kiber-bridge (v1.1)

Published 2026-05-27 18:47:38 +02:00 by Belupeti

Installation

docker pull gitea.sc0tt.org/belupeti/kiber-bridge:v1.1
sha256:d3904cf01a8e7d4b9b245cb1f46a929df55b5b33786b557c78d942b186c26e63

Image Layers

ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add python3 py-pip git # buildkit
RUN /bin/sh -c mkdir /python # buildkit
RUN /bin/sh -c pip3 install "paho-mqtt<2.0.0" --break-system-packages # buildkit
RUN /bin/sh -c pip3 install "mysql-connector-python" --break-system-packages # buildkit
RUN /bin/sh -c apk add py3-opencv # buildkit
ADD ./overlay/ /overlay # buildkit
ENTRYPOINT ["python3" "-u" "/overlay/main.py"]
Details
Container
2026-05-27 18:47:38 +02:00
0
OCI / Docker
linux/amd64
280 MiB
Versions (4) View all
latest 2026-05-28
v1.2 2026-05-28
v1.1 2026-05-27
v1 2026-05-24