dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

dotnet-docker-nightly auto-update fails due to 404's when retrieving the shared framework #381

Closed MichaelSimons closed 6 years ago

MichaelSimons commented 7 years ago

@dagood commented on Tue Jul 18 2017

https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=867429 https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=867430 https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=868035 https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=868041

...Looking for the Shared Framework CLI '2.0.0-preview3-fnl-006787' depends on.
##[error]Failed to update dependencies:
...Response status code does not indicate success: 404 (The specified blob does not exist.).

The CLI dotnet/versions thrashing issue (https://github.com/dotnet/cli/issues/7020) is still alive and making this complicated. Now it's also thrashing between -preview3-fnl- and -preview3-, which is probably much more of a problem than x64 vs x86 legs thrashing.

@MichaelSimons


@dagood commented on Fri Jul 28 2017

@MichaelSimons Is this actionable for FR, or should this be tracked in a Docker github repo?


@MichaelSimons commented on Fri Jul 28 2017

This should be tracked in https://github.com/dotnet/dotnet-docker-nightly (I'll move the issue). The underlying issue is that -fnl- builds don't have associated binaries in the CLI blob storage.

MichaelSimons commented 6 years ago

Issue no longer applicable.