Pochatkin opened a new pull request, #7827:
URL: https://github.com/apache/ignite-3/pull/7827
## Summary
- Replaced hardcoded `apacheignite/ignite:latest` (which pulls Ignite 2.x
from Docker Hub) with `System.getProperty("ignite.docker.image")`
- Added a fail-fast static initializer that throws `IllegalStateException`
with a clear message when the property is not set
- Gradle sets the correct versioned image via system property, but
TeamCity/manual runs were silently using the wrong image
## Test plan
- [ ] Run `./gradlew :packaging-test:integrationTest` — verifies the
property is passed correctly
- [ ] Verify test fails with clear message when run without Gradle (e.g.,
from IDE without property)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
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]