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

Build SDK images in ARM build leg. #445

Closed ravimeda closed 7 years ago

ravimeda commented 7 years ago

Add a build task that builds SDK images. These images are consumed by ARM unit tests.

Updated the image names to jessie-20171004130549 and nanoserver-20171004130519 that include the regex support added in ImageBuilder. Refer https://github.com/dotnet/docker-tools/pull/49

Verified the changes through a test build (https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=1040410&_a=summary)

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 #Closed

MichaelSimons commented 7 years ago

@dotnet-bot test ci please

ravimeda commented 7 years ago

@dotnet-bot test ci please

ravimeda commented 7 years ago

@dotnet-bot test ci please

MichaelSimons commented 7 years ago

CI is expected to fail for 1. and 2. due to change in netgroovy.ci that doesn't get picked up.

ravimeda commented 7 years ago

Thanks!