Commit Graph

21 Commits

Author SHA1 Message Date
Tim Donohue
c004a33c9d Replace all old docker "dspace-7_x" tags with "latest" 2023-07-24 11:08:15 -05:00
Tim Donohue
f1f4fe4cdf Update to Postgres v13 (as v11 images are not being maintained). Add db.restore.yml upgrade script & enhance READMEs 2023-04-21 16:59:47 -05:00
Tim Donohue
aa7acb5be7 Update Postgres Docker scripts to build/tag images automatically 2023-04-19 14:25:18 -05:00
Mark Cooper
b36e6df9bc Build, use, publish dspace/dspace-solr imgs 2023-04-06 16:48:36 -07:00
Kim Shepherd
e08fa2ec31 Dockerfile.test and docker-compose: expose port 8000, set JDWP java opts
This allows a remote JVM debugger to be connected to port 8000 on the
dspace docker container (test environment).
This may need a documentation note to warn against running the supplied
docker-compose / Dockerfile.test config in production -- already a good
warning but made more important now that the JVM can be exposed to a
debugger for reading memory...
2022-05-25 10:40:18 +12:00
Tim Donohue
618aed6cde Remove Docker-specific local.cfg files. Instead mount [src]/dspace/config/ to Docker containers 2021-12-23 13:29:30 -06:00
Tim Donohue
18515b1c9a Update docker-compose scripts to use env variables (align with runtime configs for UI) 2021-12-23 11:44:02 -06:00
Tim Donohue
85c7252ab9 Update dependencies in Docker. 2021-12-13 16:35:40 -06:00
Tim Donohue
9f1704f91f Ensure any updated Solr configs are copied over to running cores 2021-10-15 09:57:24 -05:00
Tim Donohue
e606ea7b23 Define a specific Docker network subnet and trust it in the local.cfg 2021-04-14 09:21:34 -05:00
Tim Donohue
7b9e3d70bb Upgrade to Solr 8.8.1 (from 8.7) 2021-02-26 12:29:52 -06:00
Tim Donohue
e33b323135 Remove our custom Docker container for Solr. It's unreliable with Solr v8, and all the examples show to use docker-compose directly with official image. 2021-02-25 10:36:04 -06:00
Tim Donohue
891544a49b Docker bug fix. Ensure new Solr v8 data directories are kept between Docker restarts. 2021-02-25 10:36:03 -06:00
Tim Donohue
f91a48c1f6 Add AJP connector to both Apache and Tomcat. Add new docker compose for shib 2020-12-14 11:27:11 -06:00
Tim Donohue
29e5dcc5a9 Upgrade Dockerfiles and docker-compose files to all use JDK11. Remove JDK from names (JDK8 no longer supported) 2020-02-13 13:43:50 -06:00
Tim Donohue
da3a48ed04 Minor fix. Discard any output of TCP connection command, so we don't see initial connection errors. 2020-01-07 14:44:20 -06:00
Tim Donohue
d84cde2cc3 Ensure dspace container waits until db is accepting connections 2020-01-07 12:20:06 -06:00
Tim Donohue
e547af0cbc Ensure database is initialized before starting Tomcat 2019-10-04 14:43:28 -05:00
Terry Brady
3e97876cb9 rm angular container 2019-09-29 10:50:04 -07:00
Terry Brady
69de77790c fix tag name 2019-09-23 13:31:56 -07:00
Terry Brady
1985cb11d9 Create docker compose files in the code base 2019-09-23 13:05:24 -07:00