Skip to content

Commit 24f9ad5

Browse files
authored
Update readme to deprecate ONBUILD variable
It looks like the ONBUILD variant was deprecated in docker-library/official-images#2076 This change adds one line to the README.md file.
1 parent ec6da31 commit 24f9ad5

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)