[Bps-public-commit] docker-rt-base-debian-stretch branch master updated. ee8703f3a20f5ada19ef3742c3630f3bfa1115ee

BPS Git Server git at git.bestpractical.com
Mon Sep 27 18:13:31 UTC 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "docker-rt-base-debian-stretch".

The branch, master has been updated
       via  ee8703f3a20f5ada19ef3742c3630f3bfa1115ee (commit)
      from  036e7c846e9bb20c5f46c0c213358dda448392ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ee8703f3a20f5ada19ef3742c3630f3bfa1115ee
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Sep 27 08:15:08 2021 -0400

    Add Parallel::ForkManager dependency for RT 5.0.2
    
    Re-running the docker build also updated DBIx::SearchBuilder
    to 1.71 so RT can use the newly added bind variable
    features. Also add "capitalization" which is an optional
    dependency for DBIx::SearchBuilder.
    
    Also add a comment about failing tests for DBD::Pg for version
    3.15 encountered when rebuilding the container.

diff --git a/Dockerfile b/Dockerfile
index bfd2573..5ab8119 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -144,10 +144,16 @@ RUN cpanm \
   MooseX::Role::Parameterized \
   Path::Dispatcher \
   Web::Machine \
+  capitalization \
   DBIx::SearchBuilder \
+  Parallel::ForkManager \
+  # DBD::Pg version 3.15 fails tests when run as root. There is a merged fix
+  # in github, but it is not yet released. Assuming it is released in 3.16,
+  # it shouldn't be an issue after that. Until then, this can be installed
+  # by passing --notest to cpanm for DBD::Pg.
+  DBD::Pg \
   # RT extension development dependencies
   ExtUtils::MakeMaker \
-  DBD::Pg \
 && rm -rf /root/.cpanm
 
 CMD tail -f /dev/null

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

Summary of changes:
 Dockerfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
docker-rt-base-debian-stretch


More information about the Bps-public-commit mailing list