miiot (e3e8e89-infreconnect)
Published 2026-05-20 17:23:03 +08:00 by yanyu
Installation
docker pull git.lingyu.org.cn/lingyu-note/miiot:e3e8e89-infreconnectsha256:468de1ad11a88cf4c716aa15e7d74627d87d106297c201d37a3ca7acc74190be
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d6a9caf092 | linux/amd64 | 217 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC |
| RUN /bin/sh -c echo 'APT::Get::AllowUnauthenticated "true";' > /etc/apt/apt.conf.d/99allow && echo 'Acquire::AllowInsecureRepositories "true";' >> /etc/apt/apt.conf.d/99allow && echo 'Acquire::AllowDowngradeToInsecureRepositories "true";' >> /etc/apt/apt.conf.d/99allow && apt-get update && apt-get install -y --no-install-recommends ca-certificates libstdc++6 wget tzdata ffmpeg && rm -rf /var/lib/apt/lists/* && rm /etc/apt/apt.conf.d/99allow && groupadd -r app && useradd -r -g app -d /app -s /usr/sbin/nologin app # buildkit |
| WORKDIR /app |
| COPY /out/miiot-server /app/miiot-server # buildkit |
| COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit |
| COPY internal/xiaomi/camera/libs/linux /app/libs/linux # buildkit |
| RUN /bin/sh -c mkdir -p /app/data && chown -R app:app /app && chmod +x /app/entrypoint.sh # buildkit |
| ENV HOST=0.0.0.0 PORT=8677 MIOT_SERVICE_DATA_DIR=/app/data MIOT_CACHE_DIR=/app/data/cache MIOT_SQLITE_PATH=/app/data/miot-service.sqlite3 |
| EXPOSE map[8677/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "wget -q -O /dev/null \"http://127.0.0.1:${PORT}/healthz\" || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/app/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-05-20 17:23:03 +08:00
Versions (43)
View all
Container
1
OCI / Docker
latest
2026-06-25
20260625
2026-06-25
e3e8e89-camjsonui
2026-05-20
e3e8e89-reconrace
2026-05-20
e3e8e89-infreconnect
2026-05-20