dav-mcp-thv (v3.0.1)
Published 2026-05-16 09:17:47 +00:00 by anh_studio
Installation
docker pull forgejo.anh.studio/anh_studio/dav-mcp-thv:v3.0.1sha256:8c33fa15db292b28e467331d5bf03158de50d81ee73a027267bf623f4e4f726fImage layers
| ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| COPY /ko-app/thv /usr/local/bin/thv # buildkit |
| ENTRYPOINT ["/usr/local/bin/thv" "proxy"] |
| COPY /app /app # buildkit |
| RUN /bin/sh -c apk add --no-cache nodejs npm socat # buildkit |
| COPY images/thv/dav-mcp.entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |