Skip to content

Commit

Permalink
Merge pull request #419 from balena-io/debian-node-20
Browse files Browse the repository at this point in the history
Add node v20.12.0 for debian
  • Loading branch information
flowzone-app[bot] authored Apr 7, 2024
2 parents 8631765 + 69bd96b commit 7221a34
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion contracts/sw.stack/node/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1",
"data": {
"latest": "19.6.1",
"versionList": "`19.6.1 (latest)`, `18.14.1`, `16.19.1`, `14.21.3`",
"versionList": "`20.12.0`, `19.6.1 (latest)`, `18.14.1`, `16.19.1`, `14.21.3`",
"introduction": "Node.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on Mac OS X, Windows, and Linux without changes.\n\nNode.js applications are designed to maximize throughput and efficiency, using non-blocking I/O and asynchronous events. Node.js applications run single-threaded, although Node.js uses multiple threads for file and network events. Node.js is commonly used for real-time applications due to its asynchronous nature.\n\nNode.js internally uses the Google V8 JavaScript engine to execute code; a large percentage of the basic modules are written in JavaScript. Node.js contains a built-in, asynchronous I/O library for file, socket, and HTTP communication. The HTTP and socket support allows Node.js to act as a web server without additional software such as Apache.",
"logo": "https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/node/logo.png"
},
Expand All @@ -30,6 +30,61 @@
}
],
"variants": [
{
"version": "20.12.0",
"variants": [
{
"data": { "libc": "glibc" },
"requires": [
{
"or": [
{ "type": "sw.os", "slug": "debian" },
{ "type": "sw.os", "slug": "ubuntu" },
{ "type": "sw.os", "slug": "fedora" }
]
}
],
"variants": [
{
"assets": {
"bin": {
"checksum": "259626b4825d9abba3721941d97f56f10ca7c56757a2468835e40b6fe4520757",
"name": "node-v$NODE_VERSION-linux-armv7l.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
},
"requires": [
{ "type": "arch.sw", "slug": "armv7hf" }
]
},
{
"assets": {
"bin": {
"checksum": "b6b998947595c9550d6b89c815a68d608f5920275f1b48812f89792de3fdd893",
"name": "node-v$NODE_VERSION-linux-x64.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
},
"requires": [
{ "type": "arch.sw", "slug": "amd64" }
]
},
{
"assets": {
"bin": {
"checksum": "8e180526df8ad4086a4df7bfaaa14d21eb2a6cf58b1c5493c639022c165c2884",
"name": "node-v$NODE_VERSION-linux-arm64.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
},
"requires": [
{ "type": "arch.sw", "slug": "aarch64" }
]
}
]
}
]
},
{
"version": "19.6.1",
"variants": [
Expand Down

0 comments on commit 7221a34

Please sign in to comment.