Skip to content

Commit 73390f3

Browse files
committed
Fix CONTRIBUTING.md to refer to Workflow Manager
- Update Dockerfile to use .NET6 images Signed-off-by: Victor Chang <[email protected]>
1 parent c5d578f commit 73390f3

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Created by https://www.toptal.com/developers/gitignore/api/aspnetcore,dotnetcore,visualstudio,visualstudiocode
33
# Edit at https://www.toptal.com/developers/gitignore?templates=aspnetcore,dotnetcore,visualstudio,visualstudiocode
44

5+
# CLI
6+
cli/
7+
58
# Database
69
*.db
710

CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ SPDX-FileCopyrightText: � 2021-2022 MONAI Consortium
1212

1313
## Introduction
1414

15-
Welcome to Project MONAI Deploy Informatics Gateway! We're excited you're here and want to contribute. This documentation is intended for individuals and institutions interested in contributing to the MONAI Deploy Informatics Gateway. MONAI Deploy Informatics Gateway is an open-source project. As such, its success relies on its community of contributors willing to keep improving it. Therefore, your contribution will be a valued addition to the code base; we ask that you read this page and understand our contribution process, whether you are a seasoned open-source contributor or a first-time contributor.
15+
Welcome to Project MONAI Deploy Workflow Manager! We're excited you're here and want to contribute. This documentation is intended for individuals and institutions interested in contributing to the MONAI Deploy Workflow Manager. MONAI Deploy Workflow Manager is an open-source project. As such, its success relies on its community of contributors willing to keep improving it. Therefore, your contribution will be a valued addition to the code base; we ask that you read this page and understand our contribution process, whether you are a seasoned open-source contributor or a first-time contributor.
1616

1717
### Communicate with us
1818

19-
We are happy to talk with you about your MONAI Deploy Informatics Gateway needs and your ideas for contributing to the project. One way to do this is to create an [issue](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/issues/new/choose) by discussing your thoughts. It might be that a very similar feature is under development or already exists, so an issue is a great starting point. If you are looking for an issue to resolve that will help Project MONAI Deploy Informatics Gateway, see the [*good first issue*](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/labels/good%20first%20issue) and [*help wanted*](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/labels/help%20wanted) labels.
19+
We are happy to talk with you about your MONAI Deploy Workflow Manager needs and your ideas for contributing to the project. One way to do this is to create an [issue](https://github.com/Project-MONAI/monai-deploy-workflow-manager/issues/new/choose) by discussing your thoughts. It might be that a very similar feature is under development or already exists, so an issue is a great starting point. If you are looking for an issue to resolve that will help Project MONAI Deploy Workflow Manager, see the [*good first issue*](https://github.com/Project-MONAI/monai-deploy-workflow-manager/labels/good%20first%20issue) and [*help wanted*](https://github.com/Project-MONAI/monai-deploy-workflow-manager/labels/help%20wanted) labels.
2020

2121
## The contribution process
2222

@@ -84,18 +84,18 @@ All source code files should start with this paragraph:
8484
#### Test Projects
8585

8686
All C# projects reside in their directory, including a `Tests/` subdirectory.
87-
Test projects are also linked in the main solution file [Monai.Deploy.InformaticsGateway.sln](src/Monai.Deploy.InformaticsGateway.sln) and can be executed either using Visual Studio's *Test Explorer* or with the `dotnet test` command line.
87+
Test projects are also linked in the main solution file [Monai.Deploy.WorkloadManager.sln](src/Monai.Deploy.WorkloadManager.sln) and can be executed either using Visual Studio's *Test Explorer* or with the `dotnet test` command line.
8888

8989

9090
_If it's not tested, it's broken_
9191

9292
An appropriate set of tests should accompany all new functionality.
93-
MONAI Deploy Informatics Gateway functionality has plenty of unit tests from which you can draw inspiration, and you can reach out to us if you are unsure how to proceed with testing.
93+
MONAI Deploy Workflow Manager functionality has plenty of unit tests from which you can draw inspiration, and you can reach out to us if you are unsure how to proceed with testing.
9494

9595

9696
#### Building the documentation
9797

98-
Documentation for MONAI Deploy Informatics Gateway is located at `docs/` and requires [DocFX](https://dotnet.github.io/docfx/) to build.
98+
Documentation for MONAI Deploy Workflow Manager is located at `docs/` and requires [DocFX](https://dotnet.github.io/docfx/) to build.
9999

100100
Please follow the [instructions](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html#2-use-docfx-as-a-command-line-tool) to install Mono and download the DocFX command-line tool to build the documentation.
101101

@@ -204,10 +204,10 @@ For example, branch name `{username}/19-ci-pipeline-setup` corresponds to issue
204204

205205
### Release a new version
206206

207-
A PR is made from a `release/` branch to the `main` branch when a new official release is ready. The CI process validates & builds all components required, composes the release notes, and publishes the build in the [Releases](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/releases) section and any Docker images in the [Packages](https://github.com/orgs/Project-MONAI/packages?repo_name=monai-deploy-informatics-gateway) section.
207+
A PR is made from a `release/` branch to the `main` branch when a new official release is ready. The CI process validates & builds all components required, composes the release notes, and publishes the build in the [Releases](https://github.com/Project-MONAI/monai-deploy-workflow-manager/releases) section and any Docker images in the [Packages](https://github.com/orgs/Project-MONAI/packages?repo_name=monai-deploy-workflow-manager) section.
208208

209-
- [Actions](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/actions)
210-
- [Issues](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/issues)
211-
- [Milestones](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestones)
212-
- [Releases](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/releases)
213-
- [Packages](https://github.com/orgs/Project-MONAI/packages?repo_name=monai-deploy-informatics-gateway)
209+
- [Actions](https://github.com/Project-MONAI/monai-deploy-workflow-manager/actions)
210+
- [Issues](https://github.com/Project-MONAI/monai-deploy-workflow-manager/issues)
211+
- [Milestones](https://github.com/Project-MONAI/monai-deploy-workflow-manager/milestones)
212+
- [Releases](https://github.com/Project-MONAI/monai-deploy-workflow-manager/releases)
213+
- [Packages](https://github.com/orgs/Project-MONAI/packages?repo_name=monai-deploy-workflow-manager)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal as build
12+
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal as build
1313

1414
ARG Version=0.0.0
1515
ARG FileVersion=0.0.0.0
@@ -26,7 +26,7 @@ RUN echo "Building MONAI Workload Manager $Version ($FileVersion)..."
2626
RUN dotnet publish -c Release -o out --nologo /p:Version=$Version /p:FileVersion=$FileVersion src/WorkloadManager/Monai.Deploy.WorkloadManager.csproj
2727

2828
# Build runtime image
29-
FROM mcr.microsoft.com/dotnet/runtime:5.0-focal
29+
FROM mcr.microsoft.com/dotnet/runtime:6.0-focal
3030

3131
ENV DEBIAN_FRONTEND=noninteractive
3232

0 commit comments

Comments
 (0)