cloud-mcp (20260625-154632)
Published 2026-06-26 06:49:30 +08:00 by yanyu
Installation
docker pull git.lingyu.org.cn/lingyu-note/cloud-mcp:20260625-154632sha256:feabe111f2e57c6169332b2b0897e075a2e436973a93a2e97c67e5fb596267b7
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 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget tzdata chromium-browser fonts-noto-cjk fonts-noto-color-emoji libnss3 libxss1 libasound2t64 libatk-bridge2.0-0 libgtk-3-0 && 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/mcp-server /app/mcp-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=8550 LYMCP_DATA_DIR=/app/data LYMCP_SQLITE_PATH=/app/data/cloud-mcp.sqlite3 LYMCP_CHROMIUM_PATH=/usr/bin/chromium-browser |
| EXPOSE map[8550/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-26 06:49:30 +08:00
Versions (8)
View all
Container
0
OCI / Docker
linux/amd64
539 MiB
latest
2026-06-27
20260625-155902
2026-06-26
20260625-154632
2026-06-26
20260625-153640
2026-06-26
20260625-152607
2026-06-26