Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

branchJDKtagDockerfileNote
master8master-jdk8dspace/src/main/docker/jdk8
dspace-6_x8dspace-6_x-jdk8dspace/src/main/docker/jdk8
dspace-5_x8dspace-5_x-jdk8dspace/src/main/docker/jdk8
dspace-5_x7dspace-5_x-jdk7dspace/src/main/docker/jdk7
dspace-4_x8dspace-4_x-jdk8dspace/src/main/docker/jdk8
dspace-4_x7dspace-4_x-jdk7dspace/src/main/docker/jdk7

If we

...

support multiple Dockerfiles, what other variants would be useful to build?

  • Create a variant for testing with localhost disabled in Solr and SSL disabled in Rest
  • Other config options?

branchJDKtagDockerfileNote
master8master-jdk8-testdspace/src/main/docker/jdk8No localhost restriction for solr, no ssl required for rest
dspace-6_x8dspace-6_x-jdk8-testdspace/src/main/docker/jdk8No localhost restriction for solr, no ssl required for rest
dspace-5_x8dspace-5_x-jdk8-testdspace/src/main/docker/jdk8No localhost restriction for solr, no ssl required for rest
dspace-5_x7dspace-5_x-jdk7-testdspace/src/main/docker/jdk7No localhost restriction for solr, no ssl required for rest
dspace-4_x8dspace-4_x-jdk8-testdspace/src/main/docker/jdk8No localhost restriction for solr, no ssl required for rest
dspace-4_x7dspace-4_x-jdk7-testdspace/src/main/docker/jdk7No localhost restriction for solr, no ssl required for rest


Implementation Notes

  • Question: are there any other resources we should add to .dockerignore?
  • We can create contextual README files for each release

Additional Resources