Skip to content

Commit

Permalink
feat: updated R2023b R2023a R2022b
Browse files Browse the repository at this point in the history
  • Loading branch information
demartis committed Feb 19, 2024
1 parent 6198c19 commit 84e809c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion R2022b-meshlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# 3D digitization tools/devices and for preparing models for 3D printing.
#
# @author Riccardo De Martis
# @creation 2023-Nov-14
# @creation 2024-Feb-19
# @link https://github.com/demartis/matlab_runtime_docker
#

Expand Down
8 changes: 4 additions & 4 deletions R2022b/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See https://www.mathworks.com/products/compiler/matlab-runtime.html for more info.
#
# @author Riccardo De Martis
# @creation 2023-Nov-14
# @creation 2024-Feb-19
# @link https://github.com/demartis/matlab_runtime_docker
#

Expand All @@ -36,9 +36,9 @@ RUN apt-get -q update && \
RUN mkdir /mcr-install && \
mkdir /opt/mcr && \
cd /mcr-install && \
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2022b/Release/7/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2022b_Update_7_glnxa64.zip && \
unzip -q MATLAB_Runtime_R2022b_Update_7_glnxa64.zip && \
rm -f MATLAB_Runtime_R2022b_Update_7_glnxa64.zip && \
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2022b/Release/8/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2022b_Update_8_glnxa64.zip && \
unzip -q MATLAB_Runtime_R2022b_Update_8_glnxa64.zip && \
rm -f MATLAB_Runtime_R2022b_Update_8_glnxa64.zip && \
./install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent && \
cd / && \
rm -rf mcr-install
Expand Down
2 changes: 1 addition & 1 deletion R2023a-meshlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# 3D digitization tools/devices and for preparing models for 3D printing.
#
# @author Riccardo De Martis
# @creation 2023-Nov-14
# @creation 2024-Feb-19
# @link https://github.com/demartis/matlab_runtime_docker
#

Expand Down
8 changes: 4 additions & 4 deletions R2023a/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See https://www.mathworks.com/products/compiler/matlab-runtime.html for more info.
#
# @author Riccardo De Martis
# @creation 2023-Nov-14
# @creation 2024-Feb-19
# @link https://github.com/demartis/matlab_runtime_docker
#

Expand All @@ -36,9 +36,9 @@ RUN apt-get -q update && \
RUN mkdir /mcr-install && \
mkdir /opt/mcr && \
cd /mcr-install && \
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/5/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_Update_5_glnxa64.zip && \
unzip -q MATLAB_Runtime_R2023a_Update_5_glnxa64.zip && \
rm -f MATLAB_Runtime_R2023a_Update_5_glnxa64.zip && \
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/6/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_Update_6_glnxa64.zip && \
unzip -q MATLAB_Runtime_R2023a_Update_6_glnxa64.zip && \
rm -f MATLAB_Runtime_R2023a_Update_6_glnxa64.zip && \
./install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent && \
cd / && \
rm -rf mcr-install
Expand Down
2 changes: 1 addition & 1 deletion R2023b-meshlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# 3D digitization tools/devices and for preparing models for 3D printing.
#
# @author Riccardo De Martis
# @creation 2023-Dec-26
# @creation 2024-Feb-19
# @link https://github.com/demartis/matlab_runtime_docker
#

Expand Down
8 changes: 4 additions & 4 deletions R2023b/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See https://www.mathworks.com/products/compiler/matlab-runtime.html for more info.
#
# @author Riccardo De Martis
# @creation 2023-Dec-26
# @creation 2024-Feb-19
# @link https://github.com/demartis/matlab_runtime_docker
#

Expand All @@ -36,9 +36,9 @@ RUN apt-get -q update && \
RUN mkdir /mcr-install && \
mkdir /opt/mcr && \
cd /mcr-install && \
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2023b/Release/5/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023b_Update_5_glnxa64.zip && \
unzip -q MATLAB_Runtime_R2023b_Update_5_glnxa64.zip && \
rm -f MATLAB_Runtime_R2023b_Update_5_glnxa64.zip && \
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2023b/Release/6/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023b_Update_6_glnxa64.zip && \
unzip -q MATLAB_Runtime_R2023b_Update_6_glnxa64.zip && \
rm -f MATLAB_Runtime_R2023b_Update_6_glnxa64.zip && \
./install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent && \
cd / && \
rm -rf mcr-install
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Docker image to run compiled MATLAB applications or components **without install

```
Changelog
v1.2.2
- updated R2023b R2023a R2022b
v1.2.1
- updated R2023b
Expand Down
6 changes: 3 additions & 3 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
['R2021a', 'v9.10', 8, '2023-May-11'],
['R2021b', 'v9.11', 7, '2023-Nov-14'],
['R2022a', 'v9.12', 7, '2023-Nov-14'],
['R2022b', 'v9.13', 7, '2023-Nov-14'],
['R2023a', 'v9.14', 5, '2023-Nov-14'],
['R2023b', 'v23.2', 5, '2023-Dec-26'],
['R2022b', 'v9.13', 8, '2024-Feb-19'],
['R2023a', 'v9.14', 6, '2024-Feb-19'],
['R2023b', 'v23.2', 6, '2024-Feb-19'],
]


Expand Down

0 comments on commit 84e809c

Please sign in to comment.