Skip to content

Commit b0b3184

Browse files
committed
Node does not yet support alpine
1 parent a8ab5d7 commit b0b3184

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

features/src/node/NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
### System Compatibility
44

5-
Debian, Ubuntu, Alpine
5+
Debian, Ubuntu
6+
7+
Alpine does not work as the binaries are compiled with glibc (instead of musl) which does not work on Alpine.
8+
Some binaries could be taken from https://unofficial-builds.nodejs.org but ARM binaries are still missing.
69

710
### Accessed Urls
811

features/src/node/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ A package which installs Node.js.
4444

4545
### System Compatibility
4646

47-
Debian, Ubuntu, Alpine
47+
Debian, Ubuntu
48+
49+
Alpine does not work as the binaries are compiled with glibc (instead of musl) which does not work on Alpine.
50+
Some binaries could be taken from https://unofficial-builds.nodejs.org but ARM binaries are still missing.
4851

4952
### Accessed Urls
5053

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
"mcr.microsoft.com/devcontainers/base:debian-11",
33
"mcr.microsoft.com/devcontainers/base:debian-12",
4-
"mcr.microsoft.com/devcontainers/base:alpine",
54
"mcr.microsoft.com/devcontainers/base:ubuntu-24.04"
65
]

0 commit comments

Comments
 (0)