Skip to content

Commit

Permalink
Merge pull request #5107 from ebmdatalab/madwort/move-gh-org
Browse files Browse the repository at this point in the history
Update docker files to use packages from new GH org
  • Loading branch information
madwort authored Jan 15, 2025
2 parents 9e141d8 + 25d2c5f commit 285c303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ebmdatalab/openprescribing-py312-base:latest
FROM ghcr.io/bennettoxford/openprescribing-py312-base:latest

RUN wget -qO- https://github.com/mozilla/geckodriver/releases/download/v0.16.1/geckodriver-v0.16.1-linux64.tar.gz | tar xvz -C /usr/bin
RUN apt-get update && apt-get install -y firefox-esr xvfb
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: postgis/postgis:16-3.4
env_file: environment-docker
test:
image: ghcr.io/ebmdatalab/openprescribing-py312-test:latest
image: ghcr.io/bennettoxford/openprescribing-py312-test:latest
command: /bin/bash -c './scripts/docker_setup.sh test && cd openprescribing && make test'
env_file: environment-docker
environment:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- db-test

test-production:
image: ghcr.io/ebmdatalab/openprescribing-py312-base:latest
image: ghcr.io/bennettoxford/openprescribing-py312-base:latest
command: /bin/bash -c './scripts/docker_setup.sh production && cd openprescribing && python manage.py check --deploy --settings openprescribing.settings.production'
env_file: environment-docker
environment:
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
image: postgis/postgis:16-3.4
env_file: environment-docker
dev:
image: ghcr.io/ebmdatalab/openprescribing-py312-test:latest
image: ghcr.io/bennettoxford/openprescribing-py312-test:latest
command: /bin/bash -c './scripts/docker_setup.sh local && cd openprescribing && /bin/bash -l'
env_file: environment-docker
ports:
Expand Down

0 comments on commit 285c303

Please sign in to comment.