Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • bmi/opendesk/component-code/knowledge-management/xwiki/xwiki_docker
1 result
Show changes
Commits on Source (3)
...@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \ ...@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
# Copy the JDBC driver in the XWiki webapp # 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 # 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. # used and have it being consistent with what is tested in the CI.
ENV MARIADB_JDBC_VERSION="3.4.1" ENV MARIADB_JDBC_VERSION="3.5.0"
ENV MARIADB_JDBC_SHA256="f60e4b282f1f4bdb74f0a26436ba7078a5e480b6f6702f6a7b45d9ba5e604a24" ENV MARIADB_JDBC_SHA256="10b777716f1597aed6612abf1985987089fa5446c3bdea2fa4f48a326929f3f5"
ENV MARIADB_JDBC_PREFIX="https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${MARIADB_JDBC_VERSION}" ENV MARIADB_JDBC_PREFIX="https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${MARIADB_JDBC_VERSION}"
ENV MARIADB_JDBC_ARTIFACT="mariadb-java-client-${MARIADB_JDBC_VERSION}.jar" ENV MARIADB_JDBC_ARTIFACT="mariadb-java-client-${MARIADB_JDBC_VERSION}.jar"
ENV MARIADB_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MARIADB_JDBC_ARTIFACT}" ENV MARIADB_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MARIADB_JDBC_ARTIFACT}"
......
# Default environment values # Default environment values
XWIKI_VERSION=16.4.4 XWIKI_VERSION=16.4.5
DB_USER=xwiki DB_USER=xwiki
DB_PASSWORD=xwiki DB_PASSWORD=xwiki
DB_DATABASE=xwiki DB_DATABASE=xwiki
......
...@@ -48,9 +48,9 @@ RUN apt-get update && \ ...@@ -48,9 +48,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat # Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory # Create the Tomcat temporary directory
# Configure the XWiki permanent directory # Configure the XWiki permanent directory
ENV XWIKI_VERSION="16.4.4" ENV XWIKI_VERSION="16.4.5"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 56b3c6c9638b69f9133628b458abe559db2e6d6e117a00e918e53a5ba5f019d2 ENV XWIKI_DOWNLOAD_SHA256 363ef72ced7e9867079b38420a72e45d176c9a01208021838de202360cea58fe
RUN rm -rf /usr/local/tomcat/webapps/* && \ RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ mkdir -p /usr/local/xwiki/data && \
...@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \ ...@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
# Copy the JDBC driver in the XWiki webapp # 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 # 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. # used and have it being consistent with what is tested in the CI.
ENV MARIADB_JDBC_VERSION="3.4.1" ENV MARIADB_JDBC_VERSION="3.5.0"
ENV MARIADB_JDBC_SHA256="f60e4b282f1f4bdb74f0a26436ba7078a5e480b6f6702f6a7b45d9ba5e604a24" ENV MARIADB_JDBC_SHA256="10b777716f1597aed6612abf1985987089fa5446c3bdea2fa4f48a326929f3f5"
ENV MARIADB_JDBC_PREFIX="https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${MARIADB_JDBC_VERSION}" ENV MARIADB_JDBC_PREFIX="https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${MARIADB_JDBC_VERSION}"
ENV MARIADB_JDBC_ARTIFACT="mariadb-java-client-${MARIADB_JDBC_VERSION}.jar" ENV MARIADB_JDBC_ARTIFACT="mariadb-java-client-${MARIADB_JDBC_VERSION}.jar"
ENV MARIADB_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MARIADB_JDBC_ARTIFACT}" ENV MARIADB_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MARIADB_JDBC_ARTIFACT}"
......
# Default environment values # Default environment values
XWIKI_VERSION=16.4.4 XWIKI_VERSION=16.4.5
DB_USER=xwiki DB_USER=xwiki
DB_PASSWORD=xwiki DB_PASSWORD=xwiki
DB_DATABASE=xwiki DB_DATABASE=xwiki
......
...@@ -48,9 +48,9 @@ RUN apt-get update && \ ...@@ -48,9 +48,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat # Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory # Create the Tomcat temporary directory
# Configure the XWiki permanent directory # Configure the XWiki permanent directory
ENV XWIKI_VERSION="16.4.4" ENV XWIKI_VERSION="16.4.5"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 56b3c6c9638b69f9133628b458abe559db2e6d6e117a00e918e53a5ba5f019d2 ENV XWIKI_DOWNLOAD_SHA256 363ef72ced7e9867079b38420a72e45d176c9a01208021838de202360cea58fe
RUN rm -rf /usr/local/tomcat/webapps/* && \ RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ mkdir -p /usr/local/xwiki/data && \
......
# Default environment values # Default environment values
XWIKI_VERSION=16.4.4 XWIKI_VERSION=16.4.5
DB_USER=xwiki DB_USER=xwiki
DB_PASSWORD=xwiki DB_PASSWORD=xwiki
DB_DATABASE=xwiki DB_DATABASE=xwiki
......
...@@ -48,9 +48,9 @@ RUN apt-get update && \ ...@@ -48,9 +48,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat # Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory # Create the Tomcat temporary directory
# Configure the XWiki permanent directory # Configure the XWiki permanent directory
ENV XWIKI_VERSION="16.4.4" ENV XWIKI_VERSION="16.4.5"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 56b3c6c9638b69f9133628b458abe559db2e6d6e117a00e918e53a5ba5f019d2 ENV XWIKI_DOWNLOAD_SHA256 363ef72ced7e9867079b38420a72e45d176c9a01208021838de202360cea58fe
RUN rm -rf /usr/local/tomcat/webapps/* && \ RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ mkdir -p /usr/local/xwiki/data && \
......
# Default environment values # Default environment values
XWIKI_VERSION=16.8.0 XWIKI_VERSION=16.9.0
DB_USER=xwiki DB_USER=xwiki
DB_PASSWORD=xwiki DB_PASSWORD=xwiki
DB_DATABASE=xwiki DB_DATABASE=xwiki
......
...@@ -48,9 +48,9 @@ RUN apt-get update && \ ...@@ -48,9 +48,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat # Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory # Create the Tomcat temporary directory
# Configure the XWiki permanent directory # Configure the XWiki permanent directory
ENV XWIKI_VERSION="16.8.0" ENV XWIKI_VERSION="16.9.0"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 7eca55bbe56a45f34b81e9884bb4f190af24306db3da9032c27126d3cf11f4f1 ENV XWIKI_DOWNLOAD_SHA256 9a66ce45c49863c0e8cbdae0fb5e5dfab317a1c0c3a45e7c33fb61b09b39fe23
RUN rm -rf /usr/local/tomcat/webapps/* && \ RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ mkdir -p /usr/local/xwiki/data && \
...@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \ ...@@ -62,8 +62,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \
# Copy the JDBC driver in the XWiki webapp # 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 # 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. # used and have it being consistent with what is tested in the CI.
ENV MARIADB_JDBC_VERSION="3.4.1" ENV MARIADB_JDBC_VERSION="3.5.0"
ENV MARIADB_JDBC_SHA256="f60e4b282f1f4bdb74f0a26436ba7078a5e480b6f6702f6a7b45d9ba5e604a24" ENV MARIADB_JDBC_SHA256="10b777716f1597aed6612abf1985987089fa5446c3bdea2fa4f48a326929f3f5"
ENV MARIADB_JDBC_PREFIX="https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${MARIADB_JDBC_VERSION}" ENV MARIADB_JDBC_PREFIX="https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${MARIADB_JDBC_VERSION}"
ENV MARIADB_JDBC_ARTIFACT="mariadb-java-client-${MARIADB_JDBC_VERSION}.jar" ENV MARIADB_JDBC_ARTIFACT="mariadb-java-client-${MARIADB_JDBC_VERSION}.jar"
ENV MARIADB_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MARIADB_JDBC_ARTIFACT}" ENV MARIADB_JDBC_TARGET="/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/${MARIADB_JDBC_ARTIFACT}"
......
# Default environment values # Default environment values
XWIKI_VERSION=16.8.0 XWIKI_VERSION=16.9.0
DB_USER=xwiki DB_USER=xwiki
DB_PASSWORD=xwiki DB_PASSWORD=xwiki
DB_DATABASE=xwiki DB_DATABASE=xwiki
......
...@@ -48,9 +48,9 @@ RUN apt-get update && \ ...@@ -48,9 +48,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat # Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory # Create the Tomcat temporary directory
# Configure the XWiki permanent directory # Configure the XWiki permanent directory
ENV XWIKI_VERSION="16.8.0" ENV XWIKI_VERSION="16.9.0"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 7eca55bbe56a45f34b81e9884bb4f190af24306db3da9032c27126d3cf11f4f1 ENV XWIKI_DOWNLOAD_SHA256 9a66ce45c49863c0e8cbdae0fb5e5dfab317a1c0c3a45e7c33fb61b09b39fe23
RUN rm -rf /usr/local/tomcat/webapps/* && \ RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ mkdir -p /usr/local/xwiki/data && \
......
# Default environment values # Default environment values
XWIKI_VERSION=16.8.0 XWIKI_VERSION=16.9.0
DB_USER=xwiki DB_USER=xwiki
DB_PASSWORD=xwiki DB_PASSWORD=xwiki
DB_DATABASE=xwiki DB_DATABASE=xwiki
......
...@@ -48,9 +48,9 @@ RUN apt-get update && \ ...@@ -48,9 +48,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat # Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory # Create the Tomcat temporary directory
# Configure the XWiki permanent directory # Configure the XWiki permanent directory
ENV XWIKI_VERSION="16.8.0" ENV XWIKI_VERSION="16.9.0"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
ENV XWIKI_DOWNLOAD_SHA256 7eca55bbe56a45f34b81e9884bb4f190af24306db3da9032c27126d3cf11f4f1 ENV XWIKI_DOWNLOAD_SHA256 9a66ce45c49863c0e8cbdae0fb5e5dfab317a1c0c3a45e7c33fb61b09b39fe23
RUN rm -rf /usr/local/tomcat/webapps/* && \ RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \ mkdir -p /usr/local/xwiki/data && \
......
...@@ -47,22 +47,22 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat'] ...@@ -47,22 +47,22 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat']
def tokens = [ def tokens = [
'16': [ '16': [
xwikiVersion: '16.8.0', xwikiVersion: '16.9.0',
xwikiSha256: '7eca55bbe56a45f34b81e9884bb4f190af24306db3da9032c27126d3cf11f4f1', xwikiSha256: '9a66ce45c49863c0e8cbdae0fb5e5dfab317a1c0c3a45e7c33fb61b09b39fe23',
mysqlJDBCVersion: '9.1.0', mysqlJDBCVersion: '9.1.0',
mysqlJDBCSha256: '8776e2ebc46072c9a47ea59d98298c4273bd9f16a7b26b5dfa4744535aa26c62', mysqlJDBCSha256: '8776e2ebc46072c9a47ea59d98298c4273bd9f16a7b26b5dfa4744535aa26c62',
mariadbJDBCVersion: '3.4.1', mariadbJDBCVersion: '3.5.0',
mariadbJDBCSha256: 'f60e4b282f1f4bdb74f0a26436ba7078a5e480b6f6702f6a7b45d9ba5e604a24', mariadbJDBCSha256: '10b777716f1597aed6612abf1985987089fa5446c3bdea2fa4f48a326929f3f5',
postgresJDBCVersion: '42.7.4', postgresJDBCVersion: '42.7.4',
postgresJDBCSha256: '188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e' postgresJDBCSha256: '188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e'
], ],
'16.4': [ '16.4': [
xwikiVersion: '16.4.4', xwikiVersion: '16.4.5',
xwikiSha256: '56b3c6c9638b69f9133628b458abe559db2e6d6e117a00e918e53a5ba5f019d2', xwikiSha256: '363ef72ced7e9867079b38420a72e45d176c9a01208021838de202360cea58fe',
mysqlJDBCVersion: '8.4.0', mysqlJDBCVersion: '8.4.0',
mysqlJDBCSha256: 'd77962877d010777cff997015da90ee689f0f4bb76848340e1488f2b83332af5', mysqlJDBCSha256: 'd77962877d010777cff997015da90ee689f0f4bb76848340e1488f2b83332af5',
mariadbJDBCVersion: '3.4.1', mariadbJDBCVersion: '3.5.0',
mariadbJDBCSha256: 'f60e4b282f1f4bdb74f0a26436ba7078a5e480b6f6702f6a7b45d9ba5e604a24', mariadbJDBCSha256: '10b777716f1597aed6612abf1985987089fa5446c3bdea2fa4f48a326929f3f5',
postgresJDBCVersion: '42.7.4', postgresJDBCVersion: '42.7.4',
postgresJDBCSha256: '188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e' postgresJDBCSha256: '188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e'
], ],
...@@ -71,8 +71,8 @@ def tokens = [ ...@@ -71,8 +71,8 @@ def tokens = [
xwikiSha256: 'bb84c62fbe5d6e1ab4b4f3fae25665f98d0e36186f626222a578c608c9401f70', xwikiSha256: 'bb84c62fbe5d6e1ab4b4f3fae25665f98d0e36186f626222a578c608c9401f70',
mysqlJDBCVersion: '8.4.0', mysqlJDBCVersion: '8.4.0',
mysqlJDBCSha256: 'd77962877d010777cff997015da90ee689f0f4bb76848340e1488f2b83332af5', mysqlJDBCSha256: 'd77962877d010777cff997015da90ee689f0f4bb76848340e1488f2b83332af5',
mariadbJDBCVersion: '3.4.1', mariadbJDBCVersion: '3.5.0',
mariadbJDBCSha256: 'f60e4b282f1f4bdb74f0a26436ba7078a5e480b6f6702f6a7b45d9ba5e604a24', mariadbJDBCSha256: '10b777716f1597aed6612abf1985987089fa5446c3bdea2fa4f48a326929f3f5',
postgresJDBCVersion: '42.7.4', postgresJDBCVersion: '42.7.4',
postgresJDBCSha256: '188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e' postgresJDBCSha256: '188976721ead8e8627eb6d8389d500dccc0c9bebd885268a3047180274a6031e'
], ],
......

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.