Skip to content
Snippets Groups Projects
Commit c4af6dbb authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XDOCKER-164: Upgrade LTS version to 11.10.11

parent ee312102
No related branches found
No related tags found
No related merge requests found
# Default environment values
XWIKI_VERSION=11.10.10
XWIKI_VERSION=11.10.11
DB_USER=xwiki
DB_PASSWORD=xwiki
DB_DATABASE=xwiki
......
......@@ -43,9 +43,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="11.10.10"
ENV XWIKI_VERSION="11.10.11"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 497477c610b668bed7314c89bb0bde6dae4a0664404f4d4499e1d95d7eb94829
ENV XWIKI_DOWNLOAD_SHA256 21845fe8eed97708b86c0a7050cd99710633d0d3ed5b1084358694e101bd353e
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
......@@ -57,8 +57,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
# Copy the JDBC driver in the XWiki webapp
# For MYSQL, download the MySQL driver version from the Maven Central repository since there's no up to
# date Debian repository for it anymore.
ENV MYSQL_JDBC_VERSION="8.0.21"
ENV MYSQL_JDBC_SHA256="2f62d886270a75ebc8e8fd89127d4a30ccc711f02256ade2cfb7090817132003"
ENV MYSQL_JDBC_VERSION="8.0.22"
ENV MYSQL_JDBC_SHA256="5019defbd12316295e97a6e88f2a9b07f118345a4e982710bba232e499b22f4f"
ENV MYSQL_JDBC_PREFIX="https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_JDBC_VERSION}"
ENV MYSQL_JDBC_ARTIFACT="mysql-connector-java-${MYSQL_JDBC_VERSION}.jar"
ENV MYSQL_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MYSQL_JDBC_ARTIFACT}"
......
# Default environment values
XWIKI_VERSION=11.10.10
XWIKI_VERSION=11.10.11
DB_USER=xwiki
DB_PASSWORD=xwiki
DB_DATABASE=xwiki
......
......@@ -44,9 +44,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="11.10.10"
ENV XWIKI_VERSION="11.10.11"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 497477c610b668bed7314c89bb0bde6dae4a0664404f4d4499e1d95d7eb94829
ENV XWIKI_DOWNLOAD_SHA256 21845fe8eed97708b86c0a7050cd99710633d0d3ed5b1084358694e101bd353e
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
......
......@@ -57,8 +57,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
# Copy the JDBC driver in the XWiki webapp
# For MYSQL, download the MySQL driver version from the Maven Central repository since there's no up to
# date Debian repository for it anymore.
ENV MYSQL_JDBC_VERSION="8.0.21"
ENV MYSQL_JDBC_SHA256="2f62d886270a75ebc8e8fd89127d4a30ccc711f02256ade2cfb7090817132003"
ENV MYSQL_JDBC_VERSION="8.0.22"
ENV MYSQL_JDBC_SHA256="5019defbd12316295e97a6e88f2a9b07f118345a4e982710bba232e499b22f4f"
ENV MYSQL_JDBC_PREFIX="https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_JDBC_VERSION}"
ENV MYSQL_JDBC_ARTIFACT="mysql-connector-java-${MYSQL_JDBC_VERSION}.jar"
ENV MYSQL_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MYSQL_JDBC_ARTIFACT}"
......
......@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
def tokens = [
'11': [
xwikiVersion: '11.10.10',
xwikiSha256: '497477c610b668bed7314c89bb0bde6dae4a0664404f4d4499e1d95d7eb94829'
xwikiVersion: '11.10.11',
xwikiSha256: '21845fe8eed97708b86c0a7050cd99710633d0d3ed5b1084358694e101bd353e'
],
'12': [
xwikiVersion: '12.9',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.