diff --git a/README.md b/README.md index 00fb90d3d..4a84c5971 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,7 @@ $ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app -w /usr/sr Prior to 8.7.0 and 6.11.4, the docker images overrode the default npm log level from `warn` to `info`. However, due to improvements to npm and new Docker -patterns (e.g. multi-stage builds) the working group reached -a [consensus](https://github.com/nodejs/docker-node/issues/528) +patterns (e.g. multi-stage builds) the working group reached a [consensus](https://github.com/nodejs/docker-node/issues/528) to revert the log level to npm defaults. If you need more verbose output, please use one of the following methods to change the verbosity level. @@ -192,12 +191,10 @@ One common issue that may arise is a missing shared library required for use of `process.dlopen`. To add the missing shared libraries to your image: - For Alpine v3.18 and earlier, adding the - [`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.18/main/x86/libc6-compat) - package in your Dockerfile is recommended: `apk add --no-cache libc6-compat` + [`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.18/main/x86/libc6-compat) package in your Dockerfile is recommended: `apk add --no-cache libc6-compat` - Starting from Alpine v3.19, you can use the - [`gcompat`](https://pkgs.alpinelinux.org/package/v3.19/main/x86/gcompat) package - to add the missing shared libraries: `apk add --no-cache gcompat` + [`gcompat`](https://pkgs.alpinelinux.org/package/v3.19/main/x86/gcompat) package to add the missing shared libraries: `apk add --no-cache gcompat` To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this @@ -205,8 +202,7 @@ 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). -To make the image size even smaller, you -can [bundle without npm/yarn](./docs/BestPractices.md#smaller-images-without-npmyarn). +To make the image size even smaller, you can [bundle without npm/yarn](./docs/BestPractices.md#smaller-images-without-npmyarn). ### `node:bullseye` @@ -256,8 +252,7 @@ upgrade your Docker daemon. ## Supported Node.js versions -This project will support Node.js versions as still under active support as per -the [Node.js release schedule](https://github.com/nodejs/Release). +This project will support Node.js versions as still under active support as per the [Node.js release schedule](https://github.com/nodejs/Release). ## Governance and Current Members