Skip to content

Conversation

@surli
Copy link
Contributor

@surli surli commented Oct 31, 2025

No description provided.

@surli surli requested a review from a team as a code owner October 31, 2025 14:04
@github-actions
Copy link

Diff for a8037a1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 490cd01..b6c6f76 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,17 +31,17 @@ Architectures: amd64, arm64v8
 GitCommit: 0e8c29920c8f4853e4cb8152f9a3d04e0b164abb
 Directory: 17/postgres-tomcat
 
-Tags: 17.4, 17.4.6, 17.4-mysql-tomcat, 17.4.6-mysql-tomcat
+Tags: 17.4, 17.4.7, 17.4-mysql-tomcat, 17.4.7-mysql-tomcat
 Architectures: amd64, arm64v8
-GitCommit: c2b009e58724adc8395a81f1c22bf3d86ffbc2be
+GitCommit: f5b8a93c46ec436d3540c59f64ad0b7488cdc413
 Directory: 17.4/mysql-tomcat
 
-Tags: 17.4-mariadb-tomcat, 17.4.6-mariadb-tomcat
+Tags: 17.4-mariadb-tomcat, 17.4.7-mariadb-tomcat
 Architectures: amd64, arm64v8
-GitCommit: c2b009e58724adc8395a81f1c22bf3d86ffbc2be
+GitCommit: f5b8a93c46ec436d3540c59f64ad0b7488cdc413
 Directory: 17.4/mariadb-tomcat
 
-Tags: 17.4-postgres-tomcat, 17.4.6-postgres-tomcat
+Tags: 17.4-postgres-tomcat, 17.4.7-postgres-tomcat
 Architectures: amd64, arm64v8
-GitCommit: c2b009e58724adc8395a81f1c22bf3d86ffbc2be
+GitCommit: f5b8a93c46ec436d3540c59f64ad0b7488cdc413
 Directory: 17.4/postgres-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index 8443fa0..dcd91d2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -18,10 +18,10 @@ xwiki:17.4
 xwiki:17.4-mariadb-tomcat
 xwiki:17.4-mysql-tomcat
 xwiki:17.4-postgres-tomcat
-xwiki:17.4.6
-xwiki:17.4.6-mariadb-tomcat
-xwiki:17.4.6-mysql-tomcat
-xwiki:17.4.6-postgres-tomcat
+xwiki:17.4.7
+xwiki:17.4.7-mariadb-tomcat
+xwiki:17.4.7-mysql-tomcat
+xwiki:17.4.7-postgres-tomcat
 xwiki:17.9
 xwiki:17.9-mariadb-tomcat
 xwiki:17.9-mysql-tomcat
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index e17d3bb..b046a73 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,6 @@
-xwiki:17.4.6-mariadb-tomcat
-xwiki:17.4.6-mysql-tomcat
-xwiki:17.4.6-postgres-tomcat
+xwiki:17.4.7-mariadb-tomcat
+xwiki:17.4.7-mysql-tomcat
+xwiki:17.4.7-postgres-tomcat
 xwiki:latest
 xwiki:lts
 xwiki:lts-mariadb
diff --git a/xwiki_17.4.6-mariadb-tomcat/Dockerfile b/xwiki_17.4.7-mariadb-tomcat/Dockerfile
similarity index 98%
rename from xwiki_17.4.6-mariadb-tomcat/Dockerfile
rename to xwiki_17.4.7-mariadb-tomcat/Dockerfile
index 7cc3551..70235af 100644
--- a/xwiki_17.4.6-mariadb-tomcat/Dockerfile
+++ b/xwiki_17.4.7-mariadb-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="17.4.6"
+ENV XWIKI_VERSION="17.4.7"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 15368a0cec387a4c74c7bf7d7a71b4a9aab6ee1f28aed9eff03062fce7b6d503
+ENV XWIKI_DOWNLOAD_SHA256 9d1a7736c57ddfb8c996a5999ea50ab956b452e1533df70b9169fbc6c99def06
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_17.4.6-mariadb-tomcat/tomcat/setenv.sh b/xwiki_17.4.7-mariadb-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_17.4.6-mariadb-tomcat/tomcat/setenv.sh
rename to xwiki_17.4.7-mariadb-tomcat/tomcat/setenv.sh
diff --git a/xwiki_17.4.6-mariadb-tomcat/xwiki/docker-entrypoint.sh b/xwiki_17.4.7-mariadb-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_17.4.6-mariadb-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_17.4.7-mariadb-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_17.4.6-mariadb-tomcat/xwiki/hibernate.cfg.xml b/xwiki_17.4.7-mariadb-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_17.4.6-mariadb-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_17.4.7-mariadb-tomcat/xwiki/hibernate.cfg.xml
diff --git a/xwiki_17.4.6-mysql-tomcat/Dockerfile b/xwiki_17.4.7-mysql-tomcat/Dockerfile
similarity index 98%
rename from xwiki_17.4.6-mysql-tomcat/Dockerfile
rename to xwiki_17.4.7-mysql-tomcat/Dockerfile
index 53546ff..19275fe 100644
--- a/xwiki_17.4.6-mysql-tomcat/Dockerfile
+++ b/xwiki_17.4.7-mysql-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="17.4.6"
+ENV XWIKI_VERSION="17.4.7"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 15368a0cec387a4c74c7bf7d7a71b4a9aab6ee1f28aed9eff03062fce7b6d503
+ENV XWIKI_DOWNLOAD_SHA256 9d1a7736c57ddfb8c996a5999ea50ab956b452e1533df70b9169fbc6c99def06
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_17.4.6-mysql-tomcat/tomcat/setenv.sh b/xwiki_17.4.7-mysql-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_17.4.6-mysql-tomcat/tomcat/setenv.sh
rename to xwiki_17.4.7-mysql-tomcat/tomcat/setenv.sh
diff --git a/xwiki_17.4.6-mysql-tomcat/xwiki/docker-entrypoint.sh b/xwiki_17.4.7-mysql-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_17.4.6-mysql-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_17.4.7-mysql-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_17.4.6-mysql-tomcat/xwiki/hibernate.cfg.xml b/xwiki_17.4.7-mysql-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_17.4.6-mysql-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_17.4.7-mysql-tomcat/xwiki/hibernate.cfg.xml
diff --git a/xwiki_17.4.6-postgres-tomcat/Dockerfile b/xwiki_17.4.7-postgres-tomcat/Dockerfile
similarity index 98%
rename from xwiki_17.4.6-postgres-tomcat/Dockerfile
rename to xwiki_17.4.7-postgres-tomcat/Dockerfile
index 6cdfec8..3fee379 100644
--- a/xwiki_17.4.6-postgres-tomcat/Dockerfile
+++ b/xwiki_17.4.7-postgres-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="17.4.6"
+ENV XWIKI_VERSION="17.4.7"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 15368a0cec387a4c74c7bf7d7a71b4a9aab6ee1f28aed9eff03062fce7b6d503
+ENV XWIKI_DOWNLOAD_SHA256 9d1a7736c57ddfb8c996a5999ea50ab956b452e1533df70b9169fbc6c99def06
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_17.4.6-postgres-tomcat/tomcat/setenv.sh b/xwiki_17.4.7-postgres-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_17.4.6-postgres-tomcat/tomcat/setenv.sh
rename to xwiki_17.4.7-postgres-tomcat/tomcat/setenv.sh
diff --git a/xwiki_17.4.6-postgres-tomcat/xwiki/docker-entrypoint.sh b/xwiki_17.4.7-postgres-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_17.4.6-postgres-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_17.4.7-postgres-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_17.4.6-postgres-tomcat/xwiki/hibernate.cfg.xml b/xwiki_17.4.7-postgres-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_17.4.6-postgres-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_17.4.7-postgres-tomcat/xwiki/hibernate.cfg.xml

Relevant Maintainers:

@tianon tianon merged commit a5c544b into docker-library:master Oct 31, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants