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
52a8f2bf
Unverified
Commit
52a8f2bf
authored
Jan 29, 2021
by
Arve Knudsen
Committed by
GitHub
Jan 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PluginCiE2E: Upgrade base images (#30696)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
8744ad36
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/Dockerfile
+1
-2
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/common.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
+4
-4
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/test/docker-compose.yml
+1
-1
No files found.
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/Dockerfile
View file @
52a8f2bf
FROM
debian:
buster
-slim
FROM
debian:
testing-20210111
-slim
USER
root
ENV
DEBIAN_FRONTEND=noninteractive
COPY
scripts scripts
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/common.sh
View file @
52a8f2bf
...
...
@@ -5,5 +5,5 @@
##
DOCKER_IMAGE_BASE_NAME
=
"grafana/grafana-plugin-ci-e2e"
DOCKER_IMAGE_VERSION
=
"1.
0.2
"
DOCKER_IMAGE_VERSION
=
"1.
1.0
"
DOCKER_IMAGE_NAME
=
"
${
DOCKER_IMAGE_BASE_NAME
}
:
${
DOCKER_IMAGE_VERSION
}
"
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
View file @
52a8f2bf
...
...
@@ -22,16 +22,16 @@ source "/etc/profile"
npm i
-g
yarn
# Install Go
filename
=
"go1.15.
1
.linux-amd64.tar.gz"
get_file
"https://dl.google.com/go/
$filename
"
"/tmp/
$filename
"
"
70ac0dbf60a8ee9236f337ed0daa7a4c3b98f6186d4497826f68e97c0c0413f6
"
filename
=
"go1.15.
7
.linux-amd64.tar.gz"
get_file
"https://dl.google.com/go/
$filename
"
"/tmp/
$filename
"
"
0d142143794721bb63ce6c8a6180c4062bcf8ef4715e7d6d6609f3a8282629b3
"
untar_file
"/tmp/
$filename
"
# Install golangci-lint
GOLANGCILINT_VERSION
=
1.3
1
.0
GOLANGCILINT_VERSION
=
1.3
6
.0
filename
=
"golangci-lint-
${
GOLANGCILINT_VERSION
}
-linux-amd64"
get_file
"https://github.com/golangci/golangci-lint/releases/download/v
${
GOLANGCILINT_VERSION
}
/
$filename
.tar.gz"
\
"/tmp/
$filename
.tar.gz"
\
"9
a5d47b51442d68b718af4c7350f4406cdc087e2236a5b9ae52f37aebede6cb3
"
"9
b8856b3a1c9bfbcf3a06b78e94611763b79abd9751c245246787cd3bf0e78a5
"
untar_file
"/tmp/
$filename
.tar.gz"
ln
-s
/usr/local/
${
filename
}
/golangci-lint /usr/local/bin/golangci-lint
ln
-s
/usr/local/go/bin/go /usr/local/bin/go
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/test/docker-compose.yml
View file @
52a8f2bf
...
...
@@ -9,7 +9,7 @@ services:
-
${HOME}/.ssh:/root/.ssh
-
../../..:/root/grafana-toolkit
cibuilt
:
image
:
"
srclosson
/grafana-plugin-ci-e2e"
image
:
"
grafana
/grafana-plugin-ci-e2e"
user
:
root
volumes
:
-
../scripts:/root/scripts
...
...
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