Skip to content

Commit

Permalink
update build; bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Hazlett <[email protected]>
  • Loading branch information
ehazlett committed Dec 23, 2018
1 parent d6df48e commit eff2144
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ RUN go get -v golang.org/x/lint/golint
RUN go get -v github.com/tebeka/go2xunit
ENV APP stellar
ENV REPO ehazlett/$APP
ENV GO111MODULE=on
RUN go mod vendor
ARG BUILD
COPY . /go/src/github.com/$REPO
WORKDIR /go/src/github.com/$REPO
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.package
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN go get -v github.com/tebeka/go2xunit
FROM build as stellar
ENV APP stellar
ENV REPO ehazlett/$APP
ENV GO111MODULE on
ARG BUILD
COPY . /go/src/github.com/$REPO
WORKDIR /go/src/github.com/$REPO
Expand Down Expand Up @@ -62,7 +61,7 @@ FROM build as cni
RUN apt-get update && apt-get install -y build-essential
RUN git clone https://github.com/containernetworking/plugins /go/src/github.com/containernetworking/plugins
WORKDIR /go/src/github.com/containernetworking/plugins
RUN ./build.sh
RUN ./build_linux.sh

FROM scratch as rootfs
COPY --from=stellar /release.txt /
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var (
Name = "stellar"

// Version defines the application version
Version = "0.1.0"
Version = "0.2.0"

// Description is the application description
Description = "simple container platform"
Expand Down

0 comments on commit eff2144

Please sign in to comment.