Belupeti
  • Joined on 2025-12-07

kiber-bridge (v1.2)

Published 2026-05-28 02:17:51 +02:00 by Belupeti

Installation

docker pull gitea.sc0tt.org/belupeti/kiber-bridge:v1.2
sha256:e611a7a3e100450f2b9958ae10c1a8ae06b07535fcf6abe29932f21fe2c31286

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-28 02:17:51 +02:00
0
OCI / Docker
linux/amd64
274 MiB
Versions (4) View all
latest 2026-05-28
v1.2 2026-05-28
v1.1 2026-05-27
v1 2026-05-24