georchestra / mapstore2-georchestra

geOrchestra newest viewer
Other
6 stars 23 forks source link

docker - provide unzipped war #664

Closed fvanderbiest closed 8 months ago

fvanderbiest commented 8 months ago

geOrchestra docker images are provided with unzipped webapps. The current PR aligns MapStore-georchestra docker image with the other ones.

Example direct benefit - custom themes are easier to implement using docker:

- ./themes:/usr/local/tomcat/webapps/mapstore/dist/themes

A multi stage build is used to reduce the final image size - it does not have to embed the original war file.

catmorales commented 7 months ago

@fvanderbiest , @tdipisa told me that this pull request has broken their CI/CD. Could you please, both, share here how to fix this ? Thank you very much.

edevosc2c commented 7 months ago

Maybe @tdipisa could send the errors given by his CI/CD so that we can understand what went wrong?

tdipisa commented 7 months ago

Hi all, the reason why I didn't notify this here is because we still have to check what's going wrong and if we can fix this autonomously. I will let you know if needed. Don't worry. Thank you so much.