I need to use the 23.0.0.3 or 23.0.0.4 builds of OpenLiberty as Docker image from icr.io/appcafe.
But docker search icr.io/appcafe/open-liberty
(returns http status 404) does not work, and icr.io/appcafe/open-liberty:23.0.0.4-full-java11-openj9
does not exist (using the naming convention for the previous versions)
And you cannot use icr.io/appcafe/open-liberty:latest
as that is not stable and no repeatable builds can be created.
So what is the tagname for a Java 11 OpenJ9 based image?