Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/amazonlinux2-nodejs
Builds Node.js for Amazon Linux 2 - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/amazonlinux2-nodejs
amazonlinux2 nodejs
Last synced: 1 day ago
JSON representation
Builds Node.js for Amazon Linux 2 - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/amazonlinux2-nodejs
- Owner: ecgalaxy
- Created: 2023-11-09T11:16:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:21:07.000Z (6 months ago)
- Last Synced: 2024-04-29T14:38:16.304Z (6 months ago)
- Topics: amazonlinux2, nodejs
- Language: Shell
- Homepage: https://code.europa.eu/ecgalaxy/amazonlinux2-nodejs
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
amazonlinux2-nodejs
===================A GitLab pipeline to build [Node.js](https://nodejs.org/) 18.x, 20.x and 22.x for Amazon Linux 2.
Rationale
---------Starting from 18.x, official Node.js LTS builds cannot be used on Amazon Linux 2, due to
binary incompatibilities (missing glibc symbol versions).AWS recommends to build those Node.js versions from source, when using Amazon Linux 2 (AL2).
Implementation
--------------The pipeline launches an `amazonlinux:2` container and:
* Installs prerequisites
* Fetches the latest release tag for a specific Node.js major version
* Builds this release from source code
* Publishes the build to this project's package registryDownloads
---------Node.js 18.x, 20.x and 22.x builds for Amazon Linux 2 can be downloaded from the
[Package Registry](https://code.europa.eu/ecgalaxy/amazonlinux2-nodejs/-/packages).Automated setup
---------------See the [ECGALAXY Node.js Ansible role](https://code.europa.eu/ecgalaxy/nodejs)
to globally install Node.js on Amazon Linux 2 and other distributions, using automation.Original work
-------------Original code provided by AWS.
Author Information
------------------ECGALAXY team.