From d3ac6c060f1af56fcda710ca6ceb9bb2e3ab0d51 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 11 Oct 2016 10:03:57 -0700 Subject: [PATCH] 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. :+1: --- iojs/deprecated.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 iojs/deprecated.md diff --git a/iojs/deprecated.md b/iojs/deprecated.md new file mode 100644 index 000000000..33c911276 --- /dev/null +++ b/iojs/deprecated.md @@ -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.