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

Update xwiki LTS to 16.10.5 #18612

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Conversation

manuelleduc
Copy link
Contributor

No description provided.

@manuelleduc manuelleduc requested a review from a team as a code owner March 11, 2025 16:27
Copy link

Diff for 0c3f534:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b47899a..1dfc25f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -16,19 +16,19 @@ Architectures: amd64, arm64v8
 GitCommit: ffbda2123e322160254f342751bce9b978412e5f
 Directory: 14/postgres-tomcat
 
-Tags: 16, 16.10, 16.10.4, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.4-mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts
+Tags: 16, 16.10, 16.10.5, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.5-mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts
 Architectures: amd64, arm64v8
-GitCommit: a668c18d7c49f33ebf188da04e7e2a1473960550
+GitCommit: 754d04a5c697218dfe563967550f26561f19e8bb
 Directory: 16/mysql-tomcat
 
-Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.4-mariadb-tomcat, lts-mariadb-tomcat, lts-mariadb
+Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.5-mariadb-tomcat, lts-mariadb-tomcat, lts-mariadb
 Architectures: amd64, arm64v8
-GitCommit: a668c18d7c49f33ebf188da04e7e2a1473960550
+GitCommit: 754d04a5c697218dfe563967550f26561f19e8bb
 Directory: 16/mariadb-tomcat
 
-Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.4-postgres-tomcat, lts-postgres-tomcat, lts-postgres
+Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.5-postgres-tomcat, lts-postgres-tomcat, lts-postgres
 Architectures: amd64, arm64v8
-GitCommit: a668c18d7c49f33ebf188da04e7e2a1473960550
+GitCommit: 754d04a5c697218dfe563967550f26561f19e8bb
 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 a39a991..29fdf9c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -26,10 +26,10 @@ xwiki:16.10
 xwiki:16.10-mariadb-tomcat
 xwiki:16.10-mysql-tomcat
 xwiki:16.10-postgres-tomcat
-xwiki:16.10.4
-xwiki:16.10.4-mariadb-tomcat
-xwiki:16.10.4-mysql-tomcat
-xwiki:16.10.4-postgres-tomcat
+xwiki:16.10.5
+xwiki:16.10.5-mariadb-tomcat
+xwiki:16.10.5-mysql-tomcat
+xwiki:16.10.5-postgres-tomcat
 xwiki:17
 xwiki:17-mariadb-tomcat
 xwiki:17-mysql-tomcat
diff --git a/xwiki_lts-mariadb/Dockerfile b/xwiki_lts-mariadb/Dockerfile
index b46ab34..985d67c 100644
--- a/xwiki_lts-mariadb/Dockerfile
+++ b/xwiki_lts-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.4"
+ENV XWIKI_VERSION="16.10.5"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 46d3f6451aaff86b583b3faf5634a7345b4a0886c206e0a8a1a3ccbc7dc82eb4
+ENV XWIKI_DOWNLOAD_SHA256 ecc2d3e639273eff8ecb441aa55a8baefb87ec02826d178fb1e3aff1223dee4d
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_lts-postgres/Dockerfile b/xwiki_lts-postgres/Dockerfile
index 74583d0..3aac44b 100644
--- a/xwiki_lts-postgres/Dockerfile
+++ b/xwiki_lts-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.4"
+ENV XWIKI_VERSION="16.10.5"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 46d3f6451aaff86b583b3faf5634a7345b4a0886c206e0a8a1a3ccbc7dc82eb4
+ENV XWIKI_DOWNLOAD_SHA256 ecc2d3e639273eff8ecb441aa55a8baefb87ec02826d178fb1e3aff1223dee4d
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_lts/Dockerfile b/xwiki_lts/Dockerfile
index 7dfaa73..567fb5c 100644
--- a/xwiki_lts/Dockerfile
+++ b/xwiki_lts/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.4"
+ENV XWIKI_VERSION="16.10.5"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 46d3f6451aaff86b583b3faf5634a7345b4a0886c206e0a8a1a3ccbc7dc82eb4
+ENV XWIKI_DOWNLOAD_SHA256 ecc2d3e639273eff8ecb441aa55a8baefb87ec02826d178fb1e3aff1223dee4d
 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 00f84af into docker-library:master Mar 11, 2025
17 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