File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ The official Node.js docker image, made with love by the node community.
2323- [ Image Variants] ( #image-variants )
2424 - [ ` node:<version> ` ] ( #nodeversion )
2525 - [ ` node:alpine ` ] ( #nodealpine )
26+ - [ ` node:buster ` ] ( #nodebuster )
27+ - [ ` node:stretch ` ] ( #nodestretch )
2628 - [ ` node:slim ` ] ( #nodeslim )
2729- [ License] ( #license )
2830- [ Supported Docker versions] ( #supported-docker-versions )
@@ -190,6 +192,16 @@ image as a base, add the things you need in your own Dockerfile
190192(see the [ ` alpine ` image description] ( https://hub.docker.com/_/alpine/ ) for
191193examples of how to install packages if you are unfamiliar).
192194
195+ ### ` node:buster `
196+ This image is based on version 10 of
197+ [ Debian] ( http://debian.org ) , available in
198+ [ the ` debian ` official image] ( https://hub.docker.com/_/debian ) .
199+
200+ ### ` node:stretch `
201+ This image is based on version 9 of
202+ [ Debian] ( http://debian.org ) , available in
203+ [ the ` debian ` official image] ( https://hub.docker.com/_/debian ) .
204+
193205### ` node:slim `
194206
195207This image does not contain the common packages contained in the default tag and
You can’t perform that action at this time.
0 commit comments