|
|
|
|
@ -18,7 +18,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd |
|
|
|
|
@ -69,7 +69,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- go install github.com/bazelbuild/buildtools/buildifier@latest |
|
|
|
|
@ -112,7 +112,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -170,7 +170,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -307,7 +307,7 @@ steps: |
|
|
|
|
path: /github-app |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -414,7 +414,7 @@ steps: |
|
|
|
|
path: /github-app |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -503,7 +503,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd |
|
|
|
|
@ -625,7 +625,7 @@ steps: |
|
|
|
|
path: /github-app |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
@ -694,7 +694,7 @@ steps: |
|
|
|
|
-a targz:grafana:linux/arm/v7 -a docker:grafana:linux/amd64 -a docker:grafana:linux/amd64:ubuntu |
|
|
|
|
-a docker:grafana:linux/arm64 -a docker:grafana:linux/arm64:ubuntu -a docker:grafana:linux/arm/v7 |
|
|
|
|
-a docker:grafana:linux/arm/v7:ubuntu --go-version=1.23.5 --yarn-cache=$$YARN_CACHE_FOLDER |
|
|
|
|
--build-id=$$DRONE_BUILD_NUMBER --ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.20.3 |
|
|
|
|
--build-id=$$DRONE_BUILD_NUMBER --ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.20.5 |
|
|
|
|
--tag-format='{{ .version_base }}-{{ .buildID }}-{{ .arch }}' --ubuntu-tag-format='{{ |
|
|
|
|
.version_base }}-{{ .buildID }}-ubuntu-{{ .arch }}' --verify='false' --grafana-dir=$$PWD |
|
|
|
|
> packages.txt |
|
|
|
|
@ -751,7 +751,7 @@ steps: |
|
|
|
|
GF_APP_MODE: development |
|
|
|
|
GF_SERVER_HTTP_PORT: "3001" |
|
|
|
|
GF_SERVER_ROUTER_LOGGING: "1" |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: grafana-server |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/build e2e-tests --port 3001 --suite dashboards-suite |
|
|
|
|
@ -1105,7 +1105,7 @@ steps: |
|
|
|
|
name: compile-build-cmd |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -1296,7 +1296,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -1676,7 +1676,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -1747,7 +1747,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -1805,7 +1805,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -1871,7 +1871,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -1951,7 +1951,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd |
|
|
|
|
@ -2017,7 +2017,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -2091,7 +2091,7 @@ steps: |
|
|
|
|
path: /github-app |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
@ -2159,7 +2159,7 @@ steps: |
|
|
|
|
-a targz:grafana:linux/arm/v7 -a docker:grafana:linux/amd64 -a docker:grafana:linux/amd64:ubuntu |
|
|
|
|
-a docker:grafana:linux/arm64 -a docker:grafana:linux/arm64:ubuntu -a docker:grafana:linux/arm/v7 |
|
|
|
|
-a docker:grafana:linux/arm/v7:ubuntu --go-version=1.23.5 --yarn-cache=$$YARN_CACHE_FOLDER |
|
|
|
|
--build-id=$$DRONE_BUILD_NUMBER --ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.20.3 |
|
|
|
|
--build-id=$$DRONE_BUILD_NUMBER --ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.20.5 |
|
|
|
|
--tag-format='{{ .version_base }}-{{ .buildID }}-{{ .arch }}' --ubuntu-tag-format='{{ |
|
|
|
|
.version_base }}-{{ .buildID }}-ubuntu-{{ .arch }}' --verify='false' --grafana-dir=$$PWD |
|
|
|
|
> packages.txt |
|
|
|
|
@ -2220,7 +2220,7 @@ steps: |
|
|
|
|
GF_APP_MODE: development |
|
|
|
|
GF_SERVER_HTTP_PORT: "3001" |
|
|
|
|
GF_SERVER_ROUTER_LOGGING: "1" |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: grafana-server |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/build e2e-tests --port 3001 --suite dashboards-suite |
|
|
|
|
@ -2648,7 +2648,7 @@ steps: |
|
|
|
|
name: compile-build-cmd |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -2918,7 +2918,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -2974,7 +2974,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -3038,7 +3038,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -3116,7 +3116,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd |
|
|
|
|
@ -3232,7 +3232,7 @@ steps: |
|
|
|
|
name: compile-build-cmd |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -3460,7 +3460,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
@ -3592,7 +3592,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
@ -4081,7 +4081,7 @@ steps: |
|
|
|
|
environment: |
|
|
|
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN: |
|
|
|
|
from_secret: dagger_token |
|
|
|
|
ALPINE_BASE: alpine:3.20.3 |
|
|
|
|
ALPINE_BASE: alpine:3.20.5 |
|
|
|
|
CDN_DESTINATION: |
|
|
|
|
from_secret: rgm_cdn_destination |
|
|
|
|
DESTINATION: |
|
|
|
|
@ -4156,7 +4156,7 @@ steps: |
|
|
|
|
environment: |
|
|
|
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN: |
|
|
|
|
from_secret: dagger_token |
|
|
|
|
ALPINE_BASE: alpine:3.20.3 |
|
|
|
|
ALPINE_BASE: alpine:3.20.5 |
|
|
|
|
CDN_DESTINATION: |
|
|
|
|
from_secret: rgm_cdn_destination |
|
|
|
|
DESTINATION: |
|
|
|
|
@ -4318,7 +4318,7 @@ steps: |
|
|
|
|
environment: |
|
|
|
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN: |
|
|
|
|
from_secret: dagger_token |
|
|
|
|
ALPINE_BASE: alpine:3.20.3 |
|
|
|
|
ALPINE_BASE: alpine:3.20.5 |
|
|
|
|
CDN_DESTINATION: |
|
|
|
|
from_secret: rgm_cdn_destination |
|
|
|
|
DESTINATION: |
|
|
|
|
@ -4420,7 +4420,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- yarn install --immutable || yarn install --immutable |
|
|
|
|
@ -4474,7 +4474,7 @@ services: [] |
|
|
|
|
steps: |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -4555,7 +4555,7 @@ steps: |
|
|
|
|
environment: |
|
|
|
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN: |
|
|
|
|
from_secret: dagger_token |
|
|
|
|
ALPINE_BASE: alpine:3.20.3 |
|
|
|
|
ALPINE_BASE: alpine:3.20.5 |
|
|
|
|
CDN_DESTINATION: |
|
|
|
|
from_secret: rgm_cdn_destination |
|
|
|
|
DESTINATION: |
|
|
|
|
@ -4699,7 +4699,7 @@ steps: |
|
|
|
|
environment: |
|
|
|
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN: |
|
|
|
|
from_secret: dagger_token |
|
|
|
|
ALPINE_BASE: alpine:3.20.3 |
|
|
|
|
ALPINE_BASE: alpine:3.20.5 |
|
|
|
|
CDN_DESTINATION: |
|
|
|
|
from_secret: rgm_cdn_destination |
|
|
|
|
DESTINATION: |
|
|
|
|
@ -4826,7 +4826,7 @@ steps: |
|
|
|
|
environment: |
|
|
|
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN: |
|
|
|
|
from_secret: dagger_token |
|
|
|
|
ALPINE_BASE: alpine:3.20.3 |
|
|
|
|
ALPINE_BASE: alpine:3.20.5 |
|
|
|
|
CDN_DESTINATION: |
|
|
|
|
from_secret: rgm_cdn_destination |
|
|
|
|
DESTINATION: |
|
|
|
|
@ -4976,7 +4976,7 @@ steps: |
|
|
|
|
name: grabpl |
|
|
|
|
- commands: |
|
|
|
|
- echo $DRONE_RUNNER_NAME |
|
|
|
|
image: alpine:3.20.3 |
|
|
|
|
image: alpine:3.20.5 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- '# It is required that code generated from Thema/CUE be committed and in sync |
|
|
|
|
@ -5425,7 +5425,7 @@ steps: |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:20-bookworm |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM google/cloud-sdk:431.0.0 |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine:3.20.3 |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine:3.20.5 |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM ubuntu:22.04 |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM byrnedo/alpine-curl:0.1.8 |
|
|
|
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM plugins/slack |
|
|
|
|
@ -5464,7 +5464,7 @@ steps: |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL node:20-bookworm |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL google/cloud-sdk:431.0.0 |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine:3.20.3 |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine:3.20.5 |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL ubuntu:22.04 |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL byrnedo/alpine-curl:0.1.8 |
|
|
|
|
- trivy --exit-code 1 --severity HIGH,CRITICAL plugins/slack |
|
|
|
|
@ -5729,6 +5729,6 @@ kind: secret |
|
|
|
|
name: gcr_credentials |
|
|
|
|
--- |
|
|
|
|
kind: signature |
|
|
|
|
hmac: 0e1d79751c8853ce588b471b8d82d62f2a1ca1cd2cd049353a6bc8c7a3d21ff4 |
|
|
|
|
hmac: 16489caa870a3645e21569481281c5d114af0c5ff48b519e86da36189bd57606 |
|
|
|
|
|
|
|
|
|
... |
|
|
|
|
|