dataverse-docker icon indicating copy to clipboard operation
dataverse-docker copied to clipboard

Dockerfile of docker-image (dataverse container)

Open alsantiagoabreu opened this issue 4 years ago • 1 comments

Hello guys,

I've deployed the project in docker. I did a lot of customizations in my dataverse's Dockerfile. However now I need to do an upgrade since my dataverse version uses glassfish 4 that has a vulnerability identified by the securety team of my department. using this project I can solve the vulnerability problem, however I am struggling when I'm trying to do all the customizations I've done in my Dockerfile. I searched for the Dockerfile (and other files) used to build the image coronawhy/dataverse:5.1.1-cv but I have no sucess.... There is a way to get them (Dockerfile and other files used) ?

best regards,

Alexandre

alsantiagoabreu avatar Jan 19 '21 18:01 alsantiagoabreu

Hi @alsantiagoabreu, you can find Dockerfile for Glassfish and Payara in Dataverse Kubernetes repo here: https://github.com/gdcc/dataverse-kubernetes/tree/develop/docker/dataverse-k8s

Please change Dataverse version there and rebuild.

4tikhonov avatar Jan 19 '21 20:01 4tikhonov