Azure-Samples / cognitive-services-language-understanding

Samples for the Language Understanding Intelligent Service (LUIS)
MIT License
85 stars 136 forks source link

Update Dockerfile samples to use MCR images #44

Closed dlepow closed 3 years ago

dlepow commented 3 years ago

Purpose

Update sample Dockerfiles to pull Microsoft first party image from Microsoft Container Registry instead of from Docker Hub.

Does this introduce a breaking change?

[ ] Yes
[ x] No

Should not be a breaking change. Testing is recommended.

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

Please contact danlep (MSFT alias) if you have questions about this change. Thanks very much!