Skip to content

Commit

Permalink
add ignored dockerfile.test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolf committed May 5, 2018
1 parent 22ab637 commit 9c77dbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM lwolf/kubebuilder-test-base:0.1

# Copy in the go src
WORKDIR /go/src/github.com/lwolf/kubereplay
COPY pkg/ pkg/
COPY cmd/ cmd/
COPY helpers/ helpers/
COPY vendor/ vendor/

# Build and test the API code
RUN go test ./pkg/... ./cmd/... ./helpers/...

0 comments on commit 9c77dbc

Please sign in to comment.