Skip to content

Commit 74e5326

Browse files
committed
docs: add Long Term Support (LTS) README section
1 parent f2e1347 commit 74e5326

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The official Node.js docker image, made with love by the node community.
2727
- [`node:bookworm`](#nodebookworm)
2828
- [`node:trixie`](#nodetrixie)
2929
- [`node:slim`](#nodeslim)
30+
- [Long Term Support (LTS)](#long-term-support-lts)
3031
- [Release Availability](#release-availability)
3132
- [License](#license)
3233
- [Supported Docker versions](#supported-docker-versions)
@@ -231,6 +232,21 @@ in an environment where *only* the Node.js image will be deployed and you have
231232
space constraints, we highly recommend using the default image of this
232233
repository.
233234

235+
## Long Term Support (LTS)
236+
237+
Production applications should only use Active LTS or Maintenance LTS releases.
238+
239+
Refer to [Node.js Releases](https://github.com/nodejs/release#readme) for a description
240+
of release phases and schedule.
241+
242+
If no version selection is made in a tag, then the Current release is selected.
243+
`node` images using the Active LTS release are published with an `lts` floating tag
244+
to aid their selection. `node:lts` can be used on its own, or in combination with other tags
245+
such as `node:lts-slim`. To select a `node` image based on a Maintenance LTS version
246+
use the literal node version in the tag.
247+
248+
View the list of currently supported floating and pinned tags on [Docker Hub](https://hub.docker.com/_/node).
249+
234250
## Release Availability
235251

236252
This repo automatically triggers a process to build new `node` images when Node.js releases

0 commit comments

Comments
 (0)