Skip to content

Commit

Permalink
INFRA-7440 force mode for s3sync
Browse files Browse the repository at this point in the history
+ refactoring
  • Loading branch information
onorua committed Nov 2, 2018
1 parent 14bc6b0 commit 33a97a9
Show file tree
Hide file tree
Showing 1,551 changed files with 745,754 additions and 250 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM golang:1.10-alpine3.7 as builder
FROM golang:1.11-alpine3.7 as builder

RUN apk add --no-cache curl git
COPY . /go/src/github.com/anchorfree/s3sync
RUN curl https://glide.sh/get | sh && cd /go/src/github.com/anchorfree/s3sync && glide install -v
RUN cd /go/src/github.com/anchorfree/s3sync && CGO_ENABLED=0 GOOS=linux go build -o /build/s3sync main.go
RUN cd /go/src/github.com/anchorfree/s3sync && CGO_ENABLED=0 GOOS=linux go build -o /build/s3sync .


FROM alpine:3.7
Expand Down
381 changes: 381 additions & 0 deletions Gopkg.lock

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

Loading

0 comments on commit 33a97a9

Please sign in to comment.