Skip to content

Commit

Permalink
Update Klaros to 4.12.6 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadSpoon authored Mar 7, 2020
1 parent 8900cc5 commit 0440289
Show file tree
Hide file tree
Showing 27 changed files with 13 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion ApacheDerby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:-4.12.5}
ENV KLAROS_VERSION ${KLAROS_VERSION:-4.12.6}

ENV KLAROS_HOME /data/klaros-home
ENV CATALINA_BASE /data/catalina-base
Expand Down
2 changes: 1 addition & 1 deletion Documentation-German.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif::[]
:sectnums:
:toc-title: Inhaltsverzeichnis

image:https://img.shields.io/badge/Version-4.12.5-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"]
image:https://img.shields.io/badge/Version-4.12.6-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"]
Expand Down
2 changes: 1 addition & 1 deletion Documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif::[]
:toc: macro
:sectnums:

image:https://img.shields.io/badge/Version-4.12.5-green.svg[link="https://github.com/klaros-testmanagement/klaros-docker/releases"]
image:https://img.shields.io/badge/Version-4.12.6-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"]
Expand Down
14 changes: 0 additions & 14 deletions MariaDB/db/000_init_user_db.sh

This file was deleted.

1 change: 0 additions & 1 deletion MariaDB/db/001_print_version.sql

This file was deleted.

13 changes: 0 additions & 13 deletions MariaDB/db/002_tune_database.sql

This file was deleted.

13 changes: 0 additions & 13 deletions MariaDB/db/003_create_database.sql

This file was deleted.

2 changes: 1 addition & 1 deletion MariaDB/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM verit/klaros-mariadb_db:4.12.5
FROM verit/klaros-mariadb_db:4.12.6
LABEL maintainer "BreadSpoon <[email protected]>"

COPY *.cnf /etc/mysql/mariadb.conf.d
Expand Down
Loading

0 comments on commit 0440289

Please sign in to comment.