Skip to content

Merging changes from nightly repo into nightly branch#365

Merged
MichaelSimons merged 2 commits intonightlyfrom
merge-nightly
Feb 13, 2018
Merged

Merging changes from nightly repo into nightly branch#365
MichaelSimons merged 2 commits intonightlyfrom
merge-nightly

Conversation

@MichaelSimons
Copy link
Member

{
string variantName = Enum.GetName(typeof(DotNetImageType), imageType).ToLowerInvariant().Replace('_', '-');
string imageName = $"microsoft/dotnet:{imageVersion}-{variantName}";
string imageName = $"microsoft/dotnet-nightly:{imageVersion}-{variantName}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

microsoft/dotnet-nightly this is easy to miss. Suggest having a GetDockerRepoName helper method.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed this is an existing issue covered by dotnet/docker-tools#21. Will fix later on.

@MichaelSimons MichaelSimons merged commit 4762a05 into nightly Feb 13, 2018
@MichaelSimons MichaelSimons deleted the merge-nightly branch February 13, 2018 22:37
MichaelSimons added a commit that referenced this pull request Feb 26, 2018
* Merging changes from nightly repo into nightly branch (#365)

* Update nightly SDK to 2.1.300-preview1-008123

* Use ProductVersion from build info

* Add support for specifying a custom repo-owner when building (#379)

* Update nightly SDK to 2.1.300-preview1-008162

* Refactor pattern used to initial NuGet package cache (#382)

* Refactor pattern used to initial NuGet package cache

* Add tests to verify package cache exists in SDK images

* Add Alpine SDK image (#376)

* (update-dependencies) Use TLS1.2 when downloading from GitHub

* Update nightly SDK to 2.1.300-preview1-008174

* Increase build timeout

* 2.1 images (#385)

* Update supported distros for 2.1

* Updating to latest SDK/Runtime versions

* Add 2.1 build legs

* Fix-up 'dotnet-nightly' references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants