Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no more yarn ? #21

Closed
mbaroukh opened this issue Mar 16, 2018 · 2 comments
Closed

no more yarn ? #21

mbaroukh opened this issue Mar 16, 2018 · 2 comments

Comments

@mbaroukh
Copy link

Hi,

Fyi, the last published image 8.10.0 doesn't contains yarn:

$ docker run -ti --rm  node:8.10.0 yarn
docker: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"yarn\\\": executable file not found in $PATH\"\n".

the previous is ok :

$ docker run -ti --rm  node:8.9.0 yarn
yarn install v1.2.1
...

Thanks.

@adamkl
Copy link

adamkl commented Mar 16, 2018

I'm seeing the same issue.

@tianon
Copy link
Member

tianon commented Mar 16, 2018

This is a node-specific issue on a not-node-specific repository. 😉

See nodejs/docker-node#649. 👍

@tianon tianon closed this as completed Mar 16, 2018
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

No branches or pull requests

3 participants