-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Reduce the number of Docker Images to just one image #3666
Comments
Removed the |
Prior to starting with #3692, I think we should arrive at a consensus here so as to reduce coordinated effort. Reiterating from #3661 for more visibility, the current reasoning for reducing the number of Docker images is as follows:
This should simplify the tags for the image too – we just have to support |
It was decided in the last developer meeting on 19th February that we can indeed reduce the number of Docker images, and establish just one image to contain all three solvers ( |
I can't assign @santacodes to this issue apparently, but this is being worked on along with #3692 |
I think #3879 is going to take a bit of time for now, so we can close this issue at least (since ODES has been removed in #3932). Could you do this separately, @santacodes, and rebase #3901 afterwards? |
Sure that would work, I think it would be then safe to close this issue |
Working on a PR, with some changes in dockerfile, docker workflow and docs. Hopefully will open it by tomorrow. |
Currently we build and push 5 variants of Docker Images regularly i.e.
latest
,jax
,odes
,idaklu
&all
.The idea behind this issue is to have a single standard image variant to be updated regularly to save resources and make things simple for developers.
As discussed in #3661
The text was updated successfully, but these errors were encountered: