From 24f9ad5ca88a074f212b15222f03b111a9ff2aff Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 19 Jul 2017 11:33:16 -0400 Subject: [PATCH] Update readme to deprecate ONBUILD variable It looks like the ONBUILD variant was deprecated in https://github.com/docker-library/official-images/issues/2076 This change adds one line to the README.md file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c50e60cd..a102c14b 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,8 @@ examples of how to install packages if you are unfamiliar). ## `node:onbuild` +The `ONBUILD` image variants are deprecated, and their usage is discouraged. For more details, see [docker-library/official-images#2076](https://github.com/docker-library/official-images/issues/2076). + This image makes building derivative images easier. For most use cases, creating a `Dockerfile` in the base of your project directory with the line `FROM node:onbuild` will be enough to create a stand-alone image for your project.