-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eldad Marciano
committed
May 24, 2018
1 parent
57a377c
commit a7996db
Showing
5 changed files
with
124 additions
and
72 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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
FROM centos:7 | ||
FROM centos:centos7 | ||
|
||
MAINTAINER Eldad Marciano "[email protected]" | ||
|
||
ENV GOPATH /root/go | ||
|
||
|
||
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - | ||
|
||
RUN yum install -y --nogpgcheck \ | ||
|
@@ -23,7 +22,7 @@ RUN mkdir -p $GOPATH/src/github.com/grafana && \ | |
cd $GOPATH/src/github.com/grafana && pwd && \ | ||
git clone https://github.com/mrsiano/grafana.git && \ | ||
cd grafana && pwd && git branch -a && \ | ||
git checkout OAuth; | ||
git checkout generic_oauth; | ||
|
||
RUN cd $GOPATH/src/github.com/grafana/grafana && \ | ||
go run build.go setup && \ | ||
|
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
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