mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 11:12:50 -06:00
Docker: Install jq on build-container
image (#52928)
* Install jq on build-container image * Bump build-container version
This commit is contained in:
parent
6395d6d6f3
commit
f215a35caf
416
.drone.yml
416
.drone.yml
File diff suppressed because it is too large
Load Diff
@ -126,6 +126,7 @@ RUN apt-get update && \
|
||||
gcc \
|
||||
g++ \
|
||||
git \
|
||||
jq \
|
||||
make \
|
||||
rpm \
|
||||
xz-utils \
|
||||
|
@ -1,7 +1,7 @@
|
||||
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
|
||||
|
||||
grabpl_version = 'v2.9.54'
|
||||
build_image = 'grafana/build-container:1.5.8'
|
||||
build_image = 'grafana/build-container:1.5.9'
|
||||
publish_image = 'grafana/grafana-ci-deploy:1.3.3'
|
||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||
alpine_image = 'alpine:3.15'
|
||||
|
Loading…
Reference in New Issue
Block a user