Bram Luyten
Bram Luyten

Reputation: 1063

Which DSpace Docker container is officially endorsed by the DSpace community?

The Docker hub contains a number of DSpace Docker containers:

https://hub.docker.com/search/?q=DSpace&page=1&isAutomated=0&isOfficial=0&pullCount=0&starCount=0

I personally only have experience with https://hub.docker.com/r/quantumobject/docker-dspace/

Likes

Dislikes

Don't get me wrong - I love the work done by this contributor, but I was wondering if there is a reference implementation out there, or if this one could serve as a reference implementation.

Upvotes: 4

Views: 992

Answers (1)

terrywb
terrywb

Reputation: 3956

The repository https://github.com/DSpace-Labs/DSpace-Docker-Images details the DSpace docker images created and supported by the project.

Each supported branch of DSpace now has one or more Dockerfiles for each branch.

Upvotes: 1

Related Questions