Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ discussion in a non-voting capacity.
## Consensus Seeking Process

The WG follows a [Consensus
Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making)
Seeking](https://en.wikipedia.org/wiki/Consensus-seeking_decision-making)
decision-making model.

All proposed changes to the project must be made in the form of a pull
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ need to install, thus reducing the overall size of all images on your system.
### `node:alpine`

This image is based on the popular
[Alpine Linux project](http://alpinelinux.org), available in
[Alpine Linux project](https://alpinelinux.org), available in
[the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is
much smaller than most distribution base images (~5MB), and thus leads to much
slimmer images in general.

This variant is highly recommended when final image size being as small as
possible is desired. The main caveat to note is that it does use
[musl libc](http://www.musl-libc.org) instead of
[glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain
[musl libc](https://www.musl-libc.org) instead of
[glibc and friends](https://www.etalabs.net/compare_libcs.html), so certain
software might run into issues depending on the depth of their libc
requirements. However, most software doesn't have an issue with this, so this
variant is usually a very safe choice. See
Expand Down Expand Up @@ -205,19 +205,19 @@ To make the image size even smaller, you can [bundle without npm/yarn](./docs/Be
### `node:bullseye`

This image is based on version 11 of
[Debian](http://debian.org), available in
[Debian](https://debian.org), available in
[the `debian` official image](https://hub.docker.com/_/debian).

### `node:bookworm`

This image is based on version 12 of
[Debian](http://debian.org), available in
[Debian](https://debian.org), available in
[the `debian` official image](https://hub.docker.com/_/debian).

### `node:trixie`

This image is based on version 13 of
[Debian](http://debian.org), available in
[Debian](https://debian.org), available in
[the `debian` official image](https://hub.docker.com/_/debian).

### `node:slim`
Expand Down