Commits

Tim Donohue authored and GitHub committed df46bcd16f4 Merge
Merge pull request #1449 from tdonohue/update_docker_deps

Update Docker to use latest Solr 8
No tags
gidlmaster

docker/docker-compose-ci.yml

Modified
57 57 networks:
58 58 dspacenet:
59 59 stdin_open: true
60 60 tty: true
61 61 volumes:
62 62 - pgdata:/pgdata
63 63 # DSpace Solr container
64 64 dspacesolr:
65 65 container_name: dspacesolr
66 66 # Uses official Solr image at https://hub.docker.com/_/solr/
67 - image: solr:8.8
67 + image: solr:8.11-slim
68 68 # Needs main 'dspace' container to start first to guarantee access to solr_configs
69 69 depends_on:
70 70 - dspace
71 71 networks:
72 72 dspacenet:
73 73 ports:
74 74 - published: 8983
75 75 target: 8983
76 76 stdin_open: true
77 77 tty: true

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut