Skip to content

Commit 2d4c7b0

Browse files
authored
Merge pull request #468 from styfle/patch-5
Update readme to deprecate ONBUILD variable
2 parents ec6da31 + 24f9ad5 commit 2d4c7b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ examples of how to install packages if you are unfamiliar).
179179

180180
## `node:onbuild`
181181

182+
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).
183+
182184
This image makes building derivative images easier. For most use cases, creating
183185
a `Dockerfile` in the base of your project directory with the line `FROM
184186
node:onbuild` will be enough to create a stand-alone image for your project.

0 commit comments

Comments
 (0)