-
+
diff --git a/.html/Documentation.html b/.html/Documentation.html
index c78b42a..6209c81 100644
--- a/.html/Documentation.html
+++ b/.html/Documentation.html
@@ -444,7 +444,7 @@
Klaros Test Management Docker-Integration
-
+
diff --git a/.html/README-German.html b/.html/README-German.html
index 93d4e68..c92cf38 100644
--- a/.html/README-German.html
+++ b/.html/README-German.html
@@ -444,7 +444,7 @@
Klaros-Testmanagement Docker-Integration
-
+
@@ -680,7 +680,7 @@
3. Docker-Umgebungsvariablen k
KLAROS_VERSION |
-${KLAROS_VERSION:-5.5.5} |
+${KLAROS_VERSION:-5.6.0} |
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 09f3d5a..4dbfaf9 100644
--- a/.html/README.html
+++ b/.html/README.html
@@ -444,7 +444,7 @@ Klaros Test Management Docker-Integration
-
+
@@ -678,7 +678,7 @@
3. Configuring Docker Environ
KLAROS_VERSION |
-${KLAROS_VERSION:-5.5.5} |
+${KLAROS_VERSION:-5.6.0} |
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 0a8f26d..cf2173e 100644
--- a/ApacheDerby/Dockerfile
+++ b/ApacheDerby/Dockerfile
@@ -12,7 +12,7 @@
# Do not use it for production systems. Please take a look at the documentation.
#
-FROM adoptopenjdk:11-jre-hotspot
+FROM eclipse-temurin:21-jre-jammy
LABEL maintainer "BreadSpoon "
# Set Klaros language. Use 'deu' for german and 'eng' for english.
@@ -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.5.5}
+ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0}
# 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 7f7d890..e80bc65 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 e82b8fc..0dca976 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.5.5-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"]
+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/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 3fd4800..2d31944 100644
--- a/Documentation.adoc
+++ b/Documentation.adoc
@@ -11,7 +11,7 @@ endif::[]
:toc: macro
:sectnums:
-image:https://img.shields.io/badge/Version-5.5.5-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"]
+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/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 4d7b4a3..c155e92 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.5.52+maria-1~wheezy) but 5.5.53-0+deb7u1 is to be installed
+# libmariadbclient18 : Depends: libmysqlclient18 (= 5.6.02+maria-1~wheezy) but 5.6.03-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 92ecbe4..117bc24 100644
--- a/MariaDB/klaros/Dockerfile
+++ b/MariaDB/klaros/Dockerfile
@@ -11,7 +11,7 @@
# The .env file contains all possible configuration options. Further information can be found in the documentation.
#
-FROM adoptopenjdk:11-jre-hotspot
+FROM eclipse-temurin:21-jre-jammy
LABEL maintainer "BreadSpoon "
# Set Klaros language. Use 'deu' for german and 'eng' for english.
@@ -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.5.5}
+ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0}
# 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 7f7d890..e80bc65 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 7ff4f93..0fa8a20 100644
--- a/Microsoft SQL Server/klaros/Dockerfile
+++ b/Microsoft SQL Server/klaros/Dockerfile
@@ -16,7 +16,7 @@
# The .env file contains all possible configuration options. Further information can be found in the documentation.
#
-FROM adoptopenjdk:11-jre-hotspot
+FROM eclipse-temurin:21-jre-jammy
LABEL maintainer "BreadSpoon "
# Set Klaros language. Use 'deu' for german and 'eng' for english.
@@ -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.5.5}
+ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0}
# 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 7f7d890..e80bc65 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 412afe2..4b29c38 100644
--- a/MySQL/klaros/Dockerfile
+++ b/MySQL/klaros/Dockerfile
@@ -11,7 +11,7 @@
# The .env file contains all possible configuration options. Further information can be found in the documentation.
#
-FROM adoptopenjdk:11-jre-hotspot
+FROM eclipse-temurin:21-jre-jammy
LABEL maintainer "BreadSpoon "
# Set Klaros language. Use 'deu' for german and 'eng' for english.
@@ -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.5.5}
+ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0}
# 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 7f7d890..e80bc65 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 412afe2..4b29c38 100644
--- a/PostgreSQL/klaros/Dockerfile
+++ b/PostgreSQL/klaros/Dockerfile
@@ -11,7 +11,7 @@
# The .env file contains all possible configuration options. Further information can be found in the documentation.
#
-FROM adoptopenjdk:11-jre-hotspot
+FROM eclipse-temurin:21-jre-jammy
LABEL maintainer "BreadSpoon "
# Set Klaros language. Use 'deu' for german and 'eng' for english.
@@ -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.5.5}
+ENV KLAROS_VERSION ${KLAROS_VERSION:-5.6.0}
# 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 7f7d890..e80bc65 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 736cff9..b1b10b0 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.5.5-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"]
+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/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 <