lingyu-note

miiot (e3e8e89-flusher-uid-heal)

Published 2026-05-19 20:56:16 +08:00 by yanyu

Installation

docker pull git.lingyu.org.cn/lingyu-note/miiot:e3e8e89-flusher-uid-heal
sha256:9f35c5bb804b2ef834c7e169c3ed4612f0c6800e3ad27e60629f823464138623

Images

Digest OS / Arch Size
a8d67a7bf3 linux/amd64 209 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"]
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 ffmpeg wget tzdata && 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 /src/internal/camera/libs/linux/amd64/libmiot_camera_lite.so /app/libs/ # buildkit
COPY /out/miiot-server /app/miiot-server # buildkit
COPY docker/entrypoint.sh /app/entrypoint.sh # 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 LD_LIBRARY_PATH=/app/libs
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
Container
2026-05-19 20:56:16 +08:00
1
OCI / Docker
Versions (17) View all