-
Notifications
You must be signed in to change notification settings - Fork 99
Add MATLAB_UPDATE argument to dockerfile #122
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
Comments
Hi @PVDecker1, thanks for raising this enhancement request, I will pass it on to the dev to to instigate |
@PVDecker1 Just want to make sure you are aware of the following syntax for
|
I am aware that mpm can do this directly, but the |
+1 to this. It took me a couple of hours of online research in forums, etc, to finally find a way to build a custom image for a specific MATLAB update for 2024a. Thank you @PVDecker1 for raising the issue and sharing how to workaround this. I would love to be able to use it in the docker file as suggested in this answer years ago. |
Proposal for what was suggested on mathworks-ref-arch#122. I don't expect to be merged as is, as I understand it's WIP by the maintainers. I just wanted to give others a reference on how to solve it for now.
FYI I opened a PR just to show others with the same issue how to implement this functionality in the Dockerfile. |
I would consider this an enhancement request.
There are cases where it is useful to test/troubleshoot code across release updates, but none of the dockerfiles have a means of installing a specific update of any given release.
It can be done fairly simply by adding a
MATLAB_UPDATE
argument, then appending it toMATLAB_RELEASE
during the mpm call. That is what I do to accomplish update-specific MATLAB builds at least, although I would prefer TMW implement this behavior.The text was updated successfully, but these errors were encountered: