File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
packages/grafana-toolkit/docker Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
# # Find the latest tags on https://hub.docker.com/r/grafana/grafana-plugin-ci/tags?page=1&name=alpine
6
6
# #
7
7
8
- DOCKER_IMAGE_NAME=" grafana/grafana-plugin-ci:1.5.1 -alpine"
8
+ DOCKER_IMAGE_NAME=" grafana/grafana-plugin-ci:1.6.0 -alpine"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ apk add --no-cache curl npm yarn build-base openssh git-lfs perl-utils coreutils
18
18
# apk add --no-cache xvfb glib nss nspr gdk-pixbuf "gtk+3.0" pango atk cairo dbus-libs libxcomposite libxrender libxi libxtst libxrandr libxscrnsaver alsa-lib at-spi2-atk at-spi2-core cups-libs gcompat libc6-compat
19
19
20
20
# Install Go
21
- filename=" go1.19.2 .linux-amd64.tar.gz"
22
- get_file " https://dl.google.com/go/$filename " " /tmp/$filename " " 5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6 "
21
+ filename=" go1.19.3 .linux-amd64.tar.gz"
22
+ get_file " https://dl.google.com/go/$filename " " /tmp/$filename " " 74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba "
23
23
untar_file " /tmp/$filename "
24
24
25
25
# Install golangci-lint
Original file line number Diff line number Diff line change 6
6
# #
7
7
8
8
DOCKER_IMAGE_BASE_NAME=" grafana/grafana-plugin-ci-e2e"
9
- DOCKER_IMAGE_VERSION=" 1.4.1 "
9
+ DOCKER_IMAGE_VERSION=" 1.6.0 "
10
10
DOCKER_IMAGE_NAME=" ${DOCKER_IMAGE_BASE_NAME} :${DOCKER_IMAGE_VERSION} "
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ source "/etc/profile"
22
22
npm i -g yarn
23
23
24
24
# Install Go
25
- filename=" go1.19.2 .linux-amd64.tar.gz"
26
- get_file " https://dl.google.com/go/$filename " " /tmp/$filename " " 5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6 "
25
+ filename=" go1.19.3 .linux-amd64.tar.gz"
26
+ get_file " https://dl.google.com/go/$filename " " /tmp/$filename " " 74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba "
27
27
untar_file " /tmp/$filename "
28
28
29
29
# Install golangci-lint
Original file line number Diff line number Diff line change 5
5
# # Find the latest tags on https://hub.docker.com/r/grafana/grafana-plugin-ci/tags
6
6
# #
7
7
8
- DOCKER_IMAGE_NAME=" grafana/grafana-plugin-ci:1.4.1 "
8
+ DOCKER_IMAGE_NAME=" grafana/grafana-plugin-ci:1.6.0 "
Original file line number Diff line number Diff line change 2
2
source " ./deploy-common.sh"
3
3
4
4
# Install Go
5
- filename=" go1.19.2 .linux-amd64.tar.gz"
6
- get_file " https://dl.google.com/go/$filename " " /tmp/$filename " " 5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6 "
5
+ filename=" go1.19.3 .linux-amd64.tar.gz"
6
+ get_file " https://dl.google.com/go/$filename " " /tmp/$filename " " 74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba "
7
7
untar_file " /tmp/$filename "
8
8
9
9
# Install golangci-lint
You can’t perform that action at this time.
0 commit comments