miiot (20260625)
Published 2026-06-25 13:56:38 +08:00 by yanyu
Installation
docker pull git.lingyu.org.cn/lingyu-note/miiot:20260625sha256:bbabce823f8a8646a6cf3312188f1cb6230629ec15d8355f6c72992398e66fe6
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f 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-06-25 13:56:38 +08:00
Versions (43)
View all
Container
0
OCI / Docker
linux/amd64
588 MiB
latest
2026-06-25
20260625
2026-06-25
e3e8e89-camjsonui
2026-05-20
e3e8e89-reconrace
2026-05-20
e3e8e89-infreconnect
2026-05-20