Local development DockerFile #136
Replies: 5 comments 5 replies
-
@roje-bodc I will leave it up to Chris, but regardless thanks for doing this. This is great. |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing. I do think that'd be good to include. Would you be able to write up instructions for using this as part of the pull request? |
Beta Was this translation helpful? Give feedback.
-
This is great! Very nice to have an explicit, isolated build recipe including dependencies spelled out in a Dockerfile. Two thoughts:
|
Beta Was this translation helpful? Give feedback.
-
@ChrisJohnNOAA I have created a pull request for the changes here: #137 Note there were some small unit test changes made that I have outlined in the PR. Rob |
Beta Was this translation helpful? Give feedback.
-
These changes have now been merged into the main ERDDAP branch #137 . |
Beta Was this translation helpful? Give feedback.
-
Hi, as part of some recent sprint work for BODC, we have created a development DockerFile that can be used to easily build and run an instance of ERDDAP locally. This was done to remove the effort of having to manually install maven and tomcat in order for developers to get the app running and check any functional changes to ERDDAP. This is currently sitting on our ERDDAP fork repository:
https://github.com/British-Oceanographic-Data-Centre/erddap/blob/master/development/Dockerfile
I thought it may be worth seeing if this was something you would be interested in adding to the main ERDDAP GitHub project?
I can create a pull request if you would like to see all the relevant changes.
(Note that it is purely for local development purposes as a simple way to verify new functionality.)
Cheers,
Rob
Beta Was this translation helpful? Give feedback.
All reactions