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
ec11d5a9
Commit
ec11d5a9
authored
Jan 18, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: armv6 docker image.
parent
2bdc147e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
packaging/docker/build.sh
+2
-0
packaging/docker/push_to_docker_hub.sh
+2
-0
No files found.
packaging/docker/build.sh
View file @
ec11d5a9
...
...
@@ -32,11 +32,13 @@ docker_tag_all () {
repo
=
$1
tag
=
$2
docker tag
"
${
_docker_repo
}
:
${
_grafana_version
}
"
"
${
repo
}
:
${
tag
}
"
docker tag
"
${
_docker_repo
}
-arm32v6-linux:
${
_grafana_version
}
"
"
${
repo
}
-arm32v6-linux:
${
tag
}
"
docker tag
"
${
_docker_repo
}
-arm32v7-linux:
${
_grafana_version
}
"
"
${
repo
}
-arm32v7-linux:
${
tag
}
"
docker tag
"
${
_docker_repo
}
-arm64v8-linux:
${
_grafana_version
}
"
"
${
repo
}
-arm64v8-linux:
${
tag
}
"
}
docker_build
"debian:stretch-slim"
"grafana-latest.linux-x64.tar.gz"
"
${
_docker_repo
}
:
${
_grafana_version
}
"
docker_build
"arm32v6/debian:stretch-slim"
"grafana-latest.linux-armv6.tar.gz"
"
${
_docker_repo
}
-arm32v6-linux:
${
_grafana_version
}
"
docker_build
"arm32v7/debian:stretch-slim"
"grafana-latest.linux-armv7.tar.gz"
"
${
_docker_repo
}
-arm32v7-linux:
${
_grafana_version
}
"
docker_build
"arm64v8/debian:stretch-slim"
"grafana-latest.linux-arm64.tar.gz"
"
${
_docker_repo
}
-arm64v8-linux:
${
_grafana_version
}
"
...
...
packaging/docker/push_to_docker_hub.sh
View file @
ec11d5a9
...
...
@@ -22,12 +22,14 @@ docker_push_all () {
# Push each image individually
docker push
"
${
repo
}
:
${
tag
}
"
docker push
"
${
repo
}
-arm32v6-linux:
${
tag
}
"
docker push
"
${
repo
}
-arm32v7-linux:
${
tag
}
"
docker push
"
${
repo
}
-arm64v8-linux:
${
tag
}
"
# Create and push a multi-arch manifest
docker manifest create
"
${
repo
}
:
${
tag
}
"
\
"
${
repo
}
:
${
tag
}
"
\
"
${
repo
}
-arm32v6-linux:
${
tag
}
"
\
"
${
repo
}
-arm32v7-linux:
${
tag
}
"
\
"
${
repo
}
-arm64v8-linux:
${
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