From dc2feed3cbc19ac4734b57b417daf59b81f2f9bb Mon Sep 17 00:00:00 2001 From: gmunozfe Date: Mon, 20 Jan 2025 09:04:46 +0100 Subject: [PATCH] [Fixes_kie_issues_1749] Switch dockerhub to a mirrored registry --- .../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 9a96b0fb1e..8b737df594 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