Versions Compared

Key

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

...

Todo's

Docker Images

  • DSpace Backend scripts: https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/README.md
  • DSpace Frontend scripts:
  • Create a Slack channel "dspace-docker"
  • Create a build/deploy template script
  • Create a repo: DSpace-Labs/Docker-images
  • README.md: describe the roll and purpose of the published images, naming conventions, version name conventions.
  • /docker-images
  • /minimal
    • Minimally complex docker images to provide basic deployment of DSpace functionality
    • /dspace-postgres
    • /dspace-oracle
    • /dspace-tomcat
    • /dspace-tomcat-mirage2
      • A specialized docker image containing Mirage2 build dependencies (applies only to DSpace 5 and Dspace 6)
  • /runtime
    • /dspace-deploy
      • Could we provide dspace images that are already built, or does the licensing of our 3rd party libraries prohibit this?
    • /dspace-dataload
      • Could we provide docker images with ready-to-load test data?
  • /codenvy
    • specialized versions of dspace images built to work around Codenvy dependencies?
  • /janitor
    • specialized versions of dspace images built to work around Codenvy dependencies?
  • /optimizedContains some of the optimizations within https://github.com/DSpace-Labs/dspace-dev-docker/docker-composeCreate sample docker compose filesangular/blob/main/docker/README.md
  • See also DSpace and Docker