Skip to content

Commit

Permalink
Merge pull request #1545 from girder/update-docker
Browse files Browse the repository at this point in the history
Ask dependabot to check updates on some test docker images
  • Loading branch information
manthey authored Jun 11, 2024
2 parents 59729e3 + a552cd3 commit 2ac5834
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ commands:
docker-compose -f ./.circleci/dcm4chee/auth-docker-compose.yml up -d
export DICOMWEB_TEST_URL=http://localhost:8008/dcm4chee-arc/aets/DCM4CHEE/rs
echo "export DICOMWEB_TEST_URL=$DICOMWEB_TEST_URL" >> $BASH_ENV
pip install dicomweb_client python-keycloak
pip install dicomweb_client 'python-keycloak<4.1'
# Wait up to 60 seconds for keycloak to be ready
echo 'Waiting for keycloak to start...'
Expand Down
2 changes: 0 additions & 2 deletions .circleci/dcm4chee/auth-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

volumes:
db_data: {}
arc_data: {}
Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/.circleci/dcm4chee/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 2ac5834

Please sign in to comment.