Skip to content

Commit 2ca973b

Browse files
committed
Version 1.4.1
1 parent 8e4192e commit 2ca973b

File tree

5 files changed

+0
-278
lines changed

5 files changed

+0
-278
lines changed

images/job-manager/Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
# Use lowercase to specify the release, for example: ARG MATLAB_RELEASE=r2024a
1111
ARG MATLAB_RELEASE=r2024a
1212

13-
# Stage 1: Build the mjshealthcheck executable
14-
FROM golang:1.22.4 AS builder
15-
WORKDIR /app
16-
COPY healthcheck/ /app
17-
RUN go version
18-
RUN go mod tidy
19-
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o mjshealthcheck /app/main.go
20-
2113
# When you start the build stage, by default this Dockerfile uses the Ubuntu-based matlab-deps image.
2214
# To check the available matlab-deps images, see: https://hub.docker.com/r/mathworks/matlab-deps
2315
FROM mathworks/matlab-deps:${MATLAB_RELEASE}
@@ -56,5 +48,3 @@ RUN wget -q https://www.mathworks.com/mpm/glnxa64/mpm \
5648
|| (echo "MPM Installation Failure. See below for more information:" && cat /tmp/mathworks_root.log && false) \
5749
&& sudo rm -rf mpm /tmp/mathworks_root.log
5850

59-
# Add the mjshealthcheck binary
60-
COPY --from=builder /app/mjshealthcheck /opt/matlab/toolbox/parallel/bin/glnxa64/mjshealthcheck

images/job-manager/healthcheck/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

images/job-manager/healthcheck/internal/healthcheck/healthcheck.go

Lines changed: 0 additions & 82 deletions
This file was deleted.

images/job-manager/healthcheck/internal/status/status.go

Lines changed: 0 additions & 114 deletions
This file was deleted.

images/job-manager/healthcheck/main.go

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)