This moves the ubuntu:22.10 image to 22.04 (which is available until… (#74757)

This moves the ubuntu:22.10 image to 22.04 (which is avaailable until april 2027)
This commit is contained in:
Kevin Minehart
2023-09-12 20:59:02 +03:00
committed by GitHub
parent 9ecbe8dd64
commit d2154387d8
4 changed files with 20 additions and 6 deletions
+1
View File
@@ -101,6 +101,7 @@ def rgm_build(script = "drone_publish_main.sh", canFail = True):
rgm_build_step = {
"name": "rgm-build",
"image": "grafana/grafana-build:main",
"pull": "always",
"commands": [
"export GRAFANA_DIR=$$(pwd)",
"cd /src && ./scripts/{}".format(script),