mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 15:16:02 +03:00
feat: add Node.js 12 LTS Erbium support
This commit is contained in:
parent
e1b0aea830
commit
c8ad32c8c6
@ -7,4 +7,5 @@ before_install:
|
|||||||
- docker pull hadolint/hadolint
|
- docker pull hadolint/hadolint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run --rm -i hadolint/hadolint hadolint --ignore DL3018 - < Dockerfile
|
- docker run --rm -i hadolint/hadolint hadolint --ignore DL3018 - < 10/Dockerfile
|
||||||
|
- docker run --rm -i hadolint/hadolint hadolint --ignore DL3018 - < 12/Dockerfile
|
||||||
|
9
12/Dockerfile
Normal file
9
12/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM node:erbium-alpine@sha256:e32343df0b80880915ca3570752cb41ac044253a5deec978f851b3834670fffa
|
||||||
|
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
|
||||||
|
|
||||||
|
ARG REFRESHED_AT
|
||||||
|
ENV REFRESHED_AT $REFRESHED_AT
|
||||||
|
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
git \
|
||||||
|
openssh
|
13
README.md
13
README.md
@ -4,15 +4,16 @@
|
|||||||
[![Docker Build Status](https://img.shields.io/docker/build/timbru31/node-alpine-git.svg)](https://hub.docker.com/r/timbru31/node-alpine-git/)
|
[![Docker Build Status](https://img.shields.io/docker/build/timbru31/node-alpine-git.svg)](https://hub.docker.com/r/timbru31/node-alpine-git/)
|
||||||
[![Build Status](https://travis-ci.org/timbru31/docker-node-alpine-git.svg?branch=master)](https://travis-ci.org/timbru31/docker-node-alpine-git)
|
[![Build Status](https://travis-ci.org/timbru31/docker-node-alpine-git.svg?branch=master)](https://travis-ci.org/timbru31/docker-node-alpine-git)
|
||||||
|
|
||||||
A minimal Dockerfile based on Node.js 10 LTS (Dubnium) alpine with Git and ssh installed.
|
A minimal Dockerfile based on Node.js 10 LTS (Dubnium) or Node.js 12 LTS (Erbium) alpine with Git and ssh installed.
|
||||||
|
|
||||||
## What's included
|
## What's included
|
||||||
|
|
||||||
* Node.js 10
|
- Node.js 10 LTS or Node.js 12 LTS
|
||||||
* npm 6
|
- npm 6
|
||||||
* yarn
|
- yarn
|
||||||
* Git
|
- Git
|
||||||
* ssh
|
- ssh
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Built by (c) Tim Brust and contributors. Released under the MIT license.
|
Built by (c) Tim Brust and contributors. Released under the MIT license.
|
||||||
|
Loading…
Reference in New Issue
Block a user