Dockerfile of docker-image (dataverse container)
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
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.