-
Notifications
You must be signed in to change notification settings - Fork 387
Update to utilize multi-step build feature #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holding off sounds good. This really cleans up the process!
I believe Docker merged the multi-stage build functionality into their stable channel today! Let's merge these samples. |
5671f27
to
437d87a
Compare
@kendrahavens - I updated the PR. I needed to merge in the multi-arch changes that came on-board since the original creation of the PR. I removed the |
The WriteLine for the dotnetbot say samples should be changed to 1.1 instead of 1.0 with the upgrade. Everything else looks good. |
@kendrahavens - Good catch - I fixed dotnetbot to emit the correct version of .NET Core. |
Currently the multi-step build infra is only available with Docker Edge release 17.05. We will want to hold off merging this until the multi-step infrastructure is released in Stable. I believe this will be 17.06.
fixes #50