forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated putting the source tree into release mode.
- Loading branch information
Showing
14 changed files
with
859 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
pkg/ | ||
.git | ||
bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM golang:latest as builder | ||
ARG GIT_COMMIT | ||
ARG GIT_DIRTY | ||
ARG GIT_DESCRIBE | ||
WORKDIR /go/src/github.com/hashicorp/consul | ||
ENV CONSUL_DEV=1 | ||
ENV COLORIZE=0 | ||
Add . /go/src/github.com/hashicorp/consul/ | ||
RUN make | ||
|
||
FROM consul:latest | ||
|
||
COPY --from=builder /go/src/github.com/hashicorp/consul/bin/consul /bin |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.