Skip to content

Commit

Permalink
Merge pull request #1631 from girder/docker-build-verbosity
Browse files Browse the repository at this point in the history
Adjust CI docker build logging
  • Loading branch information
manthey authored Sep 10, 2024
2 parents d9bc4b5 + 47794db commit 4c3abb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- checkout
- run:
name: Build the test docker
command: docker build --force-rm -t girder/tox-and-node -f test.Dockerfile .
command: docker build --progress-plain --force-rm -t girder/tox-and-node -f test.Dockerfile .
- run:
name: Publish the images to Docker Hub
command: |
Expand Down
6 changes: 3 additions & 3 deletions .circleci/dcm4chee/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
ldap_config: {}
services:
ldap:
image: dcm4che/slapd-dcm4chee:2.6.5-31.2
image: dcm4che/slapd-dcm4chee:2.6.6-33.0
logging:
driver: json-file
options:
Expand All @@ -20,7 +20,7 @@ services:
- ldap_data:/var/lib/openldap/openldap-data
- ldap_config:/etc/openldap/slapd.d
db:
image: dcm4che/postgres-dcm4chee:15.4-31
image: dcm4che/postgres-dcm4chee:16.4-33
logging:
driver: json-file
options:
Expand All @@ -34,7 +34,7 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
arc:
image: dcm4che/dcm4chee-arc-psql:5.31.2
image: dcm4che/dcm4chee-arc-psql:5.33.0
logging:
driver: json-file
options:
Expand Down
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/.circleci/dcm4chee/"
schedule:
interval: "weekly"
# This checks dockerfiles, not docker-compose files, so doesn't do anything
# - package-ecosystem: "docker"
# directory: "/.circleci/dcm4chee/"
# schedule:
# interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 4c3abb4

Please sign in to comment.