This is an automated email from the ASF dual-hosted git repository.

dhanak pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 8479f07b6 [Fixes_kie_issues_1749] Switch dockerhub to a mirrored 
registry (#2055)
8479f07b6 is described below

commit 8479f07b6b611234826f65734eace73f328b77b5
Author: Gonzalo Muñoz <[email protected]>
AuthorDate: Mon Feb 17 10:37:31 2025 +0100

    [Fixes_kie_issues_1749] Switch dockerhub to a mirrored registry (#2055)
---
 .../src/main/resources/application.properties                            | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/main/resources/application.properties
 
b/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/main/resources/application.properties
index 9a96b0fb1..8b737df59 100644
--- 
a/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/main/resources/application.properties
+++ 
b/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/main/resources/application.properties
@@ -21,6 +21,7 @@ quarkus.swagger-ui.always-include=true
 kogito.persistence.type=jdbc
 
 quarkus.datasource.db-kind=postgresql
+quarkus.datasource.devservices.image-name=mirror.gcr.io/postgres:15.9-alpine3.20
 %prod.quarkus.datasource.username=kogito-user
 %prod.quarkus.datasource.password=kogito-pass
 %prod.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/kogito


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to