Skip to content

Commit

Permalink
XDOCKER-320: Upgrade stable version to 16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michitux committed Apr 30, 2024
1 parent 85106fd commit 5899d2b
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.2.0
XWIKI_VERSION=16.3.0
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.2.0"
ENV XWIKI_VERSION="16.3.0"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f
ENV XWIKI_DOWNLOAD_SHA256 3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba
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.2.0
XWIKI_VERSION=16.3.0
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.2.0"
ENV XWIKI_VERSION="16.3.0"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f
ENV XWIKI_DOWNLOAD_SHA256 3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba
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.2.0
XWIKI_VERSION=16.3.0
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 @@ -49,9 +49,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.2.0"
ENV XWIKI_VERSION="16.3.0"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f
ENV XWIKI_DOWNLOAD_SHA256 3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba
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.2.0',
xwikiSha256: '7d355ae1c88691b19af9658e3f042083d57c08d5e52e1ade25536536ad72fb3f',
xwikiVersion: '16.3.0',
xwikiSha256: '3d75d5d495ed89af2e76a6058fa347094be0efd4862f88814640cc18ef3e33ba',
mysqlJDBCVersion: '8.3.0',
mysqlJDBCSha256: '94e7fa815370cdcefed915db7f53f88445fac110f8c3818392b992ec9ee6d295',
mariadbJDBCVersion: '3.3.3',
Expand Down

0 comments on commit 5899d2b

Please sign in to comment.