* More simple and streamlined base image build file
* Use a builder image to decrease the size and security footprint of running containers
* Make demos more prod-like
* Add l10n for prod builds via docker commit
* Specifically include only those files required for the running site
* Tests in circleci now use the same docker build and test scripts
* Add lock for docker image building per git hash
* Add environment variable support to jenkins.yml
* Add headless and firefox integration tests to prod deploys
* Run integration smoke tests before deployment
* Don't include git directory.
* Build bedrock_base
* Build bedrock_code
* Update run_tests
* Build bedrock_l10n
* Update push to docker hub.
* Update push2deis
* bedrock_l10n: When time triggered use the currently deployed commit.
* Script to check if commit is tag.
* Skip docker image squashing if not needed.
* Allow pulling base docker images.
* Build only if commit in master branch or commit is tagged.