diff --git a/.html/Documentation-German.html b/.html/Documentation-German.html index 4cc30c4..7f940bb 100644 --- a/.html/Documentation-German.html +++ b/.html/Documentation-German.html @@ -444,7 +444,7 @@

Klaros-Testmanagement Docker-Integration

-

Version 5.6.0 green +

Version 5.6.1 green License MIT green Community%20Edition FREE green Klaros TM?style=social

diff --git a/.html/Documentation.html b/.html/Documentation.html index 6209c81..4f1b2f0 100644 --- a/.html/Documentation.html +++ b/.html/Documentation.html @@ -444,7 +444,7 @@

Klaros Test Management Docker-Integration

-

Version 5.6.0 green +

Version 5.6.1 green License MIT green Community%20Edition FREE green Klaros TM?style=social

diff --git a/.html/README-German.html b/.html/README-German.html index c92cf38..241fbe2 100644 --- a/.html/README-German.html +++ b/.html/README-German.html @@ -444,7 +444,7 @@

Klaros-Testmanagement Docker-Integration

-

Version 5.6.0 green +

Version 5.6.1 green License MIT green Community%20Edition FREE green Klaros TM?style=social

@@ -680,7 +680,7 @@

3. Docker-Umgebungsvariablen k

KLAROS_VERSION

-

${KLAROS_VERSION:-5.6.0}

+

${KLAROS_VERSION:-5.6.1}

Klaros-Release-Version, die während der Installation verwendet wird. Eine Liste der verfügbaren Releases finden Sie auf der offiziellen Klaros-Testmanagement Webseite oder auf GitHub

diff --git a/.html/README.html b/.html/README.html index 4dbfaf9..67b1398 100644 --- a/.html/README.html +++ b/.html/README.html @@ -444,7 +444,7 @@

Klaros Test Management Docker-Integration

-

Version 5.6.0 green +

Version 5.6.1 green License MIT green Community%20Edition FREE green Klaros TM?style=social

@@ -678,7 +678,7 @@

3. Configuring Docker Environ

KLAROS_VERSION

-

${KLAROS_VERSION:-5.6.0}

+

${KLAROS_VERSION:-5.6.1}

Klaros release version, which is used during installation. A list of available releases can be found on the official Klaros Test Management website or on GitHub

diff --git a/ApacheDerby/Dockerfile b/ApacheDerby/Dockerfile index cf2173e..16924c4 100644 --- a/ApacheDerby/Dockerfile +++ b/ApacheDerby/Dockerfile @@ -38,7 +38,7 @@ ENV TOMCAT_SERVER_PORT ${TOMCAT_SERVER_PORT:-18005} ENV TOMCAT_AJP_PORT ${TOMCAT_AJP_PORT:-18009} # Klaros release version, which is used during installation. A list of available releases can be found on the official Klaros Test Management website or on GitHub. -ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.1} # The location of the distributed Klaros installation files ENV KLAROS_DISTRIBUTION ${KLAROS_DISTRIBUTION:-https://www.klaros-testmanagement.com/files} diff --git a/ApacheDerby/files/auto-install.xml b/ApacheDerby/files/auto-install.xml index e80bc65..6d15da6 100644 --- a/ApacheDerby/files/auto-install.xml +++ b/ApacheDerby/files/auto-install.xml @@ -8,7 +8,7 @@ - + diff --git a/Documentation-German.adoc b/Documentation-German.adoc index 0dca976..06233c9 100644 --- a/Documentation-German.adoc +++ b/Documentation-German.adoc @@ -12,7 +12,7 @@ endif::[] :sectnums: :toc-title: Inhaltsverzeichnis -image:https://img.shields.io/badge/Version-5.6.0-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] +image:https://img.shields.io/badge/Version-5.6.1-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] image:https://img.shields.io/badge/License-MIT-green[link="https://github.com/klaros-testmanagement/klaros-docker/blob/master/LICENSE"] image:https://img.shields.io/badge/Community%20Edition-FREE-green[link="https://www.klaros-testmanagement.com/en_US/download"] image:https://img.shields.io/twitter/follow/Klaros_TM?style=social[float="right", link="https://twitter.com/intent/follow?screen_name=Klaros_TM"] diff --git a/Documentation.adoc b/Documentation.adoc index 2d31944..555c9c0 100644 --- a/Documentation.adoc +++ b/Documentation.adoc @@ -11,7 +11,7 @@ endif::[] :toc: macro :sectnums: -image:https://img.shields.io/badge/Version-5.6.0-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] +image:https://img.shields.io/badge/Version-5.6.1-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] image:https://img.shields.io/badge/License-MIT-green[link="https://github.com/klaros-testmanagement/klaros-docker/blob/master/LICENSE"] image:https://img.shields.io/badge/Community%20Edition-FREE-green[link="https://www.klaros-testmanagement.com/en_US/download"] image:https://img.shields.io/twitter/follow/Klaros_TM?style=social[float="right", link="https://twitter.com/intent/follow?screen_name=Klaros_TM"] diff --git a/MariaDB/db/Dockerfile b/MariaDB/db/Dockerfile index c155e92..1b82801 100644 --- a/MariaDB/db/Dockerfile +++ b/MariaDB/db/Dockerfile @@ -92,7 +92,7 @@ RUN set -e;\ echo 'Pin-Priority: 999'; \ } > /etc/apt/preferences.d/mariadb # add repository pinning to make sure dependencies from this MariaDB repo are preferred over Debian dependencies -# libmariadbclient18 : Depends: libmysqlclient18 (= 5.6.02+maria-1~wheezy) but 5.6.03-0+deb7u1 is to be installed +# libmariadbclient18 : Depends: libmysqlclient18 (= 5.6.12+maria-1~wheezy) but 5.6.13-0+deb7u1 is to be installed # the "/var/lib/mysql" stuff here is because the mysql-server postinst doesn't have an explicit way to disable the mysql_install_db codepath besides having a database already "configured" (ie, stuff in /var/lib/mysql/mysql) # also, we set debconf keys to make APT a little quieter diff --git a/MariaDB/klaros/Dockerfile b/MariaDB/klaros/Dockerfile index 117bc24..c35aa17 100644 --- a/MariaDB/klaros/Dockerfile +++ b/MariaDB/klaros/Dockerfile @@ -33,7 +33,7 @@ ENV TOMCAT_SERVER_PORT ${TOMCAT_SERVER_PORT:-18005} ENV TOMCAT_AJP_PORT ${TOMCAT_AJP_PORT:-18009} # Klaros release version, which is used during installation. A list of available releases can be found on the official Klaros Test Management website or on GitHub. -ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.1} # The location of the distributed Klaros installation files ENV KLAROS_DISTRIBUTION ${KLAROS_DISTRIBUTION:-https://www.klaros-testmanagement.com/files} diff --git a/MariaDB/klaros/files/auto-install.xml b/MariaDB/klaros/files/auto-install.xml index e80bc65..6d15da6 100644 --- a/MariaDB/klaros/files/auto-install.xml +++ b/MariaDB/klaros/files/auto-install.xml @@ -8,7 +8,7 @@ - + diff --git a/Microsoft SQL Server/klaros/Dockerfile b/Microsoft SQL Server/klaros/Dockerfile index 0fa8a20..c322a79 100644 --- a/Microsoft SQL Server/klaros/Dockerfile +++ b/Microsoft SQL Server/klaros/Dockerfile @@ -37,7 +37,7 @@ ENV TOMCAT_SERVER_PORT ${TOMCAT_SERVER_PORT:-18005} ENV TOMCAT_AJP_PORT ${TOMCAT_AJP_PORT:-18009} # Klaros release version, which is used during installation. A list of available releases can be found on the official Klaros Test Management website or on GitHub. -ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.1} # The location of the distributed Klaros installation files ENV KLAROS_DISTRIBUTION ${KLAROS_DISTRIBUTION:-https://www.klaros-testmanagement.com/files} diff --git a/Microsoft SQL Server/klaros/files/auto-install.xml b/Microsoft SQL Server/klaros/files/auto-install.xml index e80bc65..6d15da6 100644 --- a/Microsoft SQL Server/klaros/files/auto-install.xml +++ b/Microsoft SQL Server/klaros/files/auto-install.xml @@ -8,7 +8,7 @@ - + diff --git a/MySQL/klaros/Dockerfile b/MySQL/klaros/Dockerfile index 4b29c38..b6e8eb0 100644 --- a/MySQL/klaros/Dockerfile +++ b/MySQL/klaros/Dockerfile @@ -32,7 +32,7 @@ ENV TOMCAT_SERVER_PORT ${TOMCAT_SERVER_PORT:-18005} ENV TOMCAT_AJP_PORT ${TOMCAT_AJP_PORT:-18009} # Klaros release version, which is used during installation. A list of available releases can be found on the official Klaros Test Management website or on GitHub. -ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.1} # The location of the distributed Klaros installation files ENV KLAROS_DISTRIBUTION ${KLAROS_DISTRIBUTION:-https://www.klaros-testmanagement.com/files} diff --git a/MySQL/klaros/files/auto-install.xml b/MySQL/klaros/files/auto-install.xml index e80bc65..6d15da6 100644 --- a/MySQL/klaros/files/auto-install.xml +++ b/MySQL/klaros/files/auto-install.xml @@ -8,7 +8,7 @@ - + diff --git a/PostgreSQL/klaros/Dockerfile b/PostgreSQL/klaros/Dockerfile index 4b29c38..b6e8eb0 100644 --- a/PostgreSQL/klaros/Dockerfile +++ b/PostgreSQL/klaros/Dockerfile @@ -32,7 +32,7 @@ ENV TOMCAT_SERVER_PORT ${TOMCAT_SERVER_PORT:-18005} ENV TOMCAT_AJP_PORT ${TOMCAT_AJP_PORT:-18009} # Klaros release version, which is used during installation. A list of available releases can be found on the official Klaros Test Management website or on GitHub. -ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.1} # The location of the distributed Klaros installation files ENV KLAROS_DISTRIBUTION ${KLAROS_DISTRIBUTION:-https://www.klaros-testmanagement.com/files} diff --git a/PostgreSQL/klaros/files/auto-install.xml b/PostgreSQL/klaros/files/auto-install.xml index e80bc65..6d15da6 100644 --- a/PostgreSQL/klaros/files/auto-install.xml +++ b/PostgreSQL/klaros/files/auto-install.xml @@ -8,7 +8,7 @@ - + diff --git a/README-German.adoc b/README-German.adoc index b1b10b0..d6ef204 100644 --- a/README-German.adoc +++ b/README-German.adoc @@ -12,7 +12,7 @@ endif::[] :sectnums: :toc-title: Inhaltsverzeichnis -image:https://img.shields.io/badge/Version-5.6.0-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] +image:https://img.shields.io/badge/Version-5.6.1-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] image:https://img.shields.io/badge/License-MIT-green[link="https://github.com/klaros-testmanagement/klaros-docker/blob/master/LICENSE"] image:https://img.shields.io/badge/Community%20Edition-FREE-green[link="https://www.klaros-testmanagement.com/en_US/download"] image:https://img.shields.io/twitter/follow/Klaros_TM?style=social[float="right", link="https://twitter.com/intent/follow?screen_name=Klaros_TM"] @@ -111,7 +111,7 @@ Damit sind die Vorbereitungen für Linux abgeschlossen. Im Kapitel <