Deprecate the "iojs" image
Since Node.js 4+, io.js has been merged back with the Node.js project, but our documentation has yet to reflect that fact. 👍
This commit is contained in:
parent
247d14eb9d
commit
d3ac6c060f
|
|
@ -0,0 +1,7 @@
|
||||||
|
This image is officially deprecated in favor of [the `node` image](https://hub.docker.com/_/node/). Please adjust your usage accordingly!
|
||||||
|
|
||||||
|
See [iojs.org](https://iojs.org/) for more information, specifically the following note:
|
||||||
|
|
||||||
|
> ### **io.js has merged with the Node.js project again.**
|
||||||
|
>
|
||||||
|
> There won't be any further io.js releases. All of the features in io.js are available in Node.js v4 and above.
|
||||||
Loading…
Reference in New Issue