matlab-dockerfile icon indicating copy to clipboard operation
matlab-dockerfile copied to clipboard

Add MATLAB_UPDATE argument to dockerfile

Open PVDecker1 opened this issue 1 year ago • 3 comments

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 to MATLAB_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.

PVDecker1 avatar Oct 03 '24 22:10 PVDecker1