mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +03:00
testrail new baseline
This commit is contained in:
parent
6776903a05
commit
f721e51cfc
@ -12,6 +12,7 @@
|
||||
* temprary backported legacy `php` images and converted to new `baseline`:
|
||||
* full migration to static `php` images planned at `2025y`.
|
||||
* updated `nodejs` current and lts images.
|
||||
* updated `testrail` images.
|
||||
* reworked cleanup when building images
|
||||
* Added **DONATION** and **WELCOME** messages to EpicMorg base images:
|
||||
* To disable Welcome message switch `EMG_WELCOME_MESSAGE` to `false`
|
||||
|
21
bin/ansible/generate.testrail.yml
Normal file
21
bin/ansible/generate.testrail.yml
Normal 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
@ -1,2 +1,6 @@
|
||||
8.0.0.1089
|
||||
8.0.1.1029
|
||||
8.0.1.1030
|
||||
8.0.1.1033
|
||||
8.0.4.7036
|
||||
8.0.6.1019
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -1,2 +0,0 @@
|
||||
PyYAML
|
||||
python-dotenv
|
@ -37,6 +37,8 @@
|
||||
template:
|
||||
src: "php70/main/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy main template Dockerfile to each version directory
|
||||
@ -61,6 +63,8 @@
|
||||
template:
|
||||
src: "php70/ad/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy AD template Dockerfile to each version directory
|
||||
@ -85,6 +89,8 @@
|
||||
template:
|
||||
src: "php70/ldap/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy LDAP template Dockerfile to each version directory
|
||||
|
@ -37,6 +37,8 @@
|
||||
template:
|
||||
src: "php71/main/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy main template Dockerfile to each version directory
|
||||
@ -61,6 +63,8 @@
|
||||
template:
|
||||
src: "php71/ad/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy AD template Dockerfile to each version directory
|
||||
@ -85,6 +89,8 @@
|
||||
template:
|
||||
src: "php71/ldap/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy LDAP template Dockerfile to each version directory
|
||||
|
@ -37,6 +37,8 @@
|
||||
template:
|
||||
src: "php72/main/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy main template Dockerfile to each version directory
|
||||
@ -61,6 +63,8 @@
|
||||
template:
|
||||
src: "php72/ad/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy AD template Dockerfile to each version directory
|
||||
@ -85,6 +89,8 @@
|
||||
template:
|
||||
src: "php72/ldap/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy LDAP template Dockerfile to each version directory
|
||||
|
@ -37,6 +37,8 @@
|
||||
template:
|
||||
src: "php74/main/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy main template Dockerfile to each version directory
|
||||
@ -61,6 +63,8 @@
|
||||
template:
|
||||
src: "php74/ad/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy AD template Dockerfile to each version directory
|
||||
@ -85,6 +89,8 @@
|
||||
template:
|
||||
src: "php74/ldap/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy LDAP template Dockerfile to each version directory
|
||||
|
@ -37,6 +37,8 @@
|
||||
template:
|
||||
src: "php81/main/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/main/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy main template Dockerfile to each version directory
|
||||
@ -61,6 +63,8 @@
|
||||
template:
|
||||
src: "php81/ad/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ad/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy AD template Dockerfile to each version directory
|
||||
@ -85,6 +89,8 @@
|
||||
template:
|
||||
src: "php81/ldap/docker-entrypoint.sh.j2"
|
||||
dest: "{{ target_directory }}/{{ item }}/ldap/docker-entrypoint.sh"
|
||||
mode: "0777"
|
||||
force: true
|
||||
with_items: "{{ testrail_versions }}"
|
||||
|
||||
- name: Copy LDAP template Dockerfile to each version directory
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-{{ item }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-{{ item }}"
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION={{ item }}
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-{{ item }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-{{ item }}"
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.1
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION={{ item }}
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion71.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-{{ item }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-{{ item }}"
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.2
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION={{ item }}
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion72.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-{{ item }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-{{ item }}"
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.4
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION={{ item }}
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion72.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-{{ item }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-{{ item }}"
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php8.1
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION={{ item }}
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
version: '3.9'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:{{ item }}"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.4.1.3669"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.4.1.3669"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.4.1.3669
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.4.1.3669"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.5.0.3727"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.5.0.3727"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.5.0.3727
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.5.0.3727"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.5.0.3731"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.5.0.3731"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.5.0.3731
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.5.0.3731"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.5.0.3735"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.5.0.3735"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.5.0.3735
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.5.0.3735"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.5.1.3746"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.5.1.3746"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.5.1.3746
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.5.1.3746"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.6.0.3853"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.6.0.3853"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.6.0.3853
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.6.0.3853"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.6.0.3856"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.6.0.3856"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.6.0.3856
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.6.0.3856"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.6.0.3861"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.6.0.3861"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.6.0.3861
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.6.0.3861"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.6.0.3862"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.6.0.3862"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.6.0.3862
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.6.0.3862"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ad-5.6.0.3865"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:auth-ldap-5.6.0.3865"
|
||||
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -5,8 +5,8 @@ FROM epicmorg/apache2:php7.0
|
||||
##############################################################################
|
||||
|
||||
|
||||
ARG TESTRAIL_VERSION
|
||||
ARG DOWNLOAD_URL
|
||||
ARG TESTRAIL_VERSION=5.6.0.3865
|
||||
ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
ENV TR_DEFAULT_TASK_EXECUTION=60
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/testrail:5.6.0.3865"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RELEASE: ${TESTRAIL_VERSION}
|
||||
DOWNLOAD_URL: ${DOWNLOAD_URL}
|
@ -1,4 +1,4 @@
|
||||
#version: '3'
|
||||
#version: '3.9'
|
||||
services:
|
||||
app:
|
||||
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
Loading…
Reference in New Issue
Block a user