Docker image for Zope with BDR specific Add-ons and settings available.
:latest
(default)
-
Install Docker
-
Install Docker Compose (optional)
See eeacms/zope
$ docker pull eeacms/reportek-bdr
If you want to be able to run tests, please add to src/bdr-instance.cfg file the following:
parts +=
i18ndude
test
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
${instance:eggs}
cssselect
Mock
pdbpp
environment = testenv
[testenv]
CLIENT_HOME = ${buildout:directory}/var/instance
After that, build the image locally:
$ docker build -t reportek.bdr-instance:devel .
and use it in docker compose file for instance service:
image: reportek.bdr-instance:devel
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
The Original Code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.