feat(gitea): rebuild gitea-mcp on a shell-bearing base #122
Reference in New Issue
Block a user
Delete Branch "feat/gitea-mcp-shell-base"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream gitea-mcp-server is distroless with no /bin/sh, so it cannot source the OpenBao-rendered secrets file — the only server in the fleet blocked from secretDelivery: injector, and so the only one whose token must stay inline in its pod spec.
Copies the static Go binary onto debian:stable-slim, following the deploy/Dockerfile.docmost-mcp precedent. ca-certificates added because the binary talks HTTPS and the distroless trust store is left behind. Verified in the built image: shell, binary and CA certs all present.