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
e2f74b55
Unverified
Commit
e2f74b55
authored
Oct 26, 2018
by
Leonard Gram
Committed by
GitHub
Oct 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: grafana enterprise docker. (#13839)
parent
239dfbc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
.circleci/config.yml
+4
-0
packaging/docker/build-enterprise.sh
+10
-0
No files found.
.circleci/config.yml
View file @
e2f74b55
...
...
@@ -206,6 +206,9 @@ jobs:
-
run
:
docker info
-
run
:
cp dist/grafana-latest.linux-x64.tar.gz packaging/docker
-
run
:
cd packaging/docker && ./build-deploy.sh "master-${CIRCLE_SHA1}"
-
run
:
cp dist/grafana-enterprise-*.linux-amd64.tar.gz packaging/docker/grafana-latest.linux-x64.tar.gz
-
run
:
cd packaging/docker && ./build-enterprise.sh "master"
grafana-docker-pr
:
docker
:
...
...
@@ -409,6 +412,7 @@ workflows:
-
grafana-docker-master
:
requires
:
-
build-all
-
build-all-enterprise
-
test-backend
-
test-frontend
-
codespell
...
...
packaging/docker/build-enterprise.sh
0 → 100755
View file @
e2f74b55
#!/bin/sh
set
-e
_grafana_tag
=
$1
_docker_repo
=
${
2
:-
grafana
/grafana-enterprise
}
docker build
\
--tag
"
${
_docker_repo
}
:
${
_grafana_tag
}
"
\
--no-cache
=
true
\
.
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