Skip to content
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

Upgrade LTS version of XWiki to 16.10.3 #18325

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

vmassol
Copy link
Contributor

@vmassol vmassol commented Jan 28, 2025

No description provided.

@vmassol vmassol requested a review from a team as a code owner January 28, 2025 17:01
Copy link

Diff for 121792d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6584d2e..4785345 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,19 +31,19 @@ Architectures: amd64, arm64v8
 GitCommit: fab7d75641c1be35a39ce4895178946a16a14f9b
 Directory: 15/postgres-tomcat
 
-Tags: 16, 16.10, 16.10.2, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.2-mysql-tomcat, mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts, stable-mysql-tomcat, stable-mysql, stable, latest
+Tags: 16, 16.10, 16.10.3, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.3-mysql-tomcat, mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts, stable-mysql-tomcat, stable-mysql, stable, latest
 Architectures: amd64, arm64v8
-GitCommit: beed20b75ae4c952be757cec1502151d2d2a7939
+GitCommit: 41942e37e12947c9f0b20f132c77353977fe17e1
 Directory: 16/mysql-tomcat
 
-Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.2-mariadb-tomcat, mariadb-tomcat, lts-mariadb-tomcat, lts-mariadb, stable-mariadb-tomcat, stable-mariadb
+Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.3-mariadb-tomcat, mariadb-tomcat, lts-mariadb-tomcat, lts-mariadb, stable-mariadb-tomcat, stable-mariadb
 Architectures: amd64, arm64v8
-GitCommit: beed20b75ae4c952be757cec1502151d2d2a7939
+GitCommit: 41942e37e12947c9f0b20f132c77353977fe17e1
 Directory: 16/mariadb-tomcat
 
-Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.2-postgres-tomcat, postgres-tomcat, lts-postgres-tomcat, lts-postgres, stable-postgres-tomcat, stable-postgres
+Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.3-postgres-tomcat, postgres-tomcat, lts-postgres-tomcat, lts-postgres, stable-postgres-tomcat, stable-postgres
 Architectures: amd64, arm64v8
-GitCommit: beed20b75ae4c952be757cec1502151d2d2a7939
+GitCommit: 41942e37e12947c9f0b20f132c77353977fe17e1
 Directory: 16/postgres-tomcat
 
 Tags: 16.4, 16.4.6, 16.4-mysql-tomcat, 16.4.6-mysql-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index 214be71..2ec7cba 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,10 +38,10 @@ xwiki:16.10
 xwiki:16.10-mariadb-tomcat
 xwiki:16.10-mysql-tomcat
 xwiki:16.10-postgres-tomcat
-xwiki:16.10.2
-xwiki:16.10.2-mariadb-tomcat
-xwiki:16.10.2-mysql-tomcat
-xwiki:16.10.2-postgres-tomcat
+xwiki:16.10.3
+xwiki:16.10.3-mariadb-tomcat
+xwiki:16.10.3-mysql-tomcat
+xwiki:16.10.3-postgres-tomcat
 xwiki:latest
 xwiki:lts
 xwiki:lts-mariadb
diff --git a/xwiki_latest/Dockerfile b/xwiki_latest/Dockerfile
index 9181848..ccfd35b 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="16.10.2"
+ENV XWIKI_VERSION="16.10.3"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2
+ENV XWIKI_DOWNLOAD_SHA256 bf1f77ad964b2285c5a7695ae279bbb26f23df01ea83982bcc644af45a658405
 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 f655d49..d4dcf26 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="16.10.2"
+ENV XWIKI_VERSION="16.10.3"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2
+ENV XWIKI_DOWNLOAD_SHA256 bf1f77ad964b2285c5a7695ae279bbb26f23df01ea83982bcc644af45a658405
 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 06c0e0c..cddc7e2 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="16.10.2"
+ENV XWIKI_VERSION="16.10.3"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2
+ENV XWIKI_DOWNLOAD_SHA256 bf1f77ad964b2285c5a7695ae279bbb26f23df01ea83982bcc644af45a658405
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \

Relevant Maintainers:

@yosifkit yosifkit merged commit 08ee3ef into docker-library:master Jan 28, 2025
17 checks passed
@vmassol
Copy link
Contributor Author

vmassol commented Jan 29, 2025

Thx @yosifkit

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