Skip to content

Commit 1341198

Browse files
authored
docs: Add buster and stretch to the image variant list
2 parents 829f1bf + b34318a commit 1341198

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
191193
examples 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

195207
This image does not contain the common packages contained in the default tag and

0 commit comments

Comments
 (0)