Skip to content

Commit f6b7c21

Browse files
mwthomashepaganon
authored andcommitted
Update Network License Manager Docker image to support MATLAB R2025a.
1 parent 5f6a7c9 commit f6b7c21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-and-publish-network-licensing-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Generate license file
6767
env:
68-
MATLAB_LICENSE_FILE: ${{ secrets.MATLAB_LICENSE_FILE_R2024B }}
68+
MATLAB_LICENSE_FILE: ${{ secrets.MATLAB_LICENSE_FILE_R2025A }}
6969
working-directory: ./network-license-manager/tests
7070
run: ./setup_gen_licfile.sh
7171

network-license-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN yum update --disableplugin=subscription-manager -y \
66
&& yum --disableplugin=subscription-manager clean all -y
77

88
# Get license manager directly from the mathworks website
9-
ARG MATLAB_RELEASE=R2024b
9+
ARG MATLAB_RELEASE=R2025a
1010
RUN cd /tmp && \
1111
curl https://ssd.mathworks.com/supportfiles/downloads/${MATLAB_RELEASE}/license_manager/${MATLAB_RELEASE}/daemons/glnxa64/mathworks_network_license_manager_glnxa64.zip --output mathworks_network_license_manager_glnxa64.zip && \
1212
unzip mathworks_network_license_manager_glnxa64.zip -d /nlm/ && \

0 commit comments

Comments
 (0)