File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ RUN go get -v golang.org/x/lint/golint
1919RUN go get -v github.com/tebeka/go2xunit
2020ENV APP stellar
2121ENV REPO ehazlett/$APP
22- ENV GO111MODULE=on
23- RUN go mod vendor
2422ARG BUILD
2523COPY . /go/src/github.com/$REPO
2624WORKDIR /go/src/github.com/$REPO
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN go get -v github.com/tebeka/go2xunit
2121FROM build as stellar
2222ENV APP stellar
2323ENV REPO ehazlett/$APP
24- ENV GO111MODULE on
2524ARG BUILD
2625COPY . /go/src/github.com/$REPO
2726WORKDIR /go/src/github.com/$REPO
@@ -62,7 +61,7 @@ FROM build as cni
6261RUN apt-get update && apt-get install -y build-essential
6362RUN git clone https://github.com/containernetworking/plugins /go/src/github.com/containernetworking/plugins
6463WORKDIR /go/src/github.com/containernetworking/plugins
65- RUN ./build .sh
64+ RUN ./build_linux .sh
6665
6766FROM scratch as rootfs
6867COPY --from=stellar /release.txt /
Original file line number Diff line number Diff line change 77 Name = "stellar"
88
99 // Version defines the application version
10- Version = "0.1 .0"
10+ Version = "0.2 .0"
1111
1212 // Description is the application description
1313 Description = "simple container platform"
You can’t perform that action at this time.
0 commit comments