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 2 Next »

1. Tag Release on GitHub for dspace and dspace-angularProvide a good tag name for the release.

2. Build Docker Images
The images could be built and pushed from the command line.

Build docker image
cd <DSPACE-SRC>
--checkout tag--
docker build -t dspace/dspace:<tag> -f Dockerfile.jdk8-test .
docker push dspace/dspace:<tag>

cd <ANGULAR-SRC>
--checkout tag--
docker build -t dspace/dspace-angular:<tag> .
docker push dspace/dspace-angular:<tag>


Or, the build could be configured on the automated build screen.
Use the same tag name for the Docker image.

3. Modify the d7.preview.yml to use the new image names


  • No labels