Skip to content

XWiki 17.4.1 release #19285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged

XWiki 17.4.1 release #19285

merged 1 commit into from
Jun 17, 2025

Conversation

tmortagne
Copy link
Contributor

No description provided.

@tmortagne tmortagne requested a review from a team as a code owner June 17, 2025 16:42
Copy link

Diff for de7b6f3:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 59fad17..84afa65 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -16,17 +16,17 @@ Architectures: amd64, arm64v8
 GitCommit: 432858b827200132c33219374999c43a4a8d6f5b
 Directory: 16/postgres-tomcat
 
-Tags: 17, 17.4, 17.4.0, 17-mysql-tomcat, 17.4-mysql-tomcat, 17.4.0-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
+Tags: 17, 17.4, 17.4.1, 17-mysql-tomcat, 17.4-mysql-tomcat, 17.4.1-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
 Architectures: amd64, arm64v8
-GitCommit: 4b6bc78ad062a9d60192709b9785c3263b8e5dff
+GitCommit: edc5062ac1533654c21f074b65980ea57305c495
 Directory: 17/mysql-tomcat
 
-Tags: 17-mariadb-tomcat, 17.4-mariadb-tomcat, 17.4.0-mariadb-tomcat, mariadb-tomcat, stable-mariadb-tomcat, stable-mariadb
+Tags: 17-mariadb-tomcat, 17.4-mariadb-tomcat, 17.4.1-mariadb-tomcat, mariadb-tomcat, stable-mariadb-tomcat, stable-mariadb
 Architectures: amd64, arm64v8
-GitCommit: 4b6bc78ad062a9d60192709b9785c3263b8e5dff
+GitCommit: edc5062ac1533654c21f074b65980ea57305c495
 Directory: 17/mariadb-tomcat
 
-Tags: 17-postgres-tomcat, 17.4-postgres-tomcat, 17.4.0-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
+Tags: 17-postgres-tomcat, 17.4-postgres-tomcat, 17.4.1-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
 Architectures: amd64, arm64v8
-GitCommit: 4b6bc78ad062a9d60192709b9785c3263b8e5dff
+GitCommit: edc5062ac1533654c21f074b65980ea57305c495
 Directory: 17/postgres-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index 51d69e1..916f1ea 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.0
-xwiki:17.4.0-mariadb-tomcat
-xwiki:17.4.0-mysql-tomcat
-xwiki:17.4.0-postgres-tomcat
+xwiki:17.4.1
+xwiki:17.4.1-mariadb-tomcat
+xwiki:17.4.1-mysql-tomcat
+xwiki:17.4.1-postgres-tomcat
 xwiki:latest
 xwiki:lts
 xwiki:lts-mariadb
diff --git a/xwiki_latest/Dockerfile b/xwiki_latest/Dockerfile
index f9550fa..a308642 100644
--- a/xwiki_latest/Dockerfile
+++ b/xwiki_latest/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.0"
+ENV XWIKI_VERSION="17.4.1"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 a772a15f5e7e355d11e82fde3c910d23a269e317b208e862f923572520c438b6
+ENV XWIKI_DOWNLOAD_SHA256 59dcf56f6b97c21d42bbebd7a2f4020be6ad77365b9e291740d3950513e6dbf0
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_stable-mariadb/Dockerfile b/xwiki_stable-mariadb/Dockerfile
index c08aab0..94f2b76 100644
--- a/xwiki_stable-mariadb/Dockerfile
+++ b/xwiki_stable-mariadb/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.0"
+ENV XWIKI_VERSION="17.4.1"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 a772a15f5e7e355d11e82fde3c910d23a269e317b208e862f923572520c438b6
+ENV XWIKI_DOWNLOAD_SHA256 59dcf56f6b97c21d42bbebd7a2f4020be6ad77365b9e291740d3950513e6dbf0
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_stable-postgres/Dockerfile b/xwiki_stable-postgres/Dockerfile
index d86ef18..7a8e789 100644
--- a/xwiki_stable-postgres/Dockerfile
+++ b/xwiki_stable-postgres/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.0"
+ENV XWIKI_VERSION="17.4.1"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 a772a15f5e7e355d11e82fde3c910d23a269e317b208e862f923572520c438b6
+ENV XWIKI_DOWNLOAD_SHA256 59dcf56f6b97c21d42bbebd7a2f4020be6ad77365b9e291740d3950513e6dbf0
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \

Relevant Maintainers:

@tianon tianon merged commit e85f1c0 into docker-library:master Jun 17, 2025
16 of 19 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.

2 participants