Yicong-Huang opened a new issue, #6109: URL: https://github.com/apache/texera/issues/6109
### Task Summary Three toolchain declarations have drifted from what the project actually targets (Node 24, Bun for agent-service): | File | Now | Should be | | --- | --- | --- | | `bin/y-websocket-server/Dockerfile` | `FROM node:latest` (floating; image referenced by `bin/k8s`) | pinned `node:24-slim` | | `frontend/.nvmrc` | `lts/*` (floating) | `24`, matching `engines.node >=24` and CI's Node 24 | | `agent-service/package.json` | `"packageManager": "[email protected]"` | remove — the service is Bun-managed (`bun.lock`, CI runs `bun install` / `bun test`) | Left as-is: `bin/pylsp/Dockerfile` stays on `python:3.10-slim` (its pinned `python-lsp-server==1.5.0` / `pylint==2.15.10` predate 3.12), and agent-service's own `0.1.0` version. ### Task Type - [ ] Refactor / Cleanup - [x] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
