Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Conversation

@vlesierse
Copy link
Contributor

The k and kpm command are no longer part of the nightly and changed to dnx and dnu

FROM microsoft/aspnet:nightly COPY . /app WORKDIR /app RUN dnu restore ENTRYPOINT sleep 10000 | dnx /app kestrel 
@ghost ghost added the cla-not-required label Mar 29, 2015
@davidfowl
Copy link
Member

dnx kestrel doesn't work

@vlesierse
Copy link
Contributor Author

@davidfowl Hmmmm. I saw that the k command was removed. Is the dnx script not complete yet? What command to run instead?

@davidfowl
Copy link
Member

dnx {path to project} {command}

@vlesierse
Copy link
Contributor Author

Thnx, that works. I get some other exception, but I'm still investigating.

@vlesierse
Copy link
Contributor Author

It's the same exception from the data protection which crashes on Mono. dnx . kestrel make the image run now.

@ahmetb
Copy link
Contributor

ahmetb commented Apr 18, 2015

@vlesierse I think this needs Mono 4.1.0 which is not released yet.

@vlesierse
Copy link
Contributor Author

Ah, too bad. When is this release to be expected? I will give it a try and see if it fixed.

@ahmetb
Copy link
Contributor

ahmetb commented Apr 30, 2015

@vlesierse do you still think we need a nightly image? I'm hoping to get rid of it as it's not really nightly.

@vlesierse
Copy link
Contributor Author

@ahmetalpbalkan I was planning to create one for the CoreCLR but I see it's already there (although hard coded). The nightly image isn't really proven stable recently due to a couple of changes.
There is an alternative to just get the latest and do a dnvm upgrade -u to get the nightly. Perhaps a section in the README.md could be enough.

@ahmetb
Copy link
Contributor

ahmetb commented Apr 30, 2015

@vlesierse alright. The CoreCLR one is a bit hacky a lot at this point DNX_BRANCH=dev we're hoping to improve that over time when the linux installation story for coreclr evolves and it's fully able to build things on linux.

Do you think we should remove nightly for now?

@vlesierse
Copy link
Contributor Author

@ahmetalpbalkan Yeah, I think it is better to remove it for now.

@ahmetb
Copy link
Contributor

ahmetb commented Apr 30, 2015

ok removing.

@vlesierse
Copy link
Contributor Author

👍

@ahmetb ahmetb mentioned this pull request Apr 30, 2015
@ahmetb ahmetb closed this in #52 Apr 30, 2015
@vlesierse vlesierse deleted the dnx branch May 3, 2015 17:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants