We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug description The docker environment to run the unit tests is not working anymore.
Steps to reproduce
$ docker/setEnv.sh unit_tests $ docker-compose up Creating network "django-defectdojo_default" with the default driver Creating django-defectdojo_rabbitmq_1 ... done Creating django-defectdojo_mysql_1 ... done Creating django-defectdojo_celeryworker_1 ... done Creating django-defectdojo_celerybeat_1 ... done Creating django-defectdojo_uwsgi_1 ... done Creating django-defectdojo_initializer_1 ... done Creating django-defectdojo_nginx_1 ... error ERROR: for django-defectdojo_nginx_1 Cannot create container for service nginx: No command specified ERROR: for nginx Cannot create container for service nginx: No command specified ERROR: Encountered errors while bringing up the project. 10:17:10:centos@localhost:/home/centos/django-DefectDojo $
Expected behavior A django with minimal configuration should start and run the unit tests
Deployment method (select with an X)
X
Environment information dev branch
Sample scan files (optional)
Screenshots (optional)
Console logs (optional)
Additional context (optional)
I have fixed the issue in dev branch. The issue might be present in python2.7 branch too
The text was updated successfully, but these errors were encountered:
Fix DefectDojo#1428: unit-tests not working in docker env
40b8f18
Merge pull request #1429 from ptrovatelli/fix-unit-test-docker-env
a6983f5
Fix #1428: unit-tests not working in docker env
No branches or pull requests
Bug description
The docker environment to run the unit tests is not working anymore.
Steps to reproduce
Expected behavior
A django with minimal configuration should start and run the unit tests
Deployment method (select with an
X
)Environment information
dev branch
Sample scan files (optional)
Screenshots (optional)
Console logs (optional)
Additional context (optional)
I have fixed the issue in dev branch. The issue might be present in python2.7 branch too
The text was updated successfully, but these errors were encountered: