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 stable version to 16.10.1 #18057

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

michitux
Copy link
Contributor

No description provided.

@michitux michitux requested a review from a team as a code owner December 10, 2024 13:47
Copy link

Diff for bc88c63:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4886183..32e9d28 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,19 +31,19 @@ Architectures: amd64, arm64v8
 GitCommit: c66e808ef276252268d4da9854438ca0357a485b
 Directory: 15/postgres-tomcat
 
-Tags: 16, 16.10, 16.10.0, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.0-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
+Tags: 16, 16.10, 16.10.1, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.1-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
 Architectures: amd64, arm64v8
-GitCommit: 7976fa78fc21571e035fa24c7a57f03292fb0dae
+GitCommit: 430f87c1698844c262d110c61825b2ec98e86bf2
 Directory: 16/mysql-tomcat
 
-Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.0-mariadb-tomcat, mariadb-tomcat, stable-mariadb-tomcat, stable-mariadb
+Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.1-mariadb-tomcat, mariadb-tomcat, stable-mariadb-tomcat, stable-mariadb
 Architectures: amd64, arm64v8
-GitCommit: 7976fa78fc21571e035fa24c7a57f03292fb0dae
+GitCommit: 430f87c1698844c262d110c61825b2ec98e86bf2
 Directory: 16/mariadb-tomcat
 
-Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.0-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
+Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.1-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
 Architectures: amd64, arm64v8
-GitCommit: 7976fa78fc21571e035fa24c7a57f03292fb0dae
+GitCommit: 430f87c1698844c262d110c61825b2ec98e86bf2
 Directory: 16/postgres-tomcat
 
 Tags: 16.4, 16.4.5, 16.4-mysql-tomcat, 16.4.5-mysql-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index 25edfc1..3036d81 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.0
-xwiki:16.10.0-mariadb-tomcat
-xwiki:16.10.0-mysql-tomcat
-xwiki:16.10.0-postgres-tomcat
+xwiki:16.10.1
+xwiki:16.10.1-mariadb-tomcat
+xwiki:16.10.1-mysql-tomcat
+xwiki:16.10.1-postgres-tomcat
 xwiki:latest
 xwiki:lts
 xwiki:lts-mariadb
diff --git a/xwiki_latest/Dockerfile b/xwiki_latest/Dockerfile
index 8fce3f3..90d6904 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.0"
+ENV XWIKI_VERSION="16.10.1"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 742f762b067f1ad62bd2d8fe800b288895bb3066b07ee62a7aedb814da241c7a
+ENV XWIKI_DOWNLOAD_SHA256 f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e
 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 e97f3db..9969450 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.0"
+ENV XWIKI_VERSION="16.10.1"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 742f762b067f1ad62bd2d8fe800b288895bb3066b07ee62a7aedb814da241c7a
+ENV XWIKI_DOWNLOAD_SHA256 f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e
 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 74d404e..f4912f7 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.0"
+ENV XWIKI_VERSION="16.10.1"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 742f762b067f1ad62bd2d8fe800b288895bb3066b07ee62a7aedb814da241c7a
+ENV XWIKI_DOWNLOAD_SHA256 f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e
 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 4a2cad6 into docker-library:master Dec 10, 2024
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