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

Use ARGs in FROM of test Dockerfiles #437

Closed MichaelSimons closed 7 years ago

MichaelSimons commented 7 years ago

This wasn't possible before because the version of docker on the CI machines didn't support referencing ARGs in the FROM instruction. This change cleans up the code a little and the tests will run a little faster.

ravimeda commented 7 years ago

Looks good. Please rebase.