Skip to content

Commit

Permalink
Use new integration testing docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
John Giannelos committed Dec 23, 2019
1 parent 93f69ea commit c3f592e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ services:
testprovider:
stdin_open: true
tty: true
image: mozillaparsys/oidc_testprovider
image: mozilla/oidc-testprovider:oidc_testprovider-latest
ports:
- "8080:8080"
testrp:
stdin_open: true
tty: true
image: mozillaparsys/oidc_testrp:py${PYTHON_VERSION:-3}
image: mozilla/oidc-testprovider:oidc_testrp_py${PYTHON_VERSION:-3}-latest
ports:
- "8081:8081"
volumes:
- ./:/mozilla-django-oidc
environment:
- TEST_OIDC_ALGO=${TEST_OIDC_ALGO:-hs}
- DJANGO_VERSION=${DJANGO_VERSION:-Django>=2.0}
- DJANGO_VERSION=${DJANGO_VERSION:-Django>=2.2}
command: >-
bash -c "cd /mozilla-django-oidc/ &&
pip install -I . &&
Expand All @@ -29,7 +29,7 @@ services:
testrunner:
stdin_open: true
tty: true
image: mozillaparsys/oidc_testrunner
image: mozilla/oidc-testprovider:oidc_testrunner-latest
volumes:
- ./integration_tests:/integration_tests
links:
Expand Down

0 comments on commit c3f592e

Please sign in to comment.