Skip to content

Commit

Permalink
fix(): Increase dial timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath Horatti <[email protected]>
  • Loading branch information
bharath-avesha committed Feb 21, 2023
1 parent 7750fb9 commit 7de5bdf
Show file tree
Hide file tree
Showing 2,279 changed files with 908,530 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ RUN tar xzvf spire-1.2.2-linux-x86_64-glibc.tar.gz -C /bin --strip=2 spire-1.2.2
FROM go as build
WORKDIR /build
COPY go.mod go.sum ./
COPY ./pkg/internal/imports ./pkg/internal/imports
RUN go build ./pkg/internal/imports
#COPY ./pkg/internal/imports ./pkg/internal/imports
#RUN go build ./pkg/internal/imports
ADD vendor vendor
COPY . .
RUN go build -o /bin/cmd-registry-k8s .
RUN go env -w GOPRIVATE=github.com/kubeslice && \
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=vendor -a -o /bin/cmd-registry-k8s .

FROM build as test
CMD go test -test.v ./...
Expand Down
16 changes: 16 additions & 0 deletions vendor/github.com/antonfisher/nested-logrus-formatter/.gitignore

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

18 changes: 18 additions & 0 deletions vendor/github.com/antonfisher/nested-logrus-formatter/.travis.yml

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

21 changes: 21 additions & 0 deletions vendor/github.com/antonfisher/nested-logrus-formatter/LICENSE

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

15 changes: 15 additions & 0 deletions vendor/github.com/antonfisher/nested-logrus-formatter/Makefile

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

81 changes: 81 additions & 0 deletions vendor/github.com/antonfisher/nested-logrus-formatter/README.md

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

216 changes: 216 additions & 0 deletions vendor/github.com/antonfisher/nested-logrus-formatter/formatter.go

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

Loading

0 comments on commit 7de5bdf

Please sign in to comment.