mathworks-ref-arch / matlab-dockerfile

Create a docker container that contains a MATLAB install
Other
317 stars 93 forks source link

Allowing `--release latest` #104

Open fbruetting opened 2 months ago

fbruetting commented 2 months ago

For scripting and CI purposes, it would be nice if latest would not only work for container images, but also for MPM – so that we can use latest on both parts of such scripts.

mw-skardile commented 1 week ago

Hi @fbruetting,

Thank you for your feedback!

I assume by "latest" you mean that MPM should accept "latest" as a valid value for the --release option. This feature is on our long-term roadmap. For now, if you are using MPM as a standalone app, please provide a specific release string, such as "R2024a". MPM will then install the latest available update for that release.

Thank you!