first commit

This commit is contained in:
Stefan Hoffmann 2021-02-06 13:30:12 +01:00
parent 82541ef03e
commit 7f66a68eec
2 changed files with 19 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM alpine
RUN apk add --update nodejs
RUN apk add npm
RUN rm /var/cache/apk/*
RUN npm install -g jsonlint

13
drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: docker-json-validate build
steps:
- name: docker
image: plugins/docker
settings:
repo: fftdf/docker-json-validate
username:
from_secret: docker_username
password:
from_secret: docker_password