Skip to content

Commit 24baf8d

Browse files
Fix dotnet/samples:aspnetapp references (#1473)
mcr.microsoft.com/dotnet/core/samples:aspnetapp is no longer supported and no longer exists. Co-authored-by: Akshay Gupta <aksgupta@microsoft.com>
1 parent 5d48f1d commit 24baf8d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/features/appgw-ssl-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ metadata:
116116
app: aspnetapp
117117
spec:
118118
containers:
119-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
119+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
120120
name: aspnetapp-image
121121
ports:
122122
- containerPort: 80

docs/features/probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: aspnetapp
20-
image: mcr.microsoft.com/dotnet/core/samples:aspnetapp
20+
image: mcr.microsoft.com/dotnet/samples:aspnetapp
2121
imagePullPolicy: IfNotPresent
2222
ports:
2323
- containerPort: 80

docs/setup/install-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ metadata:
277277
app: aspnetapp
278278
spec:
279279
containers:
280-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
280+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
281281
name: aspnetapp-image
282282
ports:
283283
- containerPort: 80

docs/troubleshootings/troubleshooting-installing-a-simple-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
app: test-agic-app
2525
spec:
2626
containers:
27-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
27+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
2828
name: aspnetapp-image
2929
ports:
3030
- containerPort: 80

scripts/e2e/cmd/runner/testdata/extensions-v1beta1/one-namespace-many-ingresses/three-ingresses-slash-sth/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
containers:
4040
- name: apsnetapp
4141
imagePullPolicy: Always
42-
image: mcr.microsoft.com/dotnet/core/samples:aspnetapp
42+
image: mcr.microsoft.com/dotnet/samples:aspnetapp
4343
ports:
4444
- containerPort: 80
4545
---

scripts/e2e/cmd/runner/testdata/networking-v1/one-namespace-many-ingresses/three-ingresses-slash-sth/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
containers:
4040
- name: apsnetapp
4141
imagePullPolicy: Always
42-
image: mcr.microsoft.com/dotnet/core/samples:aspnetapp
42+
image: mcr.microsoft.com/dotnet/samples:aspnetapp
4343
ports:
4444
- containerPort: 80
4545
---

0 commit comments

Comments
 (0)