Bump the trexsql base image to trex #305 - #3321
Open
p-hoffmann wants to merge 1 commit into
Open
Conversation
Moves the pinned base from trex #261 to #305, both variants kept in step: prod-sha for the lean base in Dockerfile.v2, plain sha for the full base used by the local compose file and the CI build. This is the newest published trexsql image. #306 and #308 are merged on trex develop but have no image: their develop-push runs fail core-server-tests (two buildSdkTools cases) and the studio build (submodule init, then npm edgesOut), and the docker publish jobs are gated on that aggregate. So the cache-build and job-tracking fixes from #308 are NOT in this bump; it needs a second one once trex publishing is healthy again.
p-hoffmann
requested review from
SantanM,
brandantck,
csafreen,
mwaiyee and
suwarnoong
as code owners
September 9, 2026 21:47
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward, consistent update of pinned base-image references across prod and devx build paths.
Pull request overview
Updates the trexsql base image references used to build d2e-trex so the service images are built on the newer upstream trexsql (trex #305), while keeping both the lean “prod” base and the “full/devx” base pinned by tag+digest.
Changes:
- Bumped
services/trex/Dockerfile.v2defaultTREXSQL_REFto the newprod-sha-...@sha256:...reference (lean/prod base). - Bumped the
TREXSQL_REFbuild-arg default indocker-compose-local.ymlto the newsha-...@sha256:...reference (full/devx base). - Bumped the CI devx build
TREXSQL_REFin.github/workflows/docker-build-push.yamlto match the local devx reference.
File summaries
| File | Description |
|---|---|
| services/trex/Dockerfile.v2 | Updates the default pinned trexsql prod base reference used for standard d2e-trex builds. |
| docker-compose-local.yml | Updates the pinned trexsql full/devx base reference used for local -devx builds. |
| .github/workflows/docker-build-push.yaml | Updates the pinned trexsql full/devx base reference used for CI -devx builds. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.