docker-node-alpine-git-gyp/README.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

2018-10-23 20:32:30 +03:00
# Node.js with Git Dockerfile
2022-07-27 09:17:26 +03:00
[![Docker Automated build](https://img.shields.io/docker/automated/neur0toxine/node-alpine-git-gyp.svg)](https://hub.docker.com/r/neur0toxine/node-alpine-git-gyp/)
[![buildx Status](https://github.com/Neur0toxine/docker-node-alpine-git-gyp/workflows/buildx/badge.svg)](https://github.com/Neur0toxine/docker-node-alpine-git-gyp/actions?query=workflow%3Abuildx)
2022-07-26 15:53:46 +03:00
[![Lint Dockerfiles](https://github.com/Neur0toxine/docker-node-alpine-git-gyp/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/Neur0toxine/docker-node-alpine-git-gyp/actions?query=workflow%3A%22Lint+Dockerfiles%22)
2020-06-13 15:57:38 +03:00
2023-11-13 14:44:37 +03:00
A minimal Dockerfile based on Node.js 16 LTS (Gallium), Node.js 18 LTS (Hydrogen) or Nodejs 20 LTS (Iron) & alpine with additional tools.
2017-06-29 19:35:47 +03:00
## What's included
2022-11-16 17:18:46 +03:00
- Node.js 14 LTS (Fermium), 16 LTS (Gallium) or 18 LTS (Hydrogen)
2023-11-13 14:44:37 +03:00
- npm 8 (Node.js 16) or npm 9 (Node.js >= 18)
- yarn
- Bash
- Git
- OpenSSH
- Python 3.x (for node-gyp)
- g++ (for node-gyp)
- make
2022-11-16 17:18:46 +03:00
- pkgconfig
2017-06-29 19:35:47 +03:00
2020-06-07 15:33:42 +03:00
### Available platforms
2020-06-07 01:53:23 +03:00
These Dockerfiles leverage the new `buildx` functionality and offer the following platforms:
2020-06-07 01:53:23 +03:00
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v6
- linux/ppc64le
- linux/s390x
2020-06-07 01:53:23 +03:00
2017-06-29 19:35:47 +03:00
---
2022-07-18 16:39:40 +03:00
Originally built by (c) Tim Brust and contributors. Released under the MIT license.
I've only added python and some build-utils on top of existing images.