mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 07:16:01 +03:00
build: execute hadolint in TravisCI
This commit is contained in:
parent
68ab9b00e2
commit
c9bd6633e0
2
.hadolint.yml
Normal file
2
.hadolint.yml
Normal file
@ -0,0 +1,2 @@
|
||||
ignored:
|
||||
- DL3018
|
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: generic
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- docker pull hadolint/hadolint
|
||||
|
||||
script:
|
||||
- docker run --rm -i hadolint/hadolint hadolint --ignore DL3018 - < Dockerfile
|
@ -1,4 +1,8 @@
|
||||
# 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/) [![Docker Build Status](https://img.shields.io/docker/build/timbru31/node-alpine-git.svg)](https://hub.docker.com/r/timbru31/node-alpine-git/)
|
||||
# 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/)
|
||||
[![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)
|
||||
|
||||
A minimal Dockerfile based on Node.js 8 LTS (Carbon) alpine with Git and ssh installed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user