You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to #192, we should be able to override the default Dockerhub cassandra:latest image via for example quarkus.cassandra.test.container.image=cassandra:3.11.14 in the application.properties file.
Is this broken? Because it does not work on my side. Reproducer:
Due to #192, we should be able to override the default Dockerhub
cassandra:latest
image via for examplequarkus.cassandra.test.container.image=cassandra:3.11.14
in theapplication.properties
file.Is this broken? Because it does not work on my side. Reproducer:
cassandra-image-int-tests
branchdocker images
to verify that no cassandra image is locally available./gradlew integrationTest
cassandra:latest
was downloaded and notcassandra:3.11.14
.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: