aspnet / Benchmarks

Benchmarks for ASP.NET Core
Other
1.16k stars 234 forks source link

Containers ASP.NET Composite benchmarks are broken #1983

Open sebastienros opened 1 month ago

sebastienros commented 1 month ago
Step 5/8 : FROM mcr.microsoft.com/dotnet/nightly/aspnet:9.0-alpine-composite AS runtime
manifest for mcr.microsoft.com/dotnet/nightly/aspnet:9.0-alpine-composite not found: manifest unknown: manifest tagged by "9.0-alpine-composite" is not found

in https://github.com/aspnet/Benchmarks/blob/main/docker/container-matrix/Middleware-composite.dockerfile

@ivdiazsa

ivdiazsa commented 1 month ago

This looks extremely strange. I will take a look

ivdiazsa commented 1 month ago

I've found the problem. They changed 9.0-alpine-composite to 9.0-preview-alpine-composite. I'll send a PR with the updated change