2018-10-23 20:32:30 +03:00
|
|
|
# Node.js with Git Dockerfile
|
|
|
|
|
|
|
|
[![Docker Automated build](https://img.shields.io/docker/automated/timbru31/node-alpine-git.svg)](https://hub.docker.com/r/timbru31/node-alpine-git/)
|
2020-06-07 15:33:42 +03:00
|
|
|
[![buildx Status](https://github.com/timbru31/docker-node-alpine-git/workflows/buildx/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3Abuildx)
|
2020-06-13 15:57:38 +03:00
|
|
|
[![Lint Dockerfiles](https://github.com/timbru31/docker-node-alpine-git/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3A%22Lint+Dockerfiles%22)
|
|
|
|
|
2020-10-28 19:32:58 +03:00
|
|
|
A minimal Dockerfile based on Node.js 10 LTS (Dubnium), Node.js 12 LTS (Erbium) or Node.js 14 LTS (Fermium) alpine with Git and ssh installed.
|
2017-06-29 19:35:47 +03:00
|
|
|
|
|
|
|
## What's included
|
|
|
|
|
2020-10-28 19:32:58 +03:00
|
|
|
- Node.js 10 LTS, Node.js 12 LTS or Node.js 14 LTS
|
2019-10-24 11:48:04 +03:00
|
|
|
- npm 6
|
|
|
|
- yarn
|
|
|
|
- Git
|
|
|
|
- ssh
|
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-10-28 19:32:58 +03:00
|
|
|
|
2020-06-07 01:53:23 +03:00
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
- linux/arm/v7
|
|
|
|
- linux/arm/v6
|
|
|
|
- linux/ppc64le
|
|
|
|
- linux/s390x
|
2020-10-21 15:43:56 +03:00
|
|
|
- linux/386 (not for Node.js >= 12)
|
2020-06-07 01:53:23 +03:00
|
|
|
|
2017-06-29 19:35:47 +03:00
|
|
|
---
|
2019-10-24 11:48:04 +03:00
|
|
|
|
2017-06-29 19:35:47 +03:00
|
|
|
Built by (c) Tim Brust and contributors. Released under the MIT license.
|