Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge branch 'k8s-1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Söderberg committed Jul 2, 2018
2 parents e8e0cec + 0c78d86 commit 8829160
Show file tree
Hide file tree
Showing 8 changed files with 1,054 additions and 1,185 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,8 +1,8 @@
FROM golang:1.10 AS builder
WORKDIR /go/src/github.com/pusher/k8s-spot-rescheduler
COPY . .
RUN curl -s https://glide.sh/get | sh \
&& glide install -v \
RUN go get -u github.com/golang/dep/cmd/dep \
&& dep ensure -v \
&& env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o rescheduler

FROM scratch
Expand Down

0 comments on commit 8829160

Please sign in to comment.