OpenSearch 3 requires Java 21 or later, and our security posture (discourages? prohibits?) using the embedded JDK that comes with OpenSearch.
As such, we'll need:
- Create openjdk-21 docker images and publish them to our docker-images repo
- Deploy production images
-
Verify they are viable as a source for OpenSearch 3 imagesmoved to T414693