-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
3.15.2.CR1
-
False
-
None
-
False
-
---
-
-
While testing Quarkus 3.15.2.CR1 with our quickstarts job (to test https://github.com/quarkusio/quarkus-quickstarts) I noticed it's trying to pull the image:
quay.io/infinispan/server:15.0.8.Final-redhat-00002
That image not exist causing tests failing.
It appears this issue has been resolved on 3.8, so I think https://github.com/quarkusio/quarkus/pull/44509 need to be backported for 3.15 as well.
Marking as Blocker as this is a regression and Infinispan client is supported extension.
We will probably need same fix as in QUARKUS-4831 or backport of https://github.com/quarkusio/quarkus/pull/44509 to 3.15
For 3.15.2 Infinispan version upgrade was reverted back (https://github.com/quarkusio/quarkus/pull/44525) to the version used in 3.15.1, cc gsmet@redhat.com
For the record, running infinispan-client-quickstart with RHBQ 3.15.1 works. It fails with 3.15.2.CR1.