bobbai00 opened a new pull request, #4936: URL: https://github.com/apache/texera/pull/4936
### What changes were proposed in this PR? Delete the repository root `Dockerfile`. It's dead code: it `COPY`s from `core/` (renamed to `frontend/` long ago) and pins `node:18-alpine` (Node 18 reached EOL in April 2025), so it cannot build. The per-service Dockerfiles under `bin/` (e.g. `bin/texera-web-application.dockerfile`) are the supported build targets, as documented in `bin/README.md`. ### Any related issues, documentation, discussions? Closes #4935. ### How was this PR tested? Single-file deletion with no consumers in the repo. Verified no `Dockerfile` references in any workflow, script, or doc apart from `bin/README.md` which already points to `bin/*.dockerfile`. Build/CI workflows use the `bin/*.dockerfile` set; nothing references the root file. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) -- 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]
