-
Notifications
You must be signed in to change notification settings - Fork 167
Add beta6 Dockerfile #77
Conversation
|
Hey @yanchenw looks like beta6 is not tagged on Home repo https://github.com/aspnet/Home/tags and thus cannot locate the samples/ directory. Hence the CI is failing. |
|
@pranavkm is in charge of tagging releases. |
|
Also we need to update the samples and create a directory for beta6 : https://github.com/aspnet/Home/tree/dev/samples |
|
@kichalla @pranakvm from a CI tests standpoint, we first checkout to the tag (i.e. Therefore, while tagging |
|
@ahmetalpbalkan @yanchenw The samples and tag have been created, but not sure how do you kick off the CI run again to verify if all is ok |
|
I just kicked off another run. |
|
I suspect this would run fail as beta6 sample has a Dockerfile already in it (https://github.com/aspnet/Home/blob/dev/samples/1.0.0-beta6/HelloMvc/Dockerfile)... I think we need to even have docker files for beta4 and beta5 in the samples and then can remove the following code?: https://github.com/aspnet/aspnet-docker/blob/master/.ci/build-app-image.sh#L21-L25 |
|
@kichalla it would overwrite the existing Dockerfile. :-) Even if you add dockerfiles to the old versions directories, as long as you don't re-tag versions beta4/5 to include this change, it won't work. We can modify the script to not to overwrite if the file already exists, however we're setting extra stuff like DNU_TRACE in our drop-in Dockerfile, so I think we're good until this breaks. |
|
Ah ok, thanks and the build also passed 😄
|
|
Docker Hub builds kicked off. We're live if they pass. https://registry.hub.docker.com/u/microsoft/aspnet/builds_history/82542/ |
No description provided.