-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from rusenask/develop
Develop
- Loading branch information
Showing
437 changed files
with
337,515 additions
and
12,881 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
FROM golang:1.8.1-alpine | ||
COPY . /go/src/github.com/rusenask/keel | ||
WORKDIR /go/src/github.com/rusenask/keel | ||
RUN apk add --no-cache git && go get | ||
RUN CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags -'w' -o keel . | ||
|
||
FROM alpine:latest | ||
RUN apk --no-cache add ca-certificates | ||
COPY keel /bin/keel | ||
COPY --from=0 /go/src/github.com/rusenask/keel/keel /bin/keel | ||
ENTRYPOINT ["/bin/keel"] | ||
|
||
EXPOSE 9300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,52 @@ | ||
package: github.com/rusenask/keel | ||
import: | ||
- package: cloud.google.com/go | ||
version: b4e9a381a01e953e880e6d2cf7fd02d412977cae | ||
subpackages: | ||
- pubsub | ||
- iam | ||
- internal | ||
- package: google.golang.org/api | ||
version: 324744a33f1f37e63dd1695cfb3ec9a3e4a1cb05 | ||
subpackages: | ||
- iterator | ||
- option | ||
- support | ||
- transport | ||
- package: google.golang.org/grpc | ||
version: a94a7ac054dc76e5ab6cf170a9d82faba8aaf33f | ||
subpackages: | ||
- status | ||
- package: github.com/Sirupsen/logrus | ||
subpackages: | ||
- formatters | ||
- formatters/logstash | ||
- package: github.com/coreos/go-semver | ||
subpackages: | ||
- semver | ||
- package: github.com/gorilla/mux | ||
- package: github.com/urfave/negroni | ||
- package: golang.org/x/net | ||
subpackages: | ||
- context | ||
- oauth2 | ||
- package: github.com/gogo/protobuf | ||
version: c0656edd0d9eab7c66d1eb0c568f9039345796f7 | ||
subpackages: | ||
- sortkeys | ||
- protoc-gen-gogo/descriptor | ||
- gogoproto | ||
- plugin/testgen | ||
- protoc-gen-gogo/generator | ||
- package: k8s.io/apimachinery | ||
version: 75b8dd260ef0469d96d578705a87cffd0e09dab8 | ||
subpackages: | ||
- pkg/apis/meta/v1 | ||
- package: k8s.io/client-go | ||
version: v3.0.0-beta.0 | ||
subpackages: | ||
- kubernetes | ||
- pkg/api/v1 | ||
- pkg/apis/extensions/v1beta1 | ||
- rest | ||
- package: k8s.io/apimachinery | ||
version: 75b8dd260ef0469d96d578705a87cffd0e09dab8 | ||
- tools/clientcmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.