summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2017-12-29Add some XS modules that we can use later to make things fasterDylan William Hardison1-1/+1
2017-12-23no bug - support Devel::NYTProfDylan William Hardison1-1/+1
2017-11-14no bug - add demo command and allow PORT to be 80 (#271)Dylan William Hardison1-1/+2
2017-10-07Bug 1406239 - Pass CircleCI Environmental variables to docker build processDylan William Hardison1-0/+8
2017-10-06Bug 1406235 - Cleanup httpd config and expose server limits as env settingsDylan William Hardison1-1/+6
2017-09-27Bug 1402878 - Add some more sanity-type tests, including perl criticDylan William Hardison1-2/+1
2017-08-28Bug 1393643 - Add whitelist to rate limiting code (#220)Dylan William Hardison1-1/+1
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading
2017-08-07Bug 1383355 - Migrate CI tests from taskcluster to CircleCIDylan William Hardison1-21/+11
2017-07-25Bug 1380531 - Write initial CircleCI configuration for BMODylan William Hardison1-20/+4
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables
2017-07-07Bug 1361439 - Create dockerflow-compliant container that runs a BMO web headDylan William Hardison1-0/+49