This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 3ea0c6e046fe3975a33b03e605cd93db3399f56e Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 31 14:25:06 2026 +0200 Fixing after PostgreSQL 18 Docker image format --- archetype/src/main/resources/archetype-resources/fit/pom.xml | 2 +- core/self-keymaster-starter/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archetype/src/main/resources/archetype-resources/fit/pom.xml b/archetype/src/main/resources/archetype-resources/fit/pom.xml index eed44c8e47..cb028aefca 100644 --- a/archetype/src/main/resources/archetype-resources/fit/pom.xml +++ b/archetype/src/main/resources/archetype-resources/fit/pom.xml @@ -419,7 +419,7 @@ under the License. <time>30000</time> </wait> <tmpfs> - <mount>/var/lib/postgresql/data:rw</mount> + <mount>/var/lib/postgresql/docker:rw</mount> </tmpfs> <network> <name>archetype</name> diff --git a/core/self-keymaster-starter/pom.xml b/core/self-keymaster-starter/pom.xml index 66be8614e5..9fa2761a2c 100644 --- a/core/self-keymaster-starter/pom.xml +++ b/core/self-keymaster-starter/pom.xml @@ -148,7 +148,7 @@ under the License. <time>30000</time> </wait> <tmpfs> - <mount>/var/lib/postgresql/data:rw</mount> + <mount>/var/lib/postgresql/docker:rw</mount> </tmpfs> </run> </image>
