diff --git a/bin/ansible/roles/common/files/versions/testrail/testrail.php81.txt b/bin/ansible/roles/common/files/versions/testrail/testrail.php81.txt index 0c2bf71cd..ce04ec6cf 100644 --- a/bin/ansible/roles/common/files/versions/testrail/testrail.php81.txt +++ b/bin/ansible/roles/common/files/versions/testrail/testrail.php81.txt @@ -1,6 +1,4 @@ 8.0.0.1089 8.0.1.1029 -8.0.1.1030 -8.0.1.1033 8.0.4.7036 8.0.6.1019 \ No newline at end of file diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 index cb75613cc..4eaa30f92 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 index add2b8f99..cf79a8f2a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 index 218a41537..d533c0b45 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 index 8a3849248..a0170a095 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 index 89a4697a5..5fa600358 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile index f1c02bae8..6b20a96be 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile index 2a00003bb..fcf6b2025 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile index b495eb883..c11921407 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile index 1bfa4726c..eda3e99e2 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile index 99ede2898..ba3017e55 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile index 4622b9788..8bdb9854b 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile index e5aece86f..16e3058fa 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile index 0cdd07852..01f2f243d 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile index 586d072d0..60f0c1485 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile index c2d4a4591..d7c5df9aa 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile index 1d920c1d4..136c715bd 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile index 89b380dd9..4d5f6ef1e 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile index 8ec1b4629..2e7cba2bf 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile index b18597c79..ea4381dd4 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile index 519426472..d5169e90e 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile index 06dd659c3..c90a1c130 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile index 75070ec39..3c2f6fde1 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile index 11e258af7..7827308c3 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile index 1723d5a92..095638645 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile index 416d7bab9..0a9b3f8c5 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile index 51a6d7fcc..e8fa17c38 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile index 3afa11fdf..3347f519c 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile index ec2bdd6d8..74cb0e6a6 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile index 41e0a5d77..26dd69074 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile index c62c8d365..581948a9a 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile index 3c1fd8be8..4de361fc4 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile index 913ec6997..c5f637380 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile index 74aef2d7e..779aba76a 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile index b421f6f59..738df9a50 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile index 232295740..76c7a3b6e 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile index 8b4bd257c..865f36bb6 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile index 85e6a151b..cb825f537 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile index d09849c56..7d1058c88 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile index 14a9bf657..84f4aa7e8 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile index 2f6e9dc32..afa31fbd3 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile index 5549a2d16..33fd0c45f 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile index dc4291dd3..a6aa8b5f8 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile index 28851026a..539db301f 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile index 82e030121..bdd488140 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile index 11fc00480..bfc4b457b 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile index 24e9afa4c..c623241ae 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile index 2402cbb06..5e811a27f 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile index afd993ffc..1e2770f01 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile index 49d0eb872..0a7a9b06f 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile index aa197f1d3..998df3956 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile index e424976a0..12a6980a3 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile index 0c15abb6b..c56f1b83a 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile index 5ee0e3dff..0eea15a6b 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile index 7c5d84806..2c5491fb5 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile index 925b39c13..f7b179a2a 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile index ec8896055..721404b1c 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile index 942042482..0eb53d34e 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile index 86f5aefb5..088612f68 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile index 6b30d3c03..1d96a76d4 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile index fa10bda49..66289fb96 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile index 4eb377627..2db8e825b 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile index de4eea5ed..5dc95336b 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile index 2b132d56d..0b107f574 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile index ef54ece3a..b08313104 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile index 155123e8b..6f5d053d0 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/8.0.1.1030/ad/Dockerfile b/linux/ecosystem/testrail/8.0.1.1030/ad/Dockerfile deleted file mode 100644 index 20403aaf1..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ad/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM epicmorg/testrail:8.0.1.1030 - -ENV TESTRAIL_PLUGIN_VERSION=1.4 -ENV TESTRAIL_PLUGIN_NAME=ad -ENV TESTRAIL_PLUGIN_FULLNAME=testrail-auth-${TESTRAIL_PLUGIN_NAME}-${TESTRAIL_PLUGIN_VERSION} -ENV TESTRAIL_PLUGIN_FILE=${TESTRAIL_PLUGIN_FULLNAME}.zip -ENV TESTRAIL_PLUGIN_DONWLOAD_URL=https://media.gurock.com/gk-media/downloads/${TESTRAIL_PLUGIN_FILE} -ENV TESTRAIL_PLUGIN_TEMP=${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} - -RUN rm -rfv /usr/bin/docker-entrypoint.sh -COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh - -RUN wget --no-check-certificate -O ${TESTRAIL_PLUGIN_TEMP} ${TESTRAIL_PLUGIN_DONWLOAD_URL} diff --git a/linux/ecosystem/testrail/8.0.1.1030/ad/Makefile b/linux/ecosystem/testrail/8.0.1.1030/ad/Makefile deleted file mode 100644 index 06e855b50..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ad/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PIP_BREAK_SYSTEM_PACKAGES=1 - -all: app - -app: - make build - make deploy - make clean - -build: - kaniko-wrapper --version - -dry: - make dry-run - -test: - make dry-run - -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run - -build-compose: - docker-compose build --compress --parallel --progress plain - -deploy: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - -deploy-compose: - docker-compose push - -clean: - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f - docker system prune -af diff --git a/linux/ecosystem/testrail/8.0.1.1030/ad/README.md b/linux/ecosystem/testrail/8.0.1.1030/ad/README.md deleted file mode 100644 index ac6afb1bd..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ad/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Testrail - -* Based on `websites:php8.1` of our ecosystem. - -# Compose example - -```yml -version: '3.7' -services: - testrail: - image: epicmorg/testrail-ad-:8.0.1.1030 -# depends_on: -# - mysql -# - memcached - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime - - /etc/timezone:/etc/timezone -# - /etc/letsencrypt:/etc/letsencrypt - - www:/var/www - - apache2:/etc/apache2 - - php:/etc/php - restart: unless-stopped -# extra_hosts: -# - "example.com:192.168.0.11" - tmpfs: - - /tmp - - /var/lib/php/sessions -volumes: - www: - external: true - apache2: - external: true - php: - external: true -``` diff --git a/linux/ecosystem/testrail/8.0.1.1030/ad/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1030/ad/docker-compose.yml deleted file mode 100644 index 4e54073df..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ad/docker-compose.yml +++ /dev/null @@ -1,6 +0,0 @@ -#version: '3.9' -services: - app: - image: "epicmorg/testrail:auth-ad-8.0.1.1030" - build: - context: . diff --git a/linux/ecosystem/testrail/8.0.1.1030/ad/docker-entrypoint.sh b/linux/ecosystem/testrail/8.0.1.1030/ad/docker-entrypoint.sh deleted file mode 100755 index 0eedf4a1e..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ad/docker-entrypoint.sh +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/bash - -echo "[testrail] Welcome to Testrail 8.0.1.1030 with Active Directory plugin" - -echo "[testrail] Starting Testrail service" - -################################################################################## - -function createOptDirectory { - if [ ! -d $1 ] - then - echo "[testrail] Creating " $1 - mkdir -p $1 - fi - - chown -R www-data:www-data $1 -} - -/bin/cp -rf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf - -echo "[testrail] Unzipping testrail service" -unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ - -echo "[testrail] Unzipping testrail Active Directory auth plugin" -unzip -q -o -j ${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} ${TESTRAIL_PLUGIN_FULLNAME}/auth.php -d ${TR_CUSTOM_AUTH_DIR} - -createOptDirectory ${TR_DEFAULT_LOG_DIR} -createOptDirectory ${TR_DEFAULT_AUDIT_DIR} -createOptDirectory ${TR_DEFAULT_REPORT_DIR} -createOptDirectory ${TR_DEFAULT_ATTACHMENT_DIR} - -chown -R www-data:www-data ${TR_CONFIG_DIR} - -################################################################################# - -echo "[testrail] Waiting for background task file" -while [ ! -f /var/www/testrail/task.php ] -do - sleep 2 -done - -echo "[testrail] Starting background task" -while /bin/true; do - php /var/www/testrail/task.php || true - sleep ${TR_DEFAULT_TASK_EXECUTION} -done & -echo "[testrail] Background task stoped" - -################################################################################# - -if [[ -z "${FIX_WWW_DATA}" ]]; then - echo "[apache2] env FIX_WWW_DATA is not set. Fixing permissions anyway" - chown www-data:www-data /var/www -R -elif [ "${FIX_WWW_DATA}" == "false" ]; then - echo "[apache2] env FIX_WWW_DATA is set to false. Skipping..." -elif [ "${FIX_WWW_DATA}" == "true" ]; then - echo "[apache2] Changing permissions for /var/www path. Dont worry, please wait." - chown www-data:www-data /var/www -R - echo "[apache2] Done" -else - echo "[apache2] env FIX_WWW_DATA is set to strange value. Skipping..." -fi - -echo "[apache2] Starting up" - -source /etc/apache2/envvars -tail -F /var/log/apache2/* & -exec apache2 -D FOREGROUND diff --git a/linux/ecosystem/testrail/8.0.1.1030/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.1.1030/ldap/Dockerfile deleted file mode 100644 index b8319f8f6..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ldap/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM epicmorg/testrail:8.0.1.1030 - -ENV TESTRAIL_PLUGIN_VERSION=1.4 -ENV TESTRAIL_PLUGIN_NAME=ldap -ENV TESTRAIL_PLUGIN_FULLNAME=testrail-auth-${TESTRAIL_PLUGIN_NAME}-${TESTRAIL_PLUGIN_VERSION} -ENV TESTRAIL_PLUGIN_FILE=${TESTRAIL_PLUGIN_FULLNAME}.zip -ENV TESTRAIL_PLUGIN_DONWLOAD_URL=https://media.gurock.com/gk-media/downloads/${TESTRAIL_PLUGIN_FILE} -ENV TESTRAIL_PLUGIN_TEMP=${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} - -RUN rm -rfv /usr/bin/docker-entrypoint.sh -COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh - -RUN wget --no-check-certificate -O ${TESTRAIL_PLUGIN_TEMP} ${TESTRAIL_PLUGIN_DONWLOAD_URL} diff --git a/linux/ecosystem/testrail/8.0.1.1030/ldap/Makefile b/linux/ecosystem/testrail/8.0.1.1030/ldap/Makefile deleted file mode 100644 index 06e855b50..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ldap/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PIP_BREAK_SYSTEM_PACKAGES=1 - -all: app - -app: - make build - make deploy - make clean - -build: - kaniko-wrapper --version - -dry: - make dry-run - -test: - make dry-run - -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run - -build-compose: - docker-compose build --compress --parallel --progress plain - -deploy: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - -deploy-compose: - docker-compose push - -clean: - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f - docker system prune -af diff --git a/linux/ecosystem/testrail/8.0.1.1030/ldap/README.md b/linux/ecosystem/testrail/8.0.1.1030/ldap/README.md deleted file mode 100644 index 41cdcca80..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ldap/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Testrail - -* Based on `websites:php8.1` of our ecosystem. - -# Compose example - -```yml -version: '3.7' -services: - testrail: - image: epicmorg/testrail:auth-ldap-8.0.1.1030 -# depends_on: -# - mysql -# - memcached - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime - - /etc/timezone:/etc/timezone -# - /etc/letsencrypt:/etc/letsencrypt - - www:/var/www - - apache2:/etc/apache2 - - php:/etc/php - restart: unless-stopped -# extra_hosts: -# - "example.com:192.168.0.11" - tmpfs: - - /tmp - - /var/lib/php/sessions -volumes: - www: - external: true - apache2: - external: true - php: - external: true -``` diff --git a/linux/ecosystem/testrail/8.0.1.1030/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1030/ldap/docker-compose.yml deleted file mode 100644 index 94b6c1933..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ldap/docker-compose.yml +++ /dev/null @@ -1,6 +0,0 @@ -#version: '3.9' -services: - app: - image: "epicmorg/testrail:auth-ldap-8.0.1.1030" - build: - context: . diff --git a/linux/ecosystem/testrail/8.0.1.1030/ldap/docker-entrypoint.sh b/linux/ecosystem/testrail/8.0.1.1030/ldap/docker-entrypoint.sh deleted file mode 100755 index c7174e06b..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/ldap/docker-entrypoint.sh +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/bash - -echo "[testrail] Welcome to Testrail 8.0.1.1030 with LDAP plugin" - -echo "[testrail] Starting testrail service" - -################################################################################# - -function createOptDirectory { - if [ ! -d $1 ] - then - echo "[testrail] Creating " $1 - mkdir -p $1 - fi - - chown -R www-data:www-data $1 -} - -/bin/cp -rf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf - -echo "[testrail] Unzipping testrail service" -unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ - -echo "[testrail] Unzipping testrail LDAP auth plugin" -unzip -q -o -j ${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} ${TESTRAIL_PLUGIN_FULLNAME}/auth.php -d ${TR_CUSTOM_AUTH_DIR} - -createOptDirectory ${TR_DEFAULT_LOG_DIR} -createOptDirectory ${TR_DEFAULT_AUDIT_DIR} -createOptDirectory ${TR_DEFAULT_REPORT_DIR} -createOptDirectory ${TR_DEFAULT_ATTACHMENT_DIR} - -chown -R www-data:www-data ${TR_CONFIG_DIR} - -################################################################################# - -echo "[testrail] Waiting for background task file" -while [ ! -f /var/www/testrail/task.php ] -do - sleep 2 -done - -echo "[testrail] Starting background task" -while /bin/true; do - php /var/www/testrail/task.php || true - sleep ${TR_DEFAULT_TASK_EXECUTION} -done & -echo "[testrail] Background task stoped" - -################################################################################# - -if [[ -z "${FIX_WWW_DATA}" ]]; then - echo "[apache2] env FIX_WWW_DATA is not set. Fixing permissions anyway" - chown www-data:www-data /var/www -R -elif [ "${FIX_WWW_DATA}" == "false" ]; then - echo "[apache2] env FIX_WWW_DATA is set to false. Skipping..." -elif [ "${FIX_WWW_DATA}" == "true" ]; then - echo "[apache2] Changing permissions for /var/www path. Dont worry, please wait." - chown www-data:www-data /var/www -R - echo "[apache2] Done" -else - echo "[apache2] env FIX_WWW_DATA is set to strange value. Skipping..." -fi - -echo "[apache2] Starting up" - -source /etc/apache2/envvars -tail -F /var/log/apache2/* & -exec apache2 -D FOREGROUND diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/.env b/linux/ecosystem/testrail/8.0.1.1030/main/.env deleted file mode 100644 index 9e3dc6286..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/.env +++ /dev/null @@ -1,2 +0,0 @@ -TESTRAIL_VERSION=8.0.1.1030 -DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/Dockerfile b/linux/ecosystem/testrail/8.0.1.1030/main/Dockerfile deleted file mode 100644 index a6a082f32..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/Dockerfile +++ /dev/null @@ -1,71 +0,0 @@ -FROM epicmorg/apache2:php8.1 - -############################################################################## -# Testrail Install -############################################################################## - - -ARG TESTRAIL_VERSION=8.0.1.1030 -ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip - -ENV TR_DEFAULT_TASK_EXECUTION=60 - -ENV TESTRAIL_RELEASE_DIR=/testrail-release - -ENV TR_WWW_PATH=/var/www/testrail -ENV TR_CONFIGPATH=${TR_CONFIG_DIR} -ENV TR_CONFIG_DIR=${TR_WWW_PATH}/config -ENV TR_CUSTOM_DIR=${TR_WWW_PATH}/custom -ENV TR_CUSTOM_AUTH_DIR=${TR_CUSTOM_DIR}/auth - -ENV TR_OPT_PATH=/opt/testrail -ENV TR_DEFAULT_LOG_DIR=${TR_OPT_PATH}/logs -ENV TR_DEFAULT_AUDIT_DIR=${TR_OPT_PATH}/audit -ENV TR_DEFAULT_REPORT_DIR=${TR_OPT_PATH}/reports -ENV TR_DEFAULT_ATTACHMENT_DIR=${TR_OPT_PATH}/attachments - -ENV TR_OPTPATH="/opt/testrail/" -ENV TR_CONFIGPATH="/var/www/testrail/config/" - -ENV OPENSSL_CONF=/etc/ssl/ - -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* - -RUN echo "[testrail] Preparing folders" && \ - mkdir -p ${TESTRAIL_RELEASE_DIR} && \ - mkdir -p ${TR_WWW_PATH} && \ - mkdir -p ${TR_DEFAULT_ATTACHMENT_DIR} ${TR_DEFAULT_REPORT_DIR} ${TR_DEFAULT_AUDIT_DIR} ${TR_DEFAULT_LOG_DIR} && \ - echo "[testrail] Downloading and installing" && \ - wget --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" --no-check-certificate -O ${TESTRAIL_RELEASE_DIR}/testrail.zip ${DOWNLOAD_URL} && \ - chown -R www-data:www-data ${TESTRAIL_RELEASE_DIR} && \ - unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ && \ - chown -R www-data:www-data ${TR_WWW_PATH} && \ - ls -las ${TR_WWW_PATH} && \ - chown -R www-data:www-data ${TR_OPT_PATH} && \ - ls -las ${TR_OPT_PATH} - -RUN echo "[testrail] Testrail version is: $(cat ${TR_WWW_PATH}/version.txt)" - -COPY apache_testrail.conf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf - -#healthcheck. good practice -HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit 1 - -# Add image configuration and scripts -COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh -RUN chmod 755 /usr/bin/docker-entrypoint.sh - -RUN updatedb - -#Final config -WORKDIR /var/www/testrail -EXPOSE 80 443 - -ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"] -CMD ["docker-entrypoint.sh"] diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/Makefile b/linux/ecosystem/testrail/8.0.1.1030/main/Makefile deleted file mode 100644 index 06e855b50..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PIP_BREAK_SYSTEM_PACKAGES=1 - -all: app - -app: - make build - make deploy - make clean - -build: - kaniko-wrapper --version - -dry: - make dry-run - -test: - make dry-run - -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run - -build-compose: - docker-compose build --compress --parallel --progress plain - -deploy: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - -deploy-compose: - docker-compose push - -clean: - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f - docker system prune -af diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/README.md b/linux/ecosystem/testrail/8.0.1.1030/main/README.md deleted file mode 100644 index d0e07801b..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Testrail - -* Based on `websites:php8.1` of our ecosystem. - -# Compose example - -```yml -version: '3.7' -services: - testrail: - image: epicmorg/testrail:8.0.1.1030 -# depends_on: -# - mysql -# - memcached - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime - - /etc/timezone:/etc/timezone -# - /etc/letsencrypt:/etc/letsencrypt - - www:/var/www - - apache2:/etc/apache2 - - php:/etc/php - restart: unless-stopped -# extra_hosts: -# - "example.com:192.168.0.11" - tmpfs: - - /tmp - - /var/lib/php/sessions -volumes: - www: - external: true - apache2: - external: true - php: - external: true -``` diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/apache_testrail.conf b/linux/ecosystem/testrail/8.0.1.1030/main/apache_testrail.conf deleted file mode 100644 index 750791db9..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/apache_testrail.conf +++ /dev/null @@ -1,16 +0,0 @@ - - ServerName localhost - - ServerAdmin webmaster@localhost - DocumentRoot /var/www/testrail - - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - - Options Indexes FollowSymLinks - AllowOverride All - Require all granted - - - \ No newline at end of file diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1030/main/docker-compose.yml deleted file mode 100644 index f053a950f..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/docker-compose.yml +++ /dev/null @@ -1,6 +0,0 @@ -#version: '3.9' -services: - app: - image: "epicmorg/testrail:8.0.1.1030" - build: - context: . diff --git a/linux/ecosystem/testrail/8.0.1.1030/main/docker-entrypoint.sh b/linux/ecosystem/testrail/8.0.1.1030/main/docker-entrypoint.sh deleted file mode 100755 index 87bd04542..000000000 --- a/linux/ecosystem/testrail/8.0.1.1030/main/docker-entrypoint.sh +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/bash - -echo "[testrail] Welcome to Testrail 8.0.1.1030" - -echo "[testrail] Starting testrail service" - -################################################################################# - -function createOptDirectory { - if [ ! -d $1 ] - then - echo "[testrail] Creating " $1 - mkdir -p $1 - fi - - chown -R www-data:www-data $1 -} - -/bin/cp -rf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf - -echo "[testrail] Unzipping testrail service" -unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ -echo "[testrail] Testrail extracted" - -createOptDirectory ${TR_DEFAULT_LOG_DIR} -createOptDirectory ${TR_DEFAULT_AUDIT_DIR} -createOptDirectory ${TR_DEFAULT_REPORT_DIR} -createOptDirectory ${TR_DEFAULT_ATTACHMENT_DIR} - -chown -R www-data:www-data ${TR_CONFIG_DIR} -chown -R www-data:www-data ${TR_CONFIGPATH} - -################################################################################# - -echo "[testrail] Waiting for background task file" -while [ ! -f /var/www/testrail/task.php ] -do - sleep 2 -done - -echo "[testrail] Starting background task" -while /bin/true; do - php /var/www/testrail/task.php || true - sleep ${TR_DEFAULT_TASK_EXECUTION} -done & -echo "[testrail] Background task stoped" - -################################################################################# - -if [[ -z "${FIX_WWW_DATA}" ]]; then - echo "[apache2] env FIX_WWW_DATA is not set. Fixing permissions anyway" - chown www-data:www-data /var/www -R -elif [ "${FIX_WWW_DATA}" == "false" ]; then - echo "[apache2] env FIX_WWW_DATA is set to false. Skipping..." -elif [ "${FIX_WWW_DATA}" == "true" ]; then - echo "[apache2] Changing permissions for /var/www path. Dont worry, please wait." - chown www-data:www-data /var/www -R - echo "[apache2] Done" -else - echo "[apache2] env FIX_WWW_DATA is set to strange value. Skipping..." -fi - -echo "[apache2] Starting up" - -source /etc/apache2/envvars -tail -F /var/log/apache2/* & -exec apache2 -D FOREGROUND diff --git a/linux/ecosystem/testrail/8.0.1.1033/ad/Dockerfile b/linux/ecosystem/testrail/8.0.1.1033/ad/Dockerfile deleted file mode 100644 index 7df7eef68..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ad/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM epicmorg/testrail:8.0.1.1033 - -ENV TESTRAIL_PLUGIN_VERSION=1.4 -ENV TESTRAIL_PLUGIN_NAME=ad -ENV TESTRAIL_PLUGIN_FULLNAME=testrail-auth-${TESTRAIL_PLUGIN_NAME}-${TESTRAIL_PLUGIN_VERSION} -ENV TESTRAIL_PLUGIN_FILE=${TESTRAIL_PLUGIN_FULLNAME}.zip -ENV TESTRAIL_PLUGIN_DONWLOAD_URL=https://media.gurock.com/gk-media/downloads/${TESTRAIL_PLUGIN_FILE} -ENV TESTRAIL_PLUGIN_TEMP=${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} - -RUN rm -rfv /usr/bin/docker-entrypoint.sh -COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh - -RUN wget --no-check-certificate -O ${TESTRAIL_PLUGIN_TEMP} ${TESTRAIL_PLUGIN_DONWLOAD_URL} diff --git a/linux/ecosystem/testrail/8.0.1.1033/ad/Makefile b/linux/ecosystem/testrail/8.0.1.1033/ad/Makefile deleted file mode 100644 index 06e855b50..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ad/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PIP_BREAK_SYSTEM_PACKAGES=1 - -all: app - -app: - make build - make deploy - make clean - -build: - kaniko-wrapper --version - -dry: - make dry-run - -test: - make dry-run - -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run - -build-compose: - docker-compose build --compress --parallel --progress plain - -deploy: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - -deploy-compose: - docker-compose push - -clean: - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f - docker system prune -af diff --git a/linux/ecosystem/testrail/8.0.1.1033/ad/README.md b/linux/ecosystem/testrail/8.0.1.1033/ad/README.md deleted file mode 100644 index 39bcaf5cf..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ad/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Testrail - -* Based on `websites:php8.1` of our ecosystem. - -# Compose example - -```yml -version: '3.7' -services: - testrail: - image: epicmorg/testrail-ad-:8.0.1.1033 -# depends_on: -# - mysql -# - memcached - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime - - /etc/timezone:/etc/timezone -# - /etc/letsencrypt:/etc/letsencrypt - - www:/var/www - - apache2:/etc/apache2 - - php:/etc/php - restart: unless-stopped -# extra_hosts: -# - "example.com:192.168.0.11" - tmpfs: - - /tmp - - /var/lib/php/sessions -volumes: - www: - external: true - apache2: - external: true - php: - external: true -``` diff --git a/linux/ecosystem/testrail/8.0.1.1033/ad/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1033/ad/docker-compose.yml deleted file mode 100644 index 3a3497576..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ad/docker-compose.yml +++ /dev/null @@ -1,6 +0,0 @@ -#version: '3.9' -services: - app: - image: "epicmorg/testrail:auth-ad-8.0.1.1033" - build: - context: . diff --git a/linux/ecosystem/testrail/8.0.1.1033/ad/docker-entrypoint.sh b/linux/ecosystem/testrail/8.0.1.1033/ad/docker-entrypoint.sh deleted file mode 100755 index 2d64a9855..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ad/docker-entrypoint.sh +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/bash - -echo "[testrail] Welcome to Testrail 8.0.1.1033 with Active Directory plugin" - -echo "[testrail] Starting Testrail service" - -################################################################################## - -function createOptDirectory { - if [ ! -d $1 ] - then - echo "[testrail] Creating " $1 - mkdir -p $1 - fi - - chown -R www-data:www-data $1 -} - -/bin/cp -rf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf - -echo "[testrail] Unzipping testrail service" -unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ - -echo "[testrail] Unzipping testrail Active Directory auth plugin" -unzip -q -o -j ${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} ${TESTRAIL_PLUGIN_FULLNAME}/auth.php -d ${TR_CUSTOM_AUTH_DIR} - -createOptDirectory ${TR_DEFAULT_LOG_DIR} -createOptDirectory ${TR_DEFAULT_AUDIT_DIR} -createOptDirectory ${TR_DEFAULT_REPORT_DIR} -createOptDirectory ${TR_DEFAULT_ATTACHMENT_DIR} - -chown -R www-data:www-data ${TR_CONFIG_DIR} - -################################################################################# - -echo "[testrail] Waiting for background task file" -while [ ! -f /var/www/testrail/task.php ] -do - sleep 2 -done - -echo "[testrail] Starting background task" -while /bin/true; do - php /var/www/testrail/task.php || true - sleep ${TR_DEFAULT_TASK_EXECUTION} -done & -echo "[testrail] Background task stoped" - -################################################################################# - -if [[ -z "${FIX_WWW_DATA}" ]]; then - echo "[apache2] env FIX_WWW_DATA is not set. Fixing permissions anyway" - chown www-data:www-data /var/www -R -elif [ "${FIX_WWW_DATA}" == "false" ]; then - echo "[apache2] env FIX_WWW_DATA is set to false. Skipping..." -elif [ "${FIX_WWW_DATA}" == "true" ]; then - echo "[apache2] Changing permissions for /var/www path. Dont worry, please wait." - chown www-data:www-data /var/www -R - echo "[apache2] Done" -else - echo "[apache2] env FIX_WWW_DATA is set to strange value. Skipping..." -fi - -echo "[apache2] Starting up" - -source /etc/apache2/envvars -tail -F /var/log/apache2/* & -exec apache2 -D FOREGROUND diff --git a/linux/ecosystem/testrail/8.0.1.1033/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.1.1033/ldap/Dockerfile deleted file mode 100644 index 8612879fc..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ldap/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM epicmorg/testrail:8.0.1.1033 - -ENV TESTRAIL_PLUGIN_VERSION=1.4 -ENV TESTRAIL_PLUGIN_NAME=ldap -ENV TESTRAIL_PLUGIN_FULLNAME=testrail-auth-${TESTRAIL_PLUGIN_NAME}-${TESTRAIL_PLUGIN_VERSION} -ENV TESTRAIL_PLUGIN_FILE=${TESTRAIL_PLUGIN_FULLNAME}.zip -ENV TESTRAIL_PLUGIN_DONWLOAD_URL=https://media.gurock.com/gk-media/downloads/${TESTRAIL_PLUGIN_FILE} -ENV TESTRAIL_PLUGIN_TEMP=${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} - -RUN rm -rfv /usr/bin/docker-entrypoint.sh -COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh - -RUN wget --no-check-certificate -O ${TESTRAIL_PLUGIN_TEMP} ${TESTRAIL_PLUGIN_DONWLOAD_URL} diff --git a/linux/ecosystem/testrail/8.0.1.1033/ldap/Makefile b/linux/ecosystem/testrail/8.0.1.1033/ldap/Makefile deleted file mode 100644 index 06e855b50..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ldap/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PIP_BREAK_SYSTEM_PACKAGES=1 - -all: app - -app: - make build - make deploy - make clean - -build: - kaniko-wrapper --version - -dry: - make dry-run - -test: - make dry-run - -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run - -build-compose: - docker-compose build --compress --parallel --progress plain - -deploy: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - -deploy-compose: - docker-compose push - -clean: - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f - docker system prune -af diff --git a/linux/ecosystem/testrail/8.0.1.1033/ldap/README.md b/linux/ecosystem/testrail/8.0.1.1033/ldap/README.md deleted file mode 100644 index 89eff798c..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ldap/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Testrail - -* Based on `websites:php8.1` of our ecosystem. - -# Compose example - -```yml -version: '3.7' -services: - testrail: - image: epicmorg/testrail:auth-ldap-8.0.1.1033 -# depends_on: -# - mysql -# - memcached - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime - - /etc/timezone:/etc/timezone -# - /etc/letsencrypt:/etc/letsencrypt - - www:/var/www - - apache2:/etc/apache2 - - php:/etc/php - restart: unless-stopped -# extra_hosts: -# - "example.com:192.168.0.11" - tmpfs: - - /tmp - - /var/lib/php/sessions -volumes: - www: - external: true - apache2: - external: true - php: - external: true -``` diff --git a/linux/ecosystem/testrail/8.0.1.1033/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1033/ldap/docker-compose.yml deleted file mode 100644 index 0a9255823..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ldap/docker-compose.yml +++ /dev/null @@ -1,6 +0,0 @@ -#version: '3.9' -services: - app: - image: "epicmorg/testrail:auth-ldap-8.0.1.1033" - build: - context: . diff --git a/linux/ecosystem/testrail/8.0.1.1033/ldap/docker-entrypoint.sh b/linux/ecosystem/testrail/8.0.1.1033/ldap/docker-entrypoint.sh deleted file mode 100755 index a74ae9f8f..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/ldap/docker-entrypoint.sh +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/bash - -echo "[testrail] Welcome to Testrail 8.0.1.1033 with LDAP plugin" - -echo "[testrail] Starting testrail service" - -################################################################################# - -function createOptDirectory { - if [ ! -d $1 ] - then - echo "[testrail] Creating " $1 - mkdir -p $1 - fi - - chown -R www-data:www-data $1 -} - -/bin/cp -rf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf - -echo "[testrail] Unzipping testrail service" -unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ - -echo "[testrail] Unzipping testrail LDAP auth plugin" -unzip -q -o -j ${TESTRAIL_RELEASE_DIR}/${TESTRAIL_PLUGIN_FILE} ${TESTRAIL_PLUGIN_FULLNAME}/auth.php -d ${TR_CUSTOM_AUTH_DIR} - -createOptDirectory ${TR_DEFAULT_LOG_DIR} -createOptDirectory ${TR_DEFAULT_AUDIT_DIR} -createOptDirectory ${TR_DEFAULT_REPORT_DIR} -createOptDirectory ${TR_DEFAULT_ATTACHMENT_DIR} - -chown -R www-data:www-data ${TR_CONFIG_DIR} - -################################################################################# - -echo "[testrail] Waiting for background task file" -while [ ! -f /var/www/testrail/task.php ] -do - sleep 2 -done - -echo "[testrail] Starting background task" -while /bin/true; do - php /var/www/testrail/task.php || true - sleep ${TR_DEFAULT_TASK_EXECUTION} -done & -echo "[testrail] Background task stoped" - -################################################################################# - -if [[ -z "${FIX_WWW_DATA}" ]]; then - echo "[apache2] env FIX_WWW_DATA is not set. Fixing permissions anyway" - chown www-data:www-data /var/www -R -elif [ "${FIX_WWW_DATA}" == "false" ]; then - echo "[apache2] env FIX_WWW_DATA is set to false. Skipping..." -elif [ "${FIX_WWW_DATA}" == "true" ]; then - echo "[apache2] Changing permissions for /var/www path. Dont worry, please wait." - chown www-data:www-data /var/www -R - echo "[apache2] Done" -else - echo "[apache2] env FIX_WWW_DATA is set to strange value. Skipping..." -fi - -echo "[apache2] Starting up" - -source /etc/apache2/envvars -tail -F /var/log/apache2/* & -exec apache2 -D FOREGROUND diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/.env b/linux/ecosystem/testrail/8.0.1.1033/main/.env deleted file mode 100644 index f982825ee..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/.env +++ /dev/null @@ -1,2 +0,0 @@ -TESTRAIL_VERSION=8.0.1.1033 -DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/Dockerfile b/linux/ecosystem/testrail/8.0.1.1033/main/Dockerfile deleted file mode 100644 index 3ac80c852..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/Dockerfile +++ /dev/null @@ -1,71 +0,0 @@ -FROM epicmorg/apache2:php8.1 - -############################################################################## -# Testrail Install -############################################################################## - - -ARG TESTRAIL_VERSION=8.0.1.1033 -ARG DOWNLOAD_URL=https://secure.testrail.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion81.zip - -ENV TR_DEFAULT_TASK_EXECUTION=60 - -ENV TESTRAIL_RELEASE_DIR=/testrail-release - -ENV TR_WWW_PATH=/var/www/testrail -ENV TR_CONFIGPATH=${TR_CONFIG_DIR} -ENV TR_CONFIG_DIR=${TR_WWW_PATH}/config -ENV TR_CUSTOM_DIR=${TR_WWW_PATH}/custom -ENV TR_CUSTOM_AUTH_DIR=${TR_CUSTOM_DIR}/auth - -ENV TR_OPT_PATH=/opt/testrail -ENV TR_DEFAULT_LOG_DIR=${TR_OPT_PATH}/logs -ENV TR_DEFAULT_AUDIT_DIR=${TR_OPT_PATH}/audit -ENV TR_DEFAULT_REPORT_DIR=${TR_OPT_PATH}/reports -ENV TR_DEFAULT_ATTACHMENT_DIR=${TR_OPT_PATH}/attachments - -ENV TR_OPTPATH="/opt/testrail/" -ENV TR_CONFIGPATH="/var/www/testrail/config/" - -ENV OPENSSL_CONF=/etc/ssl/ - -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* - -RUN echo "[testrail] Preparing folders" && \ - mkdir -p ${TESTRAIL_RELEASE_DIR} && \ - mkdir -p ${TR_WWW_PATH} && \ - mkdir -p ${TR_DEFAULT_ATTACHMENT_DIR} ${TR_DEFAULT_REPORT_DIR} ${TR_DEFAULT_AUDIT_DIR} ${TR_DEFAULT_LOG_DIR} && \ - echo "[testrail] Downloading and installing" && \ - wget --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" --no-check-certificate -O ${TESTRAIL_RELEASE_DIR}/testrail.zip ${DOWNLOAD_URL} && \ - chown -R www-data:www-data ${TESTRAIL_RELEASE_DIR} && \ - unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ && \ - chown -R www-data:www-data ${TR_WWW_PATH} && \ - ls -las ${TR_WWW_PATH} && \ - chown -R www-data:www-data ${TR_OPT_PATH} && \ - ls -las ${TR_OPT_PATH} - -RUN echo "[testrail] Testrail version is: $(cat ${TR_WWW_PATH}/version.txt)" - -COPY apache_testrail.conf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf - -#healthcheck. good practice -HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit 1 - -# Add image configuration and scripts -COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh -RUN chmod 755 /usr/bin/docker-entrypoint.sh - -RUN updatedb - -#Final config -WORKDIR /var/www/testrail -EXPOSE 80 443 - -ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"] -CMD ["docker-entrypoint.sh"] diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/Makefile b/linux/ecosystem/testrail/8.0.1.1033/main/Makefile deleted file mode 100644 index 06e855b50..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PIP_BREAK_SYSTEM_PACKAGES=1 - -all: app - -app: - make build - make deploy - make clean - -build: - kaniko-wrapper --version - -dry: - make dry-run - -test: - make dry-run - -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run - -build-compose: - docker-compose build --compress --parallel --progress plain - -deploy: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - -deploy-compose: - docker-compose push - -clean: - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f - docker system prune -af diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/README.md b/linux/ecosystem/testrail/8.0.1.1033/main/README.md deleted file mode 100644 index c8c436451..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/README.md +++ /dev/null @@ -1,36 +0,0 @@ -## Testrail - -* Based on `websites:php8.1` of our ecosystem. - -# Compose example - -```yml -version: '3.7' -services: - testrail: - image: epicmorg/testrail:8.0.1.1033 -# depends_on: -# - mysql -# - memcached - restart: unless-stopped - volumes: - - /etc/localtime:/etc/localtime - - /etc/timezone:/etc/timezone -# - /etc/letsencrypt:/etc/letsencrypt - - www:/var/www - - apache2:/etc/apache2 - - php:/etc/php - restart: unless-stopped -# extra_hosts: -# - "example.com:192.168.0.11" - tmpfs: - - /tmp - - /var/lib/php/sessions -volumes: - www: - external: true - apache2: - external: true - php: - external: true -``` diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/apache_testrail.conf b/linux/ecosystem/testrail/8.0.1.1033/main/apache_testrail.conf deleted file mode 100644 index 750791db9..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/apache_testrail.conf +++ /dev/null @@ -1,16 +0,0 @@ - - ServerName localhost - - ServerAdmin webmaster@localhost - DocumentRoot /var/www/testrail - - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - - Options Indexes FollowSymLinks - AllowOverride All - Require all granted - - - \ No newline at end of file diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1033/main/docker-compose.yml deleted file mode 100644 index 7d8065cc3..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/docker-compose.yml +++ /dev/null @@ -1,6 +0,0 @@ -#version: '3.9' -services: - app: - image: "epicmorg/testrail:8.0.1.1033" - build: - context: . diff --git a/linux/ecosystem/testrail/8.0.1.1033/main/docker-entrypoint.sh b/linux/ecosystem/testrail/8.0.1.1033/main/docker-entrypoint.sh deleted file mode 100755 index cd57919a3..000000000 --- a/linux/ecosystem/testrail/8.0.1.1033/main/docker-entrypoint.sh +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/bash - -echo "[testrail] Welcome to Testrail 8.0.1.1033" - -echo "[testrail] Starting testrail service" - -################################################################################# - -function createOptDirectory { - if [ ! -d $1 ] - then - echo "[testrail] Creating " $1 - mkdir -p $1 - fi - - chown -R www-data:www-data $1 -} - -/bin/cp -rf ${TESTRAIL_RELEASE_DIR}/apache-conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf - -echo "[testrail] Unzipping testrail service" -unzip -q -o ${TESTRAIL_RELEASE_DIR}/testrail.zip -d /var/www/ -echo "[testrail] Testrail extracted" - -createOptDirectory ${TR_DEFAULT_LOG_DIR} -createOptDirectory ${TR_DEFAULT_AUDIT_DIR} -createOptDirectory ${TR_DEFAULT_REPORT_DIR} -createOptDirectory ${TR_DEFAULT_ATTACHMENT_DIR} - -chown -R www-data:www-data ${TR_CONFIG_DIR} -chown -R www-data:www-data ${TR_CONFIGPATH} - -################################################################################# - -echo "[testrail] Waiting for background task file" -while [ ! -f /var/www/testrail/task.php ] -do - sleep 2 -done - -echo "[testrail] Starting background task" -while /bin/true; do - php /var/www/testrail/task.php || true - sleep ${TR_DEFAULT_TASK_EXECUTION} -done & -echo "[testrail] Background task stoped" - -################################################################################# - -if [[ -z "${FIX_WWW_DATA}" ]]; then - echo "[apache2] env FIX_WWW_DATA is not set. Fixing permissions anyway" - chown www-data:www-data /var/www -R -elif [ "${FIX_WWW_DATA}" == "false" ]; then - echo "[apache2] env FIX_WWW_DATA is set to false. Skipping..." -elif [ "${FIX_WWW_DATA}" == "true" ]; then - echo "[apache2] Changing permissions for /var/www path. Dont worry, please wait." - chown www-data:www-data /var/www -R - echo "[apache2] Done" -else - echo "[apache2] env FIX_WWW_DATA is set to strange value. Skipping..." -fi - -echo "[apache2] Starting up" - -source /etc/apache2/envvars -tail -F /var/log/apache2/* & -exec apache2 -D FOREGROUND diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile index 38a59820d..5e43988b6 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile index 67d0dee54..9dd07f87a 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile @@ -29,13 +29,7 @@ ENV TR_CONFIGPATH="/var/www/testrail/config/" ENV OPENSSL_CONF=/etc/ssl/ -RUN apt-get update && \ - apt-get install -y --no-install-recommends zlib1g-dev libcurl4-gnutls-dev libldap2-dev zlib1g-dev libxml2-dev libfontconfig1 && \ - apt-get clean && \ - echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /run.sh && \ - rm -rf /tmp/* +RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \