Add buster and stretch to the image variant list
As the title suggests, please add buster and stretch in the image variants list.
This commit is contained in:
parent
0904cfda23
commit
c65f06c86b
15
README.md
15
README.md
|
@ -23,6 +23,8 @@ The official Node.js docker image, made with love by the node community.
|
|||
- [Image Variants](#image-variants)
|
||||
- [`node:<version>`](#nodeversion)
|
||||
- [`node:alpine`](#nodealpine)
|
||||
- [`node:buster`](#nodebuster)
|
||||
- [`node:stretch`](#nodestretch)
|
||||
- [`node:slim`](#nodeslim)
|
||||
- [License](#license)
|
||||
- [Supported Docker versions](#supported-docker-versions)
|
||||
|
@ -190,6 +192,19 @@ image as a base, add the things you need in your own Dockerfile
|
|||
(see the [`alpine` image description](https://hub.docker.com/_/alpine/) for
|
||||
examples of how to install packages if you are unfamiliar).
|
||||
|
||||
### Debian Based Images
|
||||
## `node:buster`
|
||||
This image is based on version 10 of
|
||||
[Debian](http://debian.org), available in
|
||||
[the `debian` official image](https://hub.docker.com/_/debian). Debian is
|
||||
completely open source, and thus can be contributed too and made better.
|
||||
|
||||
## `node:stretch`
|
||||
This image is based on version 9 of
|
||||
[Debian](http://debian.org), available in
|
||||
[the `debian` official image](https://hub.docker.com/_/debian). Debian is
|
||||
completely open source, and thus can be contributed too and made better.
|
||||
|
||||
### `node:slim`
|
||||
|
||||
This image does not contain the common packages contained in the default tag and
|
||||
|
|
Loading…
Reference in New Issue