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
19c80975
Unverified
Commit
19c80975
authored
Sep 02, 2020
by
Arve Knudsen
Committed by
GitHub
Sep 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Upgrade to Go 1.15.1 (#27326)
* Chore: Upgrade to Go 1.15.1
parent
636dd96c
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
+1
-1
Dockerfile.ubuntu
+1
-1
devenv/docker/blocks/prometheus_random_data/Dockerfile
+1
-1
go.mod
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
+1
-1
scripts/build/ci-build/Dockerfile
+1
-1
scripts/build/ci-deploy/Dockerfile
+1
-1
No files found.
Dockerfile
View file @
19c80975
...
...
@@ -16,7 +16,7 @@ COPY emails emails
ENV
NODE_ENV production
RUN
./node_modules/.bin/grunt build
FROM
golang:1.1
4.7
-alpine3.12 as go-builder
FROM
golang:1.1
5.1
-alpine3.12 as go-builder
RUN
apk add
--no-cache
gcc g++
...
...
Dockerfile.ubuntu
View file @
19c80975
...
...
@@ -16,7 +16,7 @@ COPY emails emails
ENV NODE_ENV production
RUN ./node_modules/.bin/grunt build
FROM golang:1.1
4.7
AS go-builder
FROM golang:1.1
5.1
AS go-builder
WORKDIR /src/grafana
...
...
devenv/docker/blocks/prometheus_random_data/Dockerfile
View file @
19c80975
# This Dockerfile builds an image for a client_golang example.
# Builder image, where we build the example.
FROM
golang:1.1
4
.1 AS builder
FROM
golang:1.1
5
.1 AS builder
# Download prometheus/client_golang/examples/random first
RUN
go get github.com/prometheus/client_golang/examples/random
WORKDIR
/go/src/github.com/prometheus/client_golang
...
...
go.mod
View file @
19c80975
module github.com/grafana/grafana
go 1.1
4
go 1.1
5
// Override xorm's outdated go-mssqldb dependency, since we can't upgrade to current xorm (due to breaking changes).
// We need a more current go-mssqldb so we get rid of a version of apache/thrift with vulnerabilities.
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
View file @
19c80975
...
...
@@ -2,7 +2,7 @@
source
"./deploy-common.sh"
# Install Go
filename
=
"go1.1
4
.linux-amd64.tar.gz"
filename
=
"go1.1
5.1
.linux-amd64.tar.gz"
get_file
"https://dl.google.com/go/
$filename
"
"/tmp/
$filename
"
"08df79b46b0adf498ea9f320a0f23d6ec59e9003660b4c9c1ce8e5e2c6f823ca"
untar_file
"/tmp/
$filename
"
...
...
scripts/build/ci-build/Dockerfile
View file @
19c80975
...
...
@@ -85,7 +85,7 @@ RUN mv golangci-lint-${GOLANGCILINT_VERSION}-linux-amd64/golangci-lint /tmp/
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
FROM
debian:stretch-20200803
ENV
GOVERSION=1.1
4.7
\
ENV
GOVERSION=1.1
5.1
\
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=12.18.3-1nodesource1 \
...
...
scripts/build/ci-deploy/Dockerfile
View file @
19c80975
FROM
cimg/go:1.1
4
FROM
cimg/go:1.1
5.1
RUN
git clone https://github.com/aptly-dev/aptly
$GOPATH
/src/github.com/aptly-dev/aptly
RUN
cd
$GOPATH
/src/github.com/aptly-dev/aptly
&&
\
...
...
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