Skip to content

Update XWiki stable version to 17.3.0 #18944

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
Apr 28, 2025
Merged

Conversation

michitux
Copy link
Contributor

No description provided.

@michitux michitux requested a review from a team as a code owner April 28, 2025 16:25
Copy link

Diff for 304d34d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ff97714..b088c4e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,17 +31,17 @@ Architectures: amd64, arm64v8
 GitCommit: 58e6e3f59cc6c7f15a7a1d0fe5b2390353e61e6d
 Directory: 16.4/postgres-tomcat
 
-Tags: 17, 17.2, 17.2.2, 17-mysql-tomcat, 17.2-mysql-tomcat, 17.2.2-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
+Tags: 17, 17.3, 17.3.0, 17-mysql-tomcat, 17.3-mysql-tomcat, 17.3.0-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
 Architectures: amd64, arm64v8
-GitCommit: 3ced44d5c273e60e31cd4717c200f57ecd7df630
+GitCommit: 71a0c005e146907701301188b381e917638d7d1c
 Directory: 17/mysql-tomcat
 
-Tags: 17-mariadb-tomcat, 17.2-mariadb-tomcat, 17.2.2-mariadb-tomcat, mariadb-tomcat, stable-mariadb-tomcat, stable-mariadb
+Tags: 17-mariadb-tomcat, 17.3-mariadb-tomcat, 17.3.0-mariadb-tomcat, mariadb-tomcat, stable-mariadb-tomcat, stable-mariadb
 Architectures: amd64, arm64v8
-GitCommit: 3ced44d5c273e60e31cd4717c200f57ecd7df630
+GitCommit: 71a0c005e146907701301188b381e917638d7d1c
 Directory: 17/mariadb-tomcat
 
-Tags: 17-postgres-tomcat, 17.2-postgres-tomcat, 17.2.2-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
+Tags: 17-postgres-tomcat, 17.3-postgres-tomcat, 17.3.0-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
 Architectures: amd64, arm64v8
-GitCommit: 3ced44d5c273e60e31cd4717c200f57ecd7df630
+GitCommit: 71a0c005e146907701301188b381e917638d7d1c
 Directory: 17/postgres-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index 3342b34..f763076 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -22,14 +22,14 @@ xwiki:17
 xwiki:17-mariadb-tomcat
 xwiki:17-mysql-tomcat
 xwiki:17-postgres-tomcat
-xwiki:17.2
-xwiki:17.2-mariadb-tomcat
-xwiki:17.2-mysql-tomcat
-xwiki:17.2-postgres-tomcat
-xwiki:17.2.2
-xwiki:17.2.2-mariadb-tomcat
-xwiki:17.2.2-mysql-tomcat
-xwiki:17.2.2-postgres-tomcat
+xwiki:17.3
+xwiki:17.3-mariadb-tomcat
+xwiki:17.3-mysql-tomcat
+xwiki:17.3-postgres-tomcat
+xwiki:17.3.0
+xwiki:17.3.0-mariadb-tomcat
+xwiki:17.3.0-mysql-tomcat
+xwiki:17.3.0-postgres-tomcat
 xwiki:latest
 xwiki:lts
 xwiki:lts-mariadb
diff --git a/xwiki_latest/Dockerfile b/xwiki_latest/Dockerfile
index 3532b31..b9abed3 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.2.2"
+ENV XWIKI_VERSION="17.3.0"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 257501fc3cccfcaf7f82f252410aa6cbf080c1ea55a8e158ac9728c29959a992
+ENV XWIKI_DOWNLOAD_SHA256 ec6e09a392b5f0928fee68f40ffe218ceecad3113597127a0ecd8c67d7d8ce00
 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 dd1f082..207b53f 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.2.2"
+ENV XWIKI_VERSION="17.3.0"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 257501fc3cccfcaf7f82f252410aa6cbf080c1ea55a8e158ac9728c29959a992
+ENV XWIKI_DOWNLOAD_SHA256 ec6e09a392b5f0928fee68f40ffe218ceecad3113597127a0ecd8c67d7d8ce00
 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 6b19d6f..240a232 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.2.2"
+ENV XWIKI_VERSION="17.3.0"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 257501fc3cccfcaf7f82f252410aa6cbf080c1ea55a8e158ac9728c29959a992
+ENV XWIKI_DOWNLOAD_SHA256 ec6e09a392b5f0928fee68f40ffe218ceecad3113597127a0ecd8c67d7d8ce00
 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 c1039ec into docker-library:master Apr 28, 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.

2 participants