Skip to content

Commit

Permalink
Upgrade matlab-runtime version to 2022.9.13-6 (#45)
Browse files Browse the repository at this point in the history
* Update matlab-runtime version to 2022.9.13-6

* Update matlab-runtime version to 2022.9.13-6
  • Loading branch information
containers-actions-bot authored and fangzhengjin committed Sep 27, 2023
1 parent 7473c88 commit c4c4a0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/matlab-runtime/R2022b/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM bitnami/java:20

ENV MATLAB_RUNTIME_VERSION="2022.8.2-0" \
ENV MATLAB_RUNTIME_VERSION="2022.9.13-6" \
MATLAB_RUNTIME_INSTALL_PARAMS="-agreeToLicense yes -destinationFolder /MATLAB_Runtime" \
MATLAB_RUNTIME_DOWNLOAD_URL="https://ssd.mathworks.com/supportfiles/downloads/R2023b/Release/0/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023b_glnxa64.zip" \
LD_LIBRARY_PATH="/MATLAB_Runtime/v232/runtime/glnxa64:/MATLAB_Runtime/v232/bin/glnxa64:/MATLAB_Runtime/v232/sys/os/glnxa64:/MATLAB_Runtime/v232/extern/bin/glnxa64"
MATLAB_RUNTIME_DOWNLOAD_URL="https://ssd.mathworks.com/supportfiles/downloads/R2022b/Release/6/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2022b_Update_6_glnxa64.zip" \
LD_LIBRARY_PATH="/MATLAB_Runtime/R2022b/runtime/glnxa64:/MATLAB_Runtime/R2022b/bin/glnxa64:/MATLAB_Runtime/R2022b/sys/os/glnxa64:/MATLAB_Runtime/R2022b/extern/bin/glnxa64"

RUN install_packages ca-certificates unzip libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libc6 libcairo2 libcairo-gobject2 libcap2 libcrypt1 libcrypt-dev libcups2 libdbus-1-3 libdrm2 libfontconfig1 libgbm1 libgdk-pixbuf2.0-0 libglib2.0-0 libgomp1 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 libgtk-3-0 libnspr4 libnss3 libodbc1 libpam0g libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpython3.9 libsm6 libsndfile1 libssl1.1 libuuid1 libx11-6 libx11-xcb1 libxcb-dri3-0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt6 libxtst6 libxxf86vm1 linux-libc-dev locales locales-all make net-tools procps sudo unzip wget zlib1g && \
mkdir -p /tmp/MATLAB_Runtime_Install /MATLAB_Runtime && \
Expand Down
3 changes: 3 additions & 0 deletions packages/matlab-runtime/R2022b/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rolling-tags:
- '2022'
- 2022.9.13-6

0 comments on commit c4c4a0f

Please sign in to comment.