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
a5c03b17
Unverified
Commit
a5c03b17
authored
Oct 12, 2020
by
Arve Knudsen
Committed by
GitHub
Oct 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Upgrade Node to 12.19.0 (#28168)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
f393e66a
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
+1
-1
Dockerfile.ubuntu
+1
-1
package.json
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
+2
-2
scripts/build/ci-build/Dockerfile
+1
-1
scripts/build/ci-e2e/Dockerfile
+1
-1
No files found.
Dockerfile
View file @
a5c03b17
FROM
node:12.1
8.3
-alpine3.12 as js-builder
FROM
node:12.1
9.0
-alpine3.12 as js-builder
WORKDIR
/usr/src/app/
...
...
Dockerfile.ubuntu
View file @
a5c03b17
FROM node:12.1
8.3
-slim AS js-builder
FROM node:12.1
9.0
-slim AS js-builder
WORKDIR /usr/src/app/
...
...
package.json
View file @
a5c03b17
...
...
@@ -312,6 +312,6 @@
"node"
:
">=12 <13"
},
"volta"
:
{
"node"
:
"12.1
8.4
"
"node"
:
"12.1
9.0
"
}
}
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
View file @
a5c03b17
...
...
@@ -5,9 +5,9 @@ source "/etc/profile"
source
"./deploy-slim.sh"
source
"./deploy-common.sh"
NODEVER
=
"v12.1
8.3
-linux-x64"
NODEVER
=
"v12.1
9.0
-linux-x64"
# Install Node
wget
-O
-
"https://nodejs.org/dist/v12.1
8.3
/node-
${
NODEVER
}
.tar.xz"
|
tar
Jvxf -
-C
"/tmp"
wget
-O
-
"https://nodejs.org/dist/v12.1
9.0
/node-
${
NODEVER
}
.tar.xz"
|
tar
Jvxf -
-C
"/tmp"
# Move node to /usr/local so it's in the path
pushd
/tmp/node-
${
NODEVER
}
...
...
scripts/build/ci-build/Dockerfile
View file @
a5c03b17
...
...
@@ -88,7 +88,7 @@ FROM debian:stretch-20200908
ENV
GOVERSION=1.15.1 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=12.1
8.4
-1nodesource1 \
NODEVERSION=12.1
9.0
-1nodesource1 \
YARNVERSION=1.22.5-1 \
GO111MODULE=on
...
...
scripts/build/ci-e2e/Dockerfile
View file @
a5c03b17
FROM
node:12.1
8
-buster-slim
FROM
node:12.1
9.0
-buster-slim
WORKDIR
/root
...
...
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