diff --git a/.html/Documentation-German.html b/.html/Documentation-German.html index 798b14b..65cb718 100644 --- a/.html/Documentation-German.html +++ b/.html/Documentation-German.html @@ -444,7 +444,7 @@

Klaros-Testmanagement Docker-Integration

-

Version 5.0.7 green +

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

diff --git a/.html/Documentation.html b/.html/Documentation.html index d8a436d..fda729a 100644 --- a/.html/Documentation.html +++ b/.html/Documentation.html @@ -444,7 +444,7 @@

Klaros Test Management Docker-Integration

-

Version 5.0.7 green +

Version 5.0.8 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 e09b48b..4774a0b 100644 --- a/.html/README-German.html +++ b/.html/README-German.html @@ -444,7 +444,7 @@

Klaros-Testmanagement Docker-Integration

-

Version 5.0.7 green +

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

diff --git a/.html/README.html b/.html/README.html index 6799eac..5075a42 100644 --- a/.html/README.html +++ b/.html/README.html @@ -444,7 +444,7 @@

Klaros Test Management Docker-Integration

-

Version 5.0.7 green +

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

diff --git a/ApacheDerby/Dockerfile b/ApacheDerby/Dockerfile index 872d9ba..eafcf36 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.0.7} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.0.8} ENV KLAROS_HOME /data/klaros-home ENV CATALINA_BASE /data/catalina-base diff --git a/Documentation-German.adoc b/Documentation-German.adoc index e6ae409..0d86ded 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.0.7-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] +image:https://img.shields.io/badge/Version-5.0.8-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 514b8df..e62feb3 100644 --- a/Documentation.adoc +++ b/Documentation.adoc @@ -11,7 +11,7 @@ endif::[] :toc: macro :sectnums: -image:https://img.shields.io/badge/Version-5.0.7-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] +image:https://img.shields.io/badge/Version-5.0.8-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 a66af69..d0472d6 100644 --- a/MariaDB/db/Dockerfile +++ b/MariaDB/db/Dockerfile @@ -79,7 +79,7 @@ RUN set -ex; \ # bashbrew-architectures: amd64 arm64v8 ppc64le ENV MARIADB_MAJOR 10.4 -ENV MARIADB_VERSION 1:10.4.17+maria~bionic +ENV MARIADB_VERSION 1:10.4.18+maria~bionic # release-status:Stable # (https://downloads.mariadb.org/mariadb/+releases/) diff --git a/MariaDB/klaros/Dockerfile b/MariaDB/klaros/Dockerfile index f7c6aca..3a18eef 100644 --- a/MariaDB/klaros/Dockerfile +++ b/MariaDB/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.0.7} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.0.8} ENV KLAROS_HOME /data/klaros-home ENV CATALINA_BASE /data/catalina-base diff --git a/MariaDB/klaros/files/catalina-wrapper.sh b/MariaDB/klaros/files/catalina-wrapper.sh index 791414c..e11bcda 100644 --- a/MariaDB/klaros/files/catalina-wrapper.sh +++ b/MariaDB/klaros/files/catalina-wrapper.sh @@ -25,20 +25,6 @@ ctrl_c() { exit 2 } -if [ -d "$CA_DIR_DATA" ]; then - echo "$CA_DIR_DATA exists" -else - echo "creating $CA_DIR_DATA" - mkdir -p $CA_DIR_DATA -fi - -if [ -d "$MSQL_DIR_DATA" ]; then - echo "$MSQL_DIR_DATA exists" -else - echo "creating $MSQL_DIR_DATA" - mkdir -p $MSQL_DIR_DATA -fi - if [ -d "$KT_DIR_HOME" ]; then echo "$KT_DIR_HOME exists" else diff --git a/Microsoft SQL Server/klaros/Dockerfile b/Microsoft SQL Server/klaros/Dockerfile index f7c6aca..3a18eef 100644 --- a/Microsoft SQL Server/klaros/Dockerfile +++ b/Microsoft SQL Server/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.0.7} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.0.8} ENV KLAROS_HOME /data/klaros-home ENV CATALINA_BASE /data/catalina-base diff --git a/MySQL/klaros/Dockerfile b/MySQL/klaros/Dockerfile index 16e9232..7c6c951 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.0.7} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.0.8} ENV KLAROS_HOME /data/klaros-home ENV CATALINA_BASE /data/catalina-base diff --git a/MySQL/klaros/files/catalina-wrapper.sh b/MySQL/klaros/files/catalina-wrapper.sh index 37ae929..7e32652 100644 --- a/MySQL/klaros/files/catalina-wrapper.sh +++ b/MySQL/klaros/files/catalina-wrapper.sh @@ -27,11 +27,11 @@ ctrl_c() { exit 2 } -if [ -d "$MSQL_DIR_DATA" ]; then - echo "$MSQL_DIR_DATA exists" +if [ -d "$MYSQL_DIR_DATA" ]; then + echo "$MYSQL_DIR_DATA exists" else - echo "creating $MSQL_DIR_DATA" - mkdir -p $MSQL_DIR_DATA + echo "creating $MYSQL_DIR_DATA" + mkdir -p $MYSQL_DIR_DATA fi if [ -d "$KT_DIR_HOME" ]; then diff --git a/PostgreSQL/klaros/Dockerfile b/PostgreSQL/klaros/Dockerfile index 16e9232..7c6c951 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.0.7} +ENV KLAROS_VERSION ${KLAROS_VERSION:-5.0.8} ENV KLAROS_HOME /data/klaros-home ENV CATALINA_BASE /data/catalina-base diff --git a/README-German.adoc b/README-German.adoc index 807499c..7b15b92 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.0.7-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"] +image:https://img.shields.io/badge/Version-5.0.8-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 <