mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Update grafana/build-container
version (#41191)
* Update node and yarn versions * Update drone yaml
This commit is contained in:
parent
cb948d10e0
commit
d85b4dc7a8
374
.drone.yml
374
.drone.yml
File diff suppressed because it is too large
Load Diff
@ -113,8 +113,8 @@ FROM debian:stretch-20210208
|
||||
ENV GOVERSION=1.17 \
|
||||
PATH=/usr/local/go/bin:$PATH \
|
||||
GOPATH=/go \
|
||||
NODEVERSION=14.17.6-1nodesource1 \
|
||||
YARNVERSION=3.1.0-rc.5
|
||||
NODEVERSION=14.18.1-1nodesource1 \
|
||||
YARNVERSION=1.22.15-1
|
||||
|
||||
# Use ARG so as not to persist environment variable in image
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
_version="1.4.3"
|
||||
_version="1.4.5"
|
||||
_tag="grafana/build-container:${_version}"
|
||||
|
||||
_dpath=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
@ -1,7 +1,7 @@
|
||||
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token')
|
||||
|
||||
grabpl_version = '2.5.5'
|
||||
build_image = 'grafana/build-container:1.4.3'
|
||||
build_image = 'grafana/build-container:1.4.4'
|
||||
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
|
||||
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
|
||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||
|
Loading…
Reference in New Issue
Block a user