bobbai00 opened a new pull request, #4073: URL: https://github.com/apache/texera/pull/4073
### What changes were proposed in this PR? This PR updates all Texera service images in the single-node `docker-compose.yml` to use the Apache registry with `latest` tags, aligning with the naming convention established in the CI/CD workflow (#4055). The following image references have been updated: - `texera/file-service:single-node-release-1-0-0` → `apache/texera-file-service:latest` - `texera/workflow-compiling-service:single-node-release-1-0-0` → `apache/texera-workflow-compiling-service:latest` - `texera/computing-unit-master:single-node-release-1-0-0` → `apache/texera-workflow-execution-coordinator:latest` - `texera/texera-web-application:single-node-release-1-0-0` → `apache/texera-dashboard-service:latest` - `texera/texera-example-data-loader:single-node-release-1-0-0` → `apache/texera-example-data-loader:latest` This change ensures that the docker-compose configuration uses the correct image names and registry that are now being built and pushed by the GitHub Actions workflow. ### Any related issues, documentation, discussions? Related to #4055 which introduced the GitHub Actions workflow for building and pushing images to the Apache registry. ### How was this PR tested? This PR only updates image references in the docker-compose.yml configuration file. No code changes were made. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude (Anthropic) -- 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]
