Skip to content

Commit

Permalink
Merge pull request #721 from Project-MONAI/720-SetMinioClientToFixedV…
Browse files Browse the repository at this point in the history
…ersion

720 Set MinIO Client MC executable to version prior to breaking changes.
  • Loading branch information
woodheadio authored Mar 27, 2023
2 parents de15e29 + c80ca95 commit 1a58c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TaskManager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo "Building MONAI Workflow Manager..."
RUN dotnet publish -c Release -o out --nologo src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj

RUN echo "Fetching mc executable for minio..."
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc
RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-02-28T00-12-59Z
RUN chmod +x mc

# Build runtime image
Expand Down

0 comments on commit 1a58c79

Please sign in to comment.