From e95de154ceda79866af60c1d83441567c0a36370 Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Mon, 26 Aug 2024 10:50:28 -0400 Subject: [PATCH] Add unofficial build notice for Node Alpine --- node/variant-alpine.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 node/variant-alpine.md diff --git a/node/variant-alpine.md b/node/variant-alpine.md new file mode 100644 index 0000000000000..d353b610c77bd --- /dev/null +++ b/node/variant-alpine.md @@ -0,0 +1,5 @@ +## `%%IMAGE%%:-alpine` + +This image is based on the popular [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. + +Please be aware that our Node.js Alpine Docker images use builds from https://unofficial-builds.nodejs.org/, which are not signed by the official Node.js release team. These builds are chosen to ensure compatibility and performance within the Alpine environment. We share this information for transparency and to help you make informed decisions regarding your application setup. \ No newline at end of file