Commit 5d48f1d
authored
updating image location (#1486)
the image location has changed. the old location no longer exists. I found this issue when referring to instructions on how to deploy a sample application here: https://learn.microsoft.com/en-us/azure/application-gateway/tutorial-ingress-controller-add-on-existing#deploy-a-sample-application-using-agic
the results can be verified using the following commands:
# non-working location -
docker pull mcr.microsoft.com/dotnet/core/samples:aspnetapp
# working location -
docker pull mcr.microsoft.com/dotnet/samples:aspnetapp1 parent 2579e73 commit 5d48f1d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments