aws-samples / aws-modern-application-workshop

A tutorial for developers that want to learn about how to build modern applications on top of AWS. You will build a sample website that leverages infrastructure as code, containers, serverless code functions, CI/CD, and more.
Apache License 2.0
1.46k stars 832 forks source link

Update to pull .NET container images from MCR instead of Docker Hub #277

Closed Re-Tails closed 12 months ago

Re-Tails commented 3 years ago

Issue #, if available:

Description of changes: .NET Core 2.1 are now only available from MCR, attempts to pull from Docker Hub will be denied. Updated Dockerfile to use the new repos.

Starting on August 21st, .NET Core 2.1 Docker container images will no longer be available on Docker Hub, but exclusively on Microsoft Container Registry (MCR).

.NET Core 2.1 container images will be deleted from Docker Hub

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.