Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6b70fb27
Commit
6b70fb27
authored
Jan 23, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(build): fixes broken yum installer
parent
5f0033f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
scripts/build/Dockerfile
+4
-3
scripts/build/deploy.sh
+1
-1
No files found.
scripts/build/Dockerfile
View file @
6b70fb27
FROM
centos:6.6
RUN
yum install
-y
yum-plugin-ovl
RUN
yum install
-y
initscripts curl
tar
gcc libc6-dev git gcc-c++ openssl-devel
RUN
yum install
-y
g++ make automake autoconf curl-devel zlib-devel httpd-devel apr-devel apr-util-devel sqlite-devel
RUN
yum install
-y
wget yum-utils bzip2 bzip2-devel
RUN
yum install
-y
fontconfig freetype freetype-devel fontconfig-devel libstdc++
RUN
yum install
-y
rpm-build patch readline readline-devel libtool bison lzma
RUN
yum install
-y
which
tar
# Install RUBY 1.9.3
# install necessary utilities
RUN
yum install
-y
which
tar
#
RUN yum install -y which tar
RUN
gpg
--keyserver
hkp://keys.gnupg.net
--recv-keys
409B6B1796C275462A1703113804BB82D39DC0E3
#RUN curl -sSL https://get.rvm.io | bash -s stable
RUN
curl
-sSl
https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash
-s
stable
RUN
source
/etc/profile.d/rvm.sh
RUN
/bin/bash
-l
-c
"rvm requirements"
...
...
@@ -33,7 +34,7 @@ RUN mkdir -p /go/src /go/bin && chmod -R 777 /go
ENV
GOPATH /go
ENV
PATH /go/bin:$PATH
ADD
./scripts/build/
build.sh /tmp/
ADD
build.sh /tmp/
WORKDIR
/tmp/
...
...
scripts/build/deploy.sh
View file @
6b70fb27
...
...
@@ -4,5 +4,5 @@ mkdir -p dist
docker run
-i
-t
--name
gfbuild
\
-v
$(
pwd
)
/dist:/tmp/dist
\
-e
"GRAFANA_BRANCH=
${
GRAFANA
_BRANCH
}
"
\
-e
"GRAFANA_BRANCH=
${
CIRCLE
_BRANCH
}
"
\
grafana/buildcontainer
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment