chore(ci): add ci
Some checks failed
the build failed

This commit is contained in:
Jan Christian Grünhage 2017-12-06 18:10:47 +01:00
parent cabe9bac08
commit 4c7e36bfd0
Signed by: jcgruenhage
GPG key ID: 6594C449C633D10C
3 changed files with 16 additions and 3 deletions

7
.drone.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
docker:
image: plugins/docker
repo: docker.jcg.re/base-alpine
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
tags: latest

View file

@ -1,10 +1,11 @@
FROM alpine:edge
FROM docker.io/alpine
MAINTAINER Jan Christian Grünhage <jan.christian
RUN apk update \
&& apk upgrade \
&& apk add \
s6
s6 \
apk cache clean
ADD root /
CMD ["/bin/s6-svscan", "/etc/s6.d"]
CMD ["/bin/s6-svscan", "/etc/s6.d"]

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# baseimage alpine
[![Build Status](https://drone.jcg.re/api/badges/jcgruenhage/docker-baseimage-alpine/status.svg)](https://drone.jcg.re/jcgruenhage/docker-baseimage-alpine)
A little baseimage based on alpine and s6. Docs coming soon :tm: