Skip to content

Commit c65f06c

Browse files
Add buster and stretch to the image variant list
As the title suggests, please add buster and stretch in the image variants list.
1 parent 0904cfd commit c65f06c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 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,19 @@ 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+
### Debian Based Images
196+
## `node:buster`
197+
This image is based on version 10 of
198+
[Debian](http://debian.org), available in
199+
[the `debian` official image](https://hub.docker.com/_/debian). Debian is
200+
completely open source, and thus can be contributed too and made better.
201+
202+
## `node:stretch`
203+
This image is based on version 9 of
204+
[Debian](http://debian.org), available in
205+
[the `debian` official image](https://hub.docker.com/_/debian). Debian is
206+
completely open source, and thus can be contributed too and made better.
207+
193208
### `node:slim`
194209

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

0 commit comments

Comments
 (0)