Skip to content

Update xwiki to 16.10.17#20883

Merged
tianon merged 1 commit intodocker-library:masterfrom
surli:patch-11
Feb 19, 2026
Merged

Update xwiki to 16.10.17#20883
tianon merged 1 commit intodocker-library:masterfrom
surli:patch-11

Conversation

@surli
Copy link
Contributor

@surli surli commented Feb 19, 2026

No description provided.

@surli surli requested a review from a team as a code owner February 19, 2026 16:41
@github-actions
Copy link

Diff for 17faa51:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8ce8da5..e7e1c44 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,19 +1,19 @@
 Maintainers: XWiki Core Dev Team <committers@xwiki.org> (@xwiki)
 GitRepo: https://github.com/xwiki-contrib/docker-xwiki.git
 
-Tags: 16, 16.10, 16.10.16, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.16-mysql-tomcat
+Tags: 16, 16.10, 16.10.17, 16-mysql-tomcat, 16.10-mysql-tomcat, 16.10.17-mysql-tomcat
 Architectures: amd64, arm64v8
-GitCommit: 94c6de808dce8af709a7f422837cc0b44e428bc8
+GitCommit: 8ce19d8b799ac7b59c2c50da5f10574b0375c762
 Directory: 16/mysql-tomcat
 
-Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.16-mariadb-tomcat
+Tags: 16-mariadb-tomcat, 16.10-mariadb-tomcat, 16.10.17-mariadb-tomcat
 Architectures: amd64, arm64v8
-GitCommit: 94c6de808dce8af709a7f422837cc0b44e428bc8
+GitCommit: 8ce19d8b799ac7b59c2c50da5f10574b0375c762
 Directory: 16/mariadb-tomcat
 
-Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.16-postgres-tomcat
+Tags: 16-postgres-tomcat, 16.10-postgres-tomcat, 16.10.17-postgres-tomcat
 Architectures: amd64, arm64v8
-GitCommit: 94c6de808dce8af709a7f422837cc0b44e428bc8
+GitCommit: 8ce19d8b799ac7b59c2c50da5f10574b0375c762
 Directory: 16/postgres-tomcat
 
 Tags: 17, 17.10, 17.10.3, 17-mysql-tomcat, 17.10-mysql-tomcat, 17.10.3-mysql-tomcat, lts-mysql-tomcat, lts-mysql, lts
diff --git a/_bashbrew-list b/_bashbrew-list
index f16dd7c..5781756 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ xwiki:16.10
 xwiki:16.10-mariadb-tomcat
 xwiki:16.10-mysql-tomcat
 xwiki:16.10-postgres-tomcat
-xwiki:16.10.16
-xwiki:16.10.16-mariadb-tomcat
-xwiki:16.10.16-mysql-tomcat
-xwiki:16.10.16-postgres-tomcat
+xwiki:16.10.17
+xwiki:16.10.17-mariadb-tomcat
+xwiki:16.10.17-mysql-tomcat
+xwiki:16.10.17-postgres-tomcat
 xwiki:17
 xwiki:17-mariadb-tomcat
 xwiki:17-mysql-tomcat
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index ea24c2d..8382de7 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,6 @@
-xwiki:16.10.16-mariadb-tomcat
-xwiki:16.10.16-mysql-tomcat
-xwiki:16.10.16-postgres-tomcat
+xwiki:16.10.17-mariadb-tomcat
+xwiki:16.10.17-mysql-tomcat
+xwiki:16.10.17-postgres-tomcat
 xwiki:17.4.9-mariadb-tomcat
 xwiki:17.4.9-mysql-tomcat
 xwiki:17.4.9-postgres-tomcat
diff --git a/xwiki_16.10.16-mariadb-tomcat/Dockerfile b/xwiki_16.10.17-mariadb-tomcat/Dockerfile
similarity index 98%
rename from xwiki_16.10.16-mariadb-tomcat/Dockerfile
rename to xwiki_16.10.17-mariadb-tomcat/Dockerfile
index db5c099..d5886ca 100644
--- a/xwiki_16.10.16-mariadb-tomcat/Dockerfile
+++ b/xwiki_16.10.17-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="16.10.16"
+ENV XWIKI_VERSION="16.10.17"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 e5df973b0fda8701e15bde16d5c2786a9cb2c5a1dde719bc4abe5e78c757a3f0
+ENV XWIKI_DOWNLOAD_SHA256 4e43dde6d4f971e789b8d38c06404ce14f40c65e2e541303fbb7d2151c113a85
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_16.10.16-mariadb-tomcat/tomcat/setenv.sh b/xwiki_16.10.17-mariadb-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_16.10.16-mariadb-tomcat/tomcat/setenv.sh
rename to xwiki_16.10.17-mariadb-tomcat/tomcat/setenv.sh
diff --git a/xwiki_16.10.16-mariadb-tomcat/xwiki/docker-entrypoint.sh b/xwiki_16.10.17-mariadb-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_16.10.16-mariadb-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_16.10.17-mariadb-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_16.10.16-mariadb-tomcat/xwiki/hibernate.cfg.xml b/xwiki_16.10.17-mariadb-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_16.10.16-mariadb-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_16.10.17-mariadb-tomcat/xwiki/hibernate.cfg.xml
diff --git a/xwiki_16.10.16-mysql-tomcat/Dockerfile b/xwiki_16.10.17-mysql-tomcat/Dockerfile
similarity index 96%
rename from xwiki_16.10.16-mysql-tomcat/Dockerfile
rename to xwiki_16.10.17-mysql-tomcat/Dockerfile
index 8c946e7..0df46a9 100644
--- a/xwiki_16.10.16-mysql-tomcat/Dockerfile
+++ b/xwiki_16.10.17-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="16.10.16"
+ENV XWIKI_VERSION="16.10.17"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 e5df973b0fda8701e15bde16d5c2786a9cb2c5a1dde719bc4abe5e78c757a3f0
+ENV XWIKI_DOWNLOAD_SHA256 4e43dde6d4f971e789b8d38c06404ce14f40c65e2e541303fbb7d2151c113a85
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
 # Copy the JDBC driver in the XWiki webapp
 # We take the database driver version from the Maven Central repository since we want to control the version 
 # used and have it being consistent with what is tested in the CI.
-ENV MYSQL_JDBC_VERSION="9.5.0"
-ENV MYSQL_JDBC_SHA256="f2ca3dfaf00d4aa311470db7ea3051962944ba0cb60005a2f75467549c39f425"
+ENV MYSQL_JDBC_VERSION="9.6.0"
+ENV MYSQL_JDBC_SHA256="66df1d453789dc8cb759a7dc17f58646893bf28483f262328650f170472a6ead"
 ENV MYSQL_JDBC_PREFIX="https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/${MYSQL_JDBC_VERSION}"
 ENV MYSQL_JDBC_ARTIFACT="mysql-connector-j-${MYSQL_JDBC_VERSION}.jar"
 ENV MYSQL_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MYSQL_JDBC_ARTIFACT}"
diff --git a/xwiki_16.10.16-mysql-tomcat/tomcat/setenv.sh b/xwiki_16.10.17-mysql-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_16.10.16-mysql-tomcat/tomcat/setenv.sh
rename to xwiki_16.10.17-mysql-tomcat/tomcat/setenv.sh
diff --git a/xwiki_16.10.16-mysql-tomcat/xwiki/docker-entrypoint.sh b/xwiki_16.10.17-mysql-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_16.10.16-mysql-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_16.10.17-mysql-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_16.10.16-mysql-tomcat/xwiki/hibernate.cfg.xml b/xwiki_16.10.17-mysql-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_16.10.16-mysql-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_16.10.17-mysql-tomcat/xwiki/hibernate.cfg.xml
diff --git a/xwiki_16.10.16-postgres-tomcat/Dockerfile b/xwiki_16.10.17-postgres-tomcat/Dockerfile
similarity index 96%
rename from xwiki_16.10.16-postgres-tomcat/Dockerfile
rename to xwiki_16.10.17-postgres-tomcat/Dockerfile
index 8592073..2531795 100644
--- a/xwiki_16.10.16-postgres-tomcat/Dockerfile
+++ b/xwiki_16.10.17-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="16.10.16"
+ENV XWIKI_VERSION="16.10.17"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 e5df973b0fda8701e15bde16d5c2786a9cb2c5a1dde719bc4abe5e78c757a3f0
+ENV XWIKI_DOWNLOAD_SHA256 4e43dde6d4f971e789b8d38c06404ce14f40c65e2e541303fbb7d2151c113a85
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
 # Copy the JDBC driver in the XWiki webapp
 # We take the database driver version from the Maven Central repository since we want to control the version 
 # used and have it being consistent with what is tested in the CI.
-ENV POSTGRES_JDBC_VERSION="42.7.8"
-ENV POSTGRES_JDBC_SHA256="2a32a9dcbc42d67a50ad3a0de5efd102c8d2be46720045f2cbd6689f160ab7c7"
+ENV POSTGRES_JDBC_VERSION="42.7.9"
+ENV POSTGRES_JDBC_SHA256="88f1fc3992e80ec3b048f798030e9a014aa4783c40afb56d3e7a87ee0adf166f"
 ENV POSTGRES_JDBC_PREFIX="https://repo1.maven.org/maven2/org/postgresql/postgresql/${POSTGRES_JDBC_VERSION}"
 ENV POSTGRES_JDBC_ARTIFACT="postgresql-${POSTGRES_JDBC_VERSION}.jar"
 ENV POSTGRES_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${POSTGRES_JDBC_ARTIFACT}"
diff --git a/xwiki_16.10.16-postgres-tomcat/tomcat/setenv.sh b/xwiki_16.10.17-postgres-tomcat/tomcat/setenv.sh
similarity index 100%
rename from xwiki_16.10.16-postgres-tomcat/tomcat/setenv.sh
rename to xwiki_16.10.17-postgres-tomcat/tomcat/setenv.sh
diff --git a/xwiki_16.10.16-postgres-tomcat/xwiki/docker-entrypoint.sh b/xwiki_16.10.17-postgres-tomcat/xwiki/docker-entrypoint.sh
similarity index 100%
rename from xwiki_16.10.16-postgres-tomcat/xwiki/docker-entrypoint.sh
rename to xwiki_16.10.17-postgres-tomcat/xwiki/docker-entrypoint.sh
diff --git a/xwiki_16.10.16-postgres-tomcat/xwiki/hibernate.cfg.xml b/xwiki_16.10.17-postgres-tomcat/xwiki/hibernate.cfg.xml
similarity index 100%
rename from xwiki_16.10.16-postgres-tomcat/xwiki/hibernate.cfg.xml
rename to xwiki_16.10.17-postgres-tomcat/xwiki/hibernate.cfg.xml

Relevant Maintainers:

@tianon tianon merged commit 38dd0d1 into docker-library:master Feb 19, 2026
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

Comments