-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
approved these changes
Jan 28, 2025
Thx @yosifkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.