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

Display Docker version information. #419

Closed ravimeda closed 7 years ago

ravimeda commented 7 years ago

Display Docker version information where the build and tests are being performed.

dnfclas commented 7 years ago

@ravimeda, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot

ravimeda commented 7 years ago

Though it is unlikely to cause CI failures, let's watch for CI output for the version info :)

ravimeda commented 7 years ago

CI failures are due to network issues -

Step 5/6 : RUN Invoke-WebRequest $Env:DOTNET_DOWNLOAD_URL -OutFile dotnet.zip;     Expand-Archive dotnet.zip -DestinationPath $Env:ProgramFiles\dotnet;     Remove-Item -Force dotnet.zip
 ---> Running in dba9f7a1350d
Invoke-WebRequest : An error occurred while sending the request.
MichaelSimons commented 7 years ago

@dotnet-bot test NanoServer - 2.0 Dockerfiles please @dotnet-bot test NanoServer - 1.0 Dockerfiles please @dotnet-bot test NanoServer - 1.1 Dockerfiles please

MichaelSimons commented 7 years ago

@ravimeda - looks like you need to merge/rebase with master - your diff is showing nano version changes.

MichaelSimons commented 7 years ago

@dotnet-bot test NanoServer - 1.0 Dockerfiles please

ravimeda commented 7 years ago

@ravimeda - looks like you need to merge/rebase with master - your diff is showing nano version changes

Good catch Michael.