Remove the Docker development environment

This development environment has not been maintained in a long time
and it doesn't work anymore. Let's remove it for now and reintroduce
containers when we start using OpenShift for development.
This commit is contained in:
mprahl
2018-03-23 08:48:51 -04:00
parent 9b6fd2ba39
commit ea1fc93325
4 changed files with 6 additions and 123 deletions

View File

@@ -36,7 +36,7 @@ config = {
# End of code signing configuration
}
# developer's instance (docker/vagrant/...)
# developer's instance
if 'MODULE_BUILD_SERVICE_DEVELOPER_ENV' in os.environ and \
os.environ['MODULE_BUILD_SERVICE_DEVELOPER_ENV'].lower() in (
'1', 'on', 'true', 'y', 'yes'):