Skip to content

Commit

Permalink
XDOCKER-350: Upgrade LTS version to 16.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Dec 26, 2024
1 parent 5057e7a commit beed20b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 16/mariadb-tomcat/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default environment values
XWIKI_VERSION=16.10.1
XWIKI_VERSION=16.10.2
DB_USER=xwiki
DB_PASSWORD=xwiki
DB_DATABASE=xwiki
Expand Down
4 changes: 2 additions & 2 deletions 16/mariadb-tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
ENV XWIKI_VERSION="16.10.2"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e
ENV XWIKI_DOWNLOAD_SHA256 1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
Expand Down
2 changes: 1 addition & 1 deletion 16/mysql-tomcat/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default environment values
XWIKI_VERSION=16.10.1
XWIKI_VERSION=16.10.2
DB_USER=xwiki
DB_PASSWORD=xwiki
DB_DATABASE=xwiki
Expand Down
4 changes: 2 additions & 2 deletions 16/mysql-tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
ENV XWIKI_VERSION="16.10.2"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e
ENV XWIKI_DOWNLOAD_SHA256 1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
Expand Down
2 changes: 1 addition & 1 deletion 16/postgres-tomcat/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default environment values
XWIKI_VERSION=16.10.1
XWIKI_VERSION=16.10.2
DB_USER=xwiki
DB_PASSWORD=xwiki
DB_DATABASE=xwiki
Expand Down
4 changes: 2 additions & 2 deletions 16/postgres-tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
ENV XWIKI_VERSION="16.10.2"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e
ENV XWIKI_DOWNLOAD_SHA256 1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat']

def tokens = [
'16': [
xwikiVersion: '16.10.1',
xwikiSha256: 'f9f365da951626711ec44aebd0276517d8fe1522b1c209c0d3af9c302071ee6e',
xwikiVersion: '16.10.2',
xwikiSha256: '1a6287416db4243e3d40939e19509ca4ebe9e4f46f8fcf7204f223bcfff8b6e2',
mysqlJDBCVersion: '9.1.0',
mysqlJDBCSha256: '8776e2ebc46072c9a47ea59d98298c4273bd9f16a7b26b5dfa4744535aa26c62',
mariadbJDBCVersion: '3.5.1',
Expand Down

0 comments on commit beed20b

Please sign in to comment.