Skip to content

Commit

Permalink
Merge pull request #5 from aberic/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
aberic committed May 22, 2019
2 parents 882315c + 6fb21e7 commit f422a9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.12.3 as builder
LABEL app="proc" by="ennoo"
ENV REPO=$GOPATH/src/github.com/ennoo/proc
WORKDIR $REPO
RUN git clone https://github.com/ennoo/proc.git ../rivet && \
RUN git clone https://github.com/ennoo/proc.git ../proc && \
go build -o $REPO/proc $REPO/runner/proc.go
FROM centos:7
WORKDIR /root/
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/156fbeabb661484e9c673127342bb067)](https://www.codacy.com/app/aberic/proc?utm_source=github.com&utm_medium=referral&utm_content=ennoo/proc&utm_campaign=Badge_Grade)
[![Build Status](https://www.travis-ci.org/ennoo/proc.svg?branch=master)](https://www.travis-ci.org/ennoo/proc)
[![CircleCI (all branches)](https://img.shields.io/circleci/project/github/ennoo/proc.svg?label=circle-ci%20build)](https://circleci.com/gh/ennoo/proc)
[![Coveralls github](https://img.shields.io/coveralls/github/ennoo/proc.svg)](https://coveralls.io/github/ennoo/proc?branch=master)
[![Coveralls github](https://img.shields.io/coveralls/github/ennoo/proc.svg)](https://coveralls.io/github/ennoo/proc?branch=master)

### docker
[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/ennoo/proc.svg)](https://hub.docker.com/r/ennoo/proc/dockerfile) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/ennoo/proc.svg)](https://hub.docker.com/r/ennoo/proc/builds) [![](https://images.microbadger.com/badges/image/ennoo/proc.svg)](https://microbadger.com/images/ennoo/proc "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/ennoo/proc.svg)](https://microbadger.com/images/ennoo/proc "Get your own version badge on microbadger.com") [![Docker Pulls](https://img.shields.io/docker/pulls/ennoo/proc.svg?label=pulls)](https://hub.docker.com/r/ennoo/proc)|

0 comments on commit f422a9c

Please sign in to comment.