-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update xwiki intermediate LTS #20197
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
Conversation
This file contains hidden or 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 a8037a1:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 490cd01..b6c6f76 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,17 +31,17 @@ Architectures: amd64, arm64v8
GitCommit: 0e8c29920c8f4853e4cb8152f9a3d04e0b164abb
Directory: 17/postgres-tomcat
-Tags: 17.4, 17.4.6, 17.4-mysql-tomcat, 17.4.6-mysql-tomcat
+Tags: 17.4, 17.4.7, 17.4-mysql-tomcat, 17.4.7-mysql-tomcat
Architectures: amd64, arm64v8
-GitCommit: c2b009e58724adc8395a81f1c22bf3d86ffbc2be
+GitCommit: f5b8a93c46ec436d3540c59f64ad0b7488cdc413
Directory: 17.4/mysql-tomcat
-Tags: 17.4-mariadb-tomcat, 17.4.6-mariadb-tomcat
+Tags: 17.4-mariadb-tomcat, 17.4.7-mariadb-tomcat
Architectures: amd64, arm64v8
-GitCommit: c2b009e58724adc8395a81f1c22bf3d86ffbc2be
+GitCommit: f5b8a93c46ec436d3540c59f64ad0b7488cdc413
Directory: 17.4/mariadb-tomcat
-Tags: 17.4-postgres-tomcat, 17.4.6-postgres-tomcat
+Tags: 17.4-postgres-tomcat, 17.4.7-postgres-tomcat
Architectures: amd64, arm64v8
-GitCommit: c2b009e58724adc8395a81f1c22bf3d86ffbc2be
+GitCommit: f5b8a93c46ec436d3540c59f64ad0b7488cdc413
Directory: 17.4/postgres-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index 8443fa0..dcd91d2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -18,10 +18,10 @@ xwiki:17.4
xwiki:17.4-mariadb-tomcat
xwiki:17.4-mysql-tomcat
xwiki:17.4-postgres-tomcat
-xwiki:17.4.6
-xwiki:17.4.6-mariadb-tomcat
-xwiki:17.4.6-mysql-tomcat
-xwiki:17.4.6-postgres-tomcat
+xwiki:17.4.7
+xwiki:17.4.7-mariadb-tomcat
+xwiki:17.4.7-mysql-tomcat
+xwiki:17.4.7-postgres-tomcat
xwiki:17.9
xwiki:17.9-mariadb-tomcat
xwiki:17.9-mysql-tomcat
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index e17d3bb..b046a73 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,6 @@
-xwiki:17.4.6-mariadb-tomcat
-xwiki:17.4.6-mysql-tomcat
-xwiki:17.4.6-postgres-tomcat
+xwiki:17.4.7-mariadb-tomcat
+xwiki:17.4.7-mysql-tomcat
+xwiki:17.4.7-postgres-tomcat
xwiki:latest
xwiki:lts
xwiki:lts-mariadb
diff --git a/xwiki_17.4.6-mariadb-tomcat/Dockerfile b/xwiki_17.4.7-mariadb-tomcat/Dockerfile
similarity index 98%
rename from xwiki_17.4.6-mariadb-tomcat/Dockerfile
rename to xwiki_17.4.7-mariadb-tomcat/Dockerfile
index 7cc3551..70235af 100644
--- a/xwiki_17.4.6-mariadb-tomcat/Dockerfile
+++ b/xwiki_17.4.7-mariadb-tomcat/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.4.6"
+ENV XWIKI_VERSION="17.4.7"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 15368a0cec387a4c74c7bf7d7a71b4a9aab6ee1f28aed9eff03062fce7b6d503
+ENV XWIKI_DOWNLOAD_SHA256 9d1a7736c57ddfb8c996a5999ea50ab956b452e1533df70b9169fbc6c99def06
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_17.4.6-mariadb-tomcat/tomcat/setenv.sh b/xwiki_17.4.7-mariadb-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_17.4.6-mariadb-tomcat/tomcat/setenv.sh
rename to xwiki_17.4.7-mariadb-tomcat/tomcat/setenv.sh
diff --git a/xwiki_17.4.6-mariadb-tomcat/xwiki/docker-entrypoint.sh b/xwiki_17.4.7-mariadb-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_17.4.6-mariadb-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_17.4.7-mariadb-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_17.4.6-mariadb-tomcat/xwiki/hibernate.cfg.xml b/xwiki_17.4.7-mariadb-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_17.4.6-mariadb-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_17.4.7-mariadb-tomcat/xwiki/hibernate.cfg.xml
diff --git a/xwiki_17.4.6-mysql-tomcat/Dockerfile b/xwiki_17.4.7-mysql-tomcat/Dockerfile
similarity index 98%
rename from xwiki_17.4.6-mysql-tomcat/Dockerfile
rename to xwiki_17.4.7-mysql-tomcat/Dockerfile
index 53546ff..19275fe 100644
--- a/xwiki_17.4.6-mysql-tomcat/Dockerfile
+++ b/xwiki_17.4.7-mysql-tomcat/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.4.6"
+ENV XWIKI_VERSION="17.4.7"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 15368a0cec387a4c74c7bf7d7a71b4a9aab6ee1f28aed9eff03062fce7b6d503
+ENV XWIKI_DOWNLOAD_SHA256 9d1a7736c57ddfb8c996a5999ea50ab956b452e1533df70b9169fbc6c99def06
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_17.4.6-mysql-tomcat/tomcat/setenv.sh b/xwiki_17.4.7-mysql-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_17.4.6-mysql-tomcat/tomcat/setenv.sh
rename to xwiki_17.4.7-mysql-tomcat/tomcat/setenv.sh
diff --git a/xwiki_17.4.6-mysql-tomcat/xwiki/docker-entrypoint.sh b/xwiki_17.4.7-mysql-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_17.4.6-mysql-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_17.4.7-mysql-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_17.4.6-mysql-tomcat/xwiki/hibernate.cfg.xml b/xwiki_17.4.7-mysql-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_17.4.6-mysql-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_17.4.7-mysql-tomcat/xwiki/hibernate.cfg.xml
diff --git a/xwiki_17.4.6-postgres-tomcat/Dockerfile b/xwiki_17.4.7-postgres-tomcat/Dockerfile
similarity index 98%
rename from xwiki_17.4.6-postgres-tomcat/Dockerfile
rename to xwiki_17.4.7-postgres-tomcat/Dockerfile
index 6cdfec8..3fee379 100644
--- a/xwiki_17.4.6-postgres-tomcat/Dockerfile
+++ b/xwiki_17.4.7-postgres-tomcat/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.4.6"
+ENV XWIKI_VERSION="17.4.7"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 15368a0cec387a4c74c7bf7d7a71b4a9aab6ee1f28aed9eff03062fce7b6d503
+ENV XWIKI_DOWNLOAD_SHA256 9d1a7736c57ddfb8c996a5999ea50ab956b452e1533df70b9169fbc6c99def06
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_17.4.6-postgres-tomcat/tomcat/setenv.sh b/xwiki_17.4.7-postgres-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_17.4.6-postgres-tomcat/tomcat/setenv.sh
rename to xwiki_17.4.7-postgres-tomcat/tomcat/setenv.sh
diff --git a/xwiki_17.4.6-postgres-tomcat/xwiki/docker-entrypoint.sh b/xwiki_17.4.7-postgres-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_17.4.6-postgres-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_17.4.7-postgres-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_17.4.6-postgres-tomcat/xwiki/hibernate.cfg.xml b/xwiki_17.4.7-postgres-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_17.4.6-postgres-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_17.4.7-postgres-tomcat/xwiki/hibernate.cfg.xmlRelevant Maintainers:
|
yosifkit
approved these changes
Oct 31, 2025
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.