Skip to content

Commit

Permalink
checking in vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Nov 16, 2018
1 parent d98ab3a commit 7902607
Show file tree
Hide file tree
Showing 2,297 changed files with 822,872 additions and 5 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vendor
examples
deploy
.vscode
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
tmp
vendor
.vscode
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM golang:1.11 AS build-env
WORKDIR /go/src/github.com/reactiveops/rbac-manager/
ENV GO111MODULE "on"

COPY . .
RUN go mod download && go mod verify
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o rbac-manager ./cmd/controller-manager/main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -mod vendor -a -o rbac-manager ./cmd/controller-manager/main.go

FROM alpine:3.8
WORKDIR /usr/local/bin
Expand Down
15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7902607

Please sign in to comment.