Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpullen committed Dec 2, 2024
1 parent 8e4192e commit 2ca973b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 278 deletions.
10 changes: 0 additions & 10 deletions images/job-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
# Use lowercase to specify the release, for example: ARG MATLAB_RELEASE=r2024a
ARG MATLAB_RELEASE=r2024a

# Stage 1: Build the mjshealthcheck executable
FROM golang:1.22.4 AS builder
WORKDIR /app
COPY healthcheck/ /app
RUN go version
RUN go mod tidy
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o mjshealthcheck /app/main.go

# When you start the build stage, by default this Dockerfile uses the Ubuntu-based matlab-deps image.
# To check the available matlab-deps images, see: https://hub.docker.com/r/mathworks/matlab-deps
FROM mathworks/matlab-deps:${MATLAB_RELEASE}
Expand Down Expand Up @@ -56,5 +48,3 @@ RUN wget -q https://www.mathworks.com/mpm/glnxa64/mpm \
|| (echo "MPM Installation Failure. See below for more information:" && cat /tmp/mathworks_root.log && false) \
&& sudo rm -rf mpm /tmp/mathworks_root.log

# Add the mjshealthcheck binary
COPY --from=builder /app/mjshealthcheck /opt/matlab/toolbox/parallel/bin/glnxa64/mjshealthcheck
3 changes: 0 additions & 3 deletions images/job-manager/healthcheck/go.mod

This file was deleted.

82 changes: 0 additions & 82 deletions images/job-manager/healthcheck/internal/healthcheck/healthcheck.go

This file was deleted.

114 changes: 0 additions & 114 deletions images/job-manager/healthcheck/internal/status/status.go

This file was deleted.

69 changes: 0 additions & 69 deletions images/job-manager/healthcheck/main.go

This file was deleted.

0 comments on commit 2ca973b

Please sign in to comment.