Skip to content

Commit

Permalink
Merge pull request #93 from nats-io/release/v0.5.0
Browse files Browse the repository at this point in the history
Bump to v0.5.0
  • Loading branch information
wallyqs committed Jul 26, 2019
2 parents b10b10e + 5ae5a8c commit b149e67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.12

# download the source
WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git .

# build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w"
Expand Down
2 changes: 1 addition & 1 deletion docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.12

# download the source
WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git .

# build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w"
Expand Down
2 changes: 1 addition & 1 deletion docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.12

# download the source
WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git .

# build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w"
Expand Down
2 changes: 1 addition & 1 deletion docker/windows/amd64/nanoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.12

# download the source
WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git .

# build
RUN go build -v -a -tags netgo -installsuffix netgo
Expand Down
2 changes: 1 addition & 1 deletion docker/windows/amd64/windowsservercore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.12

# download the source
WORKDIR /go/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.4.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.5.0 https://github.com/nats-io/prometheus-nats-exporter.git .

# build
RUN go build -v -a -tags netgo -installsuffix netgo
Expand Down

0 comments on commit b149e67

Please sign in to comment.