testrail new baseline

This commit is contained in:
STAM 2024-12-11 14:39:04 +03:00
parent 6776903a05
commit f721e51cfc
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
417 changed files with 2654 additions and 4941 deletions

View File

@ -12,6 +12,7 @@
* temprary backported legacy `php` images and converted to new `baseline`: * temprary backported legacy `php` images and converted to new `baseline`:
* full migration to static `php` images planned at `2025y`. * full migration to static `php` images planned at `2025y`.
* updated `nodejs` current and lts images. * updated `nodejs` current and lts images.
* updated `testrail` images.
* reworked cleanup when building images * reworked cleanup when building images
* Added **DONATION** and **WELCOME** messages to EpicMorg base images: * Added **DONATION** and **WELCOME** messages to EpicMorg base images:
* To disable Welcome message switch `EMG_WELCOME_MESSAGE` to `false` * To disable Welcome message switch `EMG_WELCOME_MESSAGE` to `false`

View File

@ -0,0 +1,21 @@
- name: Clear log file before write new stdout to it at this session
hosts: localhost
connection: local
tasks:
- name: echo -n > output.log
shell: echo -n > output.log
- name: Lets Go!
hosts: localhost
connection: local
tasks:
- name: Create directory for ansible custom facts
debug:
msg: "[ Python: {{ ansible_facts['python_version'] }}, OS: {{ ansible_facts['distribution'] }} {{ ansible_facts['distribution_version'] }} ({{ansible_architecture }}), Ansible: {{ ansible_version.full }}]"
- name: Generate Jira images
hosts: localhost
connection: local
gather_facts: false
roles:
- gurock.testrail

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,6 @@
8.0.0.1089 8.0.0.1089
8.0.1.1029 8.0.1.1029
8.0.1.1030
8.0.1.1033
8.0.4.7036
8.0.6.1019

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -1,2 +0,0 @@
PyYAML
python-dotenv

View File

@ -37,6 +37,8 @@
template: template:
src: "php70/main/docker-entrypoint.sh.j2" src: "php70/main/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy main template Dockerfile to each version directory - name: Copy main template Dockerfile to each version directory
@ -61,6 +63,8 @@
template: template:
src: "php70/ad/docker-entrypoint.sh.j2" src: "php70/ad/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy AD template Dockerfile to each version directory - name: Copy AD template Dockerfile to each version directory
@ -85,6 +89,8 @@
template: template:
src: "php70/ldap/docker-entrypoint.sh.j2" src: "php70/ldap/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy LDAP template Dockerfile to each version directory - name: Copy LDAP template Dockerfile to each version directory

View File

@ -37,6 +37,8 @@
template: template:
src: "php71/main/docker-entrypoint.sh.j2" src: "php71/main/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy main template Dockerfile to each version directory - name: Copy main template Dockerfile to each version directory
@ -61,6 +63,8 @@
template: template:
src: "php71/ad/docker-entrypoint.sh.j2" src: "php71/ad/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy AD template Dockerfile to each version directory - name: Copy AD template Dockerfile to each version directory
@ -85,6 +89,8 @@
template: template:
src: "php71/ldap/docker-entrypoint.sh.j2" src: "php71/ldap/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy LDAP template Dockerfile to each version directory - name: Copy LDAP template Dockerfile to each version directory

View File

@ -37,6 +37,8 @@
template: template:
src: "php72/main/docker-entrypoint.sh.j2" src: "php72/main/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy main template Dockerfile to each version directory - name: Copy main template Dockerfile to each version directory
@ -61,6 +63,8 @@
template: template:
src: "php72/ad/docker-entrypoint.sh.j2" src: "php72/ad/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy AD template Dockerfile to each version directory - name: Copy AD template Dockerfile to each version directory
@ -85,6 +89,8 @@
template: template:
src: "php72/ldap/docker-entrypoint.sh.j2" src: "php72/ldap/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy LDAP template Dockerfile to each version directory - name: Copy LDAP template Dockerfile to each version directory

View File

@ -37,6 +37,8 @@
template: template:
src: "php74/main/docker-entrypoint.sh.j2" src: "php74/main/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy main template Dockerfile to each version directory - name: Copy main template Dockerfile to each version directory
@ -61,6 +63,8 @@
template: template:
src: "php74/ad/docker-entrypoint.sh.j2" src: "php74/ad/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy AD template Dockerfile to each version directory - name: Copy AD template Dockerfile to each version directory
@ -85,6 +89,8 @@
template: template:
src: "php74/ldap/docker-entrypoint.sh.j2" src: "php74/ldap/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy LDAP template Dockerfile to each version directory - name: Copy LDAP template Dockerfile to each version directory

View File

@ -37,6 +37,8 @@
template: template:
src: "php81/main/docker-entrypoint.sh.j2" src: "php81/main/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy main template Dockerfile to each version directory - name: Copy main template Dockerfile to each version directory
@ -61,6 +63,8 @@
template: template:
src: "php81/ad/docker-entrypoint.sh.j2" src: "php81/ad/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy AD template Dockerfile to each version directory - name: Copy AD template Dockerfile to each version directory
@ -85,6 +89,8 @@
template: template:
src: "php81/ldap/docker-entrypoint.sh.j2" src: "php81/ldap/docker-entrypoint.sh.j2"
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh" dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
mode: "0777"
force: true
with_items: "{{ testrail_versions }}" with_items: "{{ testrail_versions }}"
- name: Copy LDAP template Dockerfile to each version directory - name: Copy LDAP template Dockerfile to each version directory

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-{{ item }}" image: "epicmorg/testrail:auth-ad-{{ item }}"

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-{{ item }}" image: "epicmorg/testrail:auth-ldap-{{ item }}"

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION={{ item }}
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:{{ item }}" image: "epicmorg/testrail:{{ item }}"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-{{ item }}" image: "epicmorg/testrail:auth-ad-{{ item }}"

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-{{ item }}" image: "epicmorg/testrail:auth-ldap-{{ item }}"

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.1
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION={{ item }}
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion71.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:{{ item }}" image: "epicmorg/testrail:{{ item }}"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-{{ item }}" image: "epicmorg/testrail:auth-ad-{{ item }}"

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-{{ item }}" image: "epicmorg/testrail:auth-ldap-{{ item }}"

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.2
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION={{ item }}
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion72.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:{{ item }}" image: "epicmorg/testrail:{{ item }}"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-{{ item }}" image: "epicmorg/testrail:auth-ad-{{ item }}"

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-{{ item }}" image: "epicmorg/testrail:auth-ldap-{{ item }}"

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.4
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION={{ item }}
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion72.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:{{ item }}" image: "epicmorg/testrail:{{ item }}"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-{{ item }}" image: "epicmorg/testrail:auth-ad-{{ item }}"

View File

@ -1,4 +1,4 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-{{ item }}" image: "epicmorg/testrail:auth-ldap-{{ item }}"

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php8.1
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION={{ item }}
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
version: '3.9' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:{{ item }}" image: "epicmorg/testrail:{{ item }}"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION={{ item }} TESTRAIL_VERSION={{ item }}
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion51.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion51.zip

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION={{ item }} TESTRAIL_VERSION={{ item }}
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION={{ item }} TESTRAIL_VERSION={{ item }}
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion71.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion71.zip

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION={{ item }} TESTRAIL_VERSION={{ item }}
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion72.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion72.zip

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION={{ item }} TESTRAIL_VERSION={{ item }}
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.4.1.3669" image: "epicmorg/testrail:auth-ad-5.4.1.3669"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.4.1.3669" image: "epicmorg/testrail:auth-ldap-5.4.1.3669"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.4.1.3669 TESTRAIL_VERSION=5.4.1.3669
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.4.1.3669
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.4.1.3669" image: "epicmorg/testrail:5.4.1.3669"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.5.0.3727" image: "epicmorg/testrail:auth-ad-5.5.0.3727"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.5.0.3727" image: "epicmorg/testrail:auth-ldap-5.5.0.3727"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.5.0.3727 TESTRAIL_VERSION=5.5.0.3727
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.5.0.3727
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.5.0.3727" image: "epicmorg/testrail:5.5.0.3727"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.5.0.3731" image: "epicmorg/testrail:auth-ad-5.5.0.3731"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.5.0.3731" image: "epicmorg/testrail:auth-ldap-5.5.0.3731"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.5.0.3731 TESTRAIL_VERSION=5.5.0.3731
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.5.0.3731
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.5.0.3731" image: "epicmorg/testrail:5.5.0.3731"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.5.0.3735" image: "epicmorg/testrail:auth-ad-5.5.0.3735"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.5.0.3735" image: "epicmorg/testrail:auth-ldap-5.5.0.3735"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.5.0.3735 TESTRAIL_VERSION=5.5.0.3735
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.5.0.3735
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.5.0.3735" image: "epicmorg/testrail:5.5.0.3735"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.5.1.3746" image: "epicmorg/testrail:auth-ad-5.5.1.3746"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.5.1.3746" image: "epicmorg/testrail:auth-ldap-5.5.1.3746"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.5.1.3746 TESTRAIL_VERSION=5.5.1.3746
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.5.1.3746
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.5.1.3746" image: "epicmorg/testrail:5.5.1.3746"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.6.0.3853" image: "epicmorg/testrail:auth-ad-5.6.0.3853"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.6.0.3853" image: "epicmorg/testrail:auth-ldap-5.6.0.3853"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.6.0.3853 TESTRAIL_VERSION=5.6.0.3853
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.6.0.3853
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.6.0.3853" image: "epicmorg/testrail:5.6.0.3853"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.6.0.3856" image: "epicmorg/testrail:auth-ad-5.6.0.3856"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.6.0.3856" image: "epicmorg/testrail:auth-ldap-5.6.0.3856"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.6.0.3856 TESTRAIL_VERSION=5.6.0.3856
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.6.0.3856
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.6.0.3856" image: "epicmorg/testrail:5.6.0.3856"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.6.0.3861" image: "epicmorg/testrail:auth-ad-5.6.0.3861"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.6.0.3861" image: "epicmorg/testrail:auth-ldap-5.6.0.3861"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.6.0.3861 TESTRAIL_VERSION=5.6.0.3861
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.6.0.3861
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.6.0.3861" image: "epicmorg/testrail:5.6.0.3861"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.6.0.3862" image: "epicmorg/testrail:auth-ad-5.6.0.3862"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.6.0.3862" image: "epicmorg/testrail:auth-ldap-5.6.0.3862"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.6.0.3862 TESTRAIL_VERSION=5.6.0.3862
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.6.0.3862
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.6.0.3862" image: "epicmorg/testrail:5.6.0.3862"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.6.0.3865" image: "epicmorg/testrail:auth-ad-5.6.0.3865"

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ldap-5.6.0.3865" image: "epicmorg/testrail:auth-ldap-5.6.0.3865"

View File

@ -1,2 +1,2 @@
TESTRAIL_VERSION=5.6.0.3865 TESTRAIL_VERSION=5.6.0.3865
DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip

View File

@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
############################################################################## ##############################################################################
ARG TESTRAIL_VERSION ARG TESTRAIL_VERSION=5.6.0.3865
ARG DOWNLOAD_URL ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
ENV TR_DEFAULT_TASK_EXECUTION=60 ENV TR_DEFAULT_TASK_EXECUTION=60

View File

@ -1,9 +1,6 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:5.6.0.3865" image: "epicmorg/testrail:5.6.0.3865"
build: build:
context: . context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}

View File

@ -1,4 +1,4 @@
#version: '3' #version: '3.9'
services: services:
app: app:
image: "epicmorg/testrail:auth-ad-5.7.0.3938" image: "epicmorg/testrail:auth-ad-5.7.0.3938"

Some files were not shown because too many files have changed in this diff Show More