[Rt-commit] rt branch, 4.4/add-postgresql-apache-fcgid-tests, updated. rt-4.4.4-140-g68e814b9b4

Dianne Skoll dianne at bestpractical.com
Mon Aug 31 15:38:44 EDT 2020


The branch, 4.4/add-postgresql-apache-fcgid-tests has been updated
       via  68e814b9b417383a2d2ca5225673c5660dc59568 (commit)
      from  4b18a29a61054e2df5030602c4245460cd853e53 (commit)

Summary of changes:
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

- Log -----------------------------------------------------------------
commit 68e814b9b417383a2d2ca5225673c5660dc59568
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Mon Aug 31 15:35:21 2020 -0400

    Add the "rt-test" user in the RT Dockerfile rather than in the base image.
    
    The rt-test user is only used for the RT tests, so there's no reason to
    have it in the base image.

diff --git a/Dockerfile b/Dockerfile
index 47ae886637..eb09644b18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,4 +10,7 @@ ENV RT_TEST_RT_HOST=172.17.0.3
 # Skip gpg tests until we update to gpg 2.2
 ENV SKIP_GPG_TESTS=1
 
+# Add the rt_test user (required by mod_fcgid tests)
+RUN adduser rt-test < /dev/null
+
 CMD tail -f /dev/null

-----------------------------------------------------------------------


More information about the rt-commit mailing list