Christopher Horrell
Christopher Horrell
Are you referring to specifically having this feature available in the AdminUI in addition to the current functionality available via CloudAPI? https://apidocs.joyent.com/cloudapi/#CreateImageFromMachine
CloudAPI is part of SDC: https://github.com/joyent/sdc-cloudapi Just not the customer facing "portal"
No, command line or the HTTP API only.
All the latest images default to stretch and we dropped jessie completely from v11. We made that switch some time ago.
I guess the postinstall script has a hard-coded path to yarn? We install yarn in `/usr/local/bin` which takes precedence over `/bin` in the PATH variable which is why your version...
FWIW, we're looking into creating new variant for use with multi-stage builds that does not include yarn or npm.
Apologies for the delay in responding. Has this been raise as an issue with Node.js core? It's not clear to me if this is a Node issue that just happens...
I can't reproduce this: ``` $ docker run -it --rm node:alpine sh / # node --version v9.2.0 / # ``` (Updated with correct output)
Oh, wait, this is about running the image when Alpine is the Docker Host. Does upstream Docker officially support that?
I'm guessing not: https://docs.docker.com/engine/installation/#time-based-release-schedule As @SimenB mentioned, this is more likely a doc change/update.