-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker overhaul #1
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Damian Kula <[email protected]>
Signed-off-by: Damian Kula <[email protected]>
Signed-off-by: Damian Kula <[email protected]>
…for sure Signed-off-by: Damian Kula <[email protected]>
@barsch Could you take a look? |
sorry absolutely no time this week - will try to work on it early next week |
@heavelock hmm I'm no docker guru - I guess I need a bit help - also see comments below:
uff a lot of images - also don't like that those are named now how to proceed?
|
Now, looking at this PR from the perspective of how you wanted to use it, I see that I will have to redo it. To explain how it works now: Image itself in this is not easily usable because it requires a few environment variables that are passed from the GH Action system. So my plan for now:
What do you think? |
yes, I am definitely in favor of a standalone Docker image - usable as shown above - if we can reuse this image than for github action than it would be perfect. Adding this to the main repo is IMHO also the best solution - currently the doc builder scripts are already part of it (https://github.com/obspy/obspy/tree/master/misc/docs). |
Installs all dependencies for the obspy & cartopy in the image itself