taskflow-mcp (latest)
Published 2026-08-03 20:32:36 +00:00 by portal
Installation
docker pull git.taktom.ru/portal/taskflow-mcp:latestsha256:da6cf69fe51d393e16a04b36f2d579e26337b3fc682a7dadb6e8d62101c50ae4Image layers
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app/mcp |
| RUN /bin/sh -c addgroup -g 1001 -S rust-app && adduser -u 1001 -S rust-app -G rust-app # buildkit |
| COPY /app/mcp/target/release/taskflow-core-mcp ./taskflow-core-mcp # buildkit |
| USER rust-app |
| EXPOSE [5010/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL wget -q -O /dev/null http://localhost:5010/healthz] Interval:10s Timeout:3s StartPeriod:0s StartInterval:0s Retries:10} |
| CMD ["./taskflow-core-mcp"] |