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.

Overview

DSpace publishes a number of Docker images to https://hub.docker.com/u/dspace/

Dockerhub Admins

Docker Images

All Docker images generated by DSpace are built by GitHub Actions.  They use the Docker scripts in the DSpace codebase

Tags in Dockerhub

DSpace uses the following tagging strategy in DockerHub

  • "latest" tags correspond to the "main" branch of code under development.  These may be unstable at times, but used to run https://sandbox.dspace.org 
  • "dspace-#_x" tags correspond to the maintenance branch in our codebase (e.g. dspace-7_x, dspace-8_x). These are mostly stable and include latest bug fixes.  They are also used to run https://demo.dspace.org 
  • "dspace-[version]" tags correspond to a release of DSpace (e.g. dspace-7.6.2, dspace-8.0).  These are stable releases corresponded to the released/tagged code in GitHub.


  • No labels