Commit 7b27830
Cherrypick #2159 to `release/0.11`
## Why make this change?
- We were getting the error message "no matching manifest for
windows/amd64 10.0.20348 in the manifest list entries".
- the problem is that the Docker image we're trying to pull
(mcr.microsoft.com/dotnet/aspnet:6.0-cbl-mariner2.0) does not support
the architecture of our Docker host (Windows/amd64).
- The 6.0-cbl-mariner2.0 tag of the dotnet/aspnet image is designed for
the CBL-Mariner (Common Base Linux) operating system, which is a Linux
distribution developed by Microsoft. This image will not work on a
Windows host of our onebranch pipeline.
## What is this change?
- changed the base images from Linux-based images to Windows-based
images.
- `mcr.microsoft.com/dotnet/aspnet:6.0`
## How was this tested?
- [X] pipeline passing
Co-authored-by: Abhishek Kumar <102276754+abhishekkumams@users.noreply.github.com>
1 parent dc55ef5 commit 7b27830
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments