This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 87c71a8535c5b2edde9988813c225d8657e0e085 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 bc258c6651..eb74c7e7b9 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 98f34c2f8b..f52ad0c16c 100644 --- a/core/self-keymaster-starter/pom.xml +++ b/core/self-keymaster-starter/pom.xml @@ -149,7 +149,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>
