Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Purpose

Create a repository and a set of processes for publishing Docker images to https://hub.docker.com/u/dspace/

Dockerhub Admins

Todo's

  • 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?
      • /dev
    • /docker-compose
      • Create sample docker compose files
  • No labels