CI: Update grafana/build-container version (#41191)

* Update node and yarn versions

* Update drone yaml
This commit is contained in:
Dimitris Sotirakis 2021-11-02 15:52:16 +02:00 committed by GitHub
parent cb948d10e0
commit d85b4dc7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 191 additions and 191 deletions

File diff suppressed because it is too large Load Diff

View File

@ -113,8 +113,8 @@ FROM debian:stretch-20210208
ENV GOVERSION=1.17 \ ENV GOVERSION=1.17 \
PATH=/usr/local/go/bin:$PATH \ PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \ GOPATH=/go \
NODEVERSION=14.17.6-1nodesource1 \ NODEVERSION=14.18.1-1nodesource1 \
YARNVERSION=3.1.0-rc.5 YARNVERSION=1.22.15-1
# Use ARG so as not to persist environment variable in image # Use ARG so as not to persist environment variable in image
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -eo pipefail set -eo pipefail
_version="1.4.3" _version="1.4.5"
_tag="grafana/build-container:${_version}" _tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}") _dpath=$(dirname "${BASH_SOURCE[0]}")

View File

@ -1,7 +1,7 @@
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token') load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token')
grabpl_version = '2.5.5' 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' publish_image = 'grafana/grafana-ci-deploy:1.3.1'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2' grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image' deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'