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
92765a6c
Unverified
Commit
92765a6c
authored
Oct 07, 2019
by
Arve Knudsen
Committed by
GitHub
Oct 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci-build: Improve build-deploy script (#19653)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
cf7ace6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
scripts/build/ci-build/README.md
+3
-0
scripts/build/ci-build/build-deploy.sh
+4
-0
No files found.
scripts/build/ci-build/README.md
View file @
92765a6c
...
...
@@ -18,3 +18,6 @@ This is a container for cross-platform builds of Grafana. You can run it locally
*
`make attach`
-
Opens bash within the running container
## Build/Publish Docker Image
In order to build and publish the Grafana build Docker image, execute the following:
`./build-deploy.sh`
.
scripts/build/ci-build/build-deploy.sh
View file @
92765a6c
#!/bin/bash
set
-eo
pipefail
_version
=
"1.2.9"
_tag
=
"grafana/build-container:
${
_version
}
"
_dpath
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
cd
"
$_dpath
"
docker build
-t
$_tag
.
docker push
$_tag
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