mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: Bump Alpine base image to 3.18.5 (#80540)
This commit is contained in:
parent
bdbc3f351c
commit
01e430e821
70
.drone.yml
70
.drone.yml
@ -17,7 +17,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
||||||
@ -67,7 +67,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
||||||
@ -117,7 +117,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -217,7 +217,7 @@ steps:
|
|||||||
name: clone-enterprise
|
name: clone-enterprise
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -307,7 +307,7 @@ steps:
|
|||||||
name: clone-enterprise
|
name: clone-enterprise
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -392,7 +392,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
||||||
@ -487,7 +487,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- mkdir -p bin
|
- mkdir -p bin
|
||||||
@ -581,7 +581,7 @@ steps:
|
|||||||
GF_APP_MODE: development
|
GF_APP_MODE: development
|
||||||
GF_SERVER_HTTP_PORT: "3001"
|
GF_SERVER_HTTP_PORT: "3001"
|
||||||
GF_SERVER_ROUTER_LOGGING: "1"
|
GF_SERVER_ROUTER_LOGGING: "1"
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: grafana-server
|
name: grafana-server
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/build e2e-tests --port 3001 --suite dashboards-suite
|
- ./bin/build e2e-tests --port 3001 --suite dashboards-suite
|
||||||
@ -704,7 +704,7 @@ steps:
|
|||||||
- /src/grafana-build artifacts -a docker:grafana:linux/amd64 -a docker:grafana:linux/amd64:ubuntu
|
- /src/grafana-build artifacts -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/arm64 -a docker:grafana:linux/arm64:ubuntu -a docker:grafana:linux/arm/v7
|
||||||
-a docker:grafana:linux/arm/v7:ubuntu --yarn-cache=$$YARN_CACHE_FOLDER --build-id=$$DRONE_BUILD_NUMBER
|
-a docker:grafana:linux/arm/v7:ubuntu --yarn-cache=$$YARN_CACHE_FOLDER --build-id=$$DRONE_BUILD_NUMBER
|
||||||
--ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.18.4 --tag-format='{{ .version_base
|
--ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.18.5 --tag-format='{{ .version_base
|
||||||
}}-{{ .buildID }}-{{ .arch }}' --grafana-dir=$$PWD --ubuntu-tag-format='{{ .version_base
|
}}-{{ .buildID }}-{{ .arch }}' --grafana-dir=$$PWD --ubuntu-tag-format='{{ .version_base
|
||||||
}}-{{ .buildID }}-ubuntu-{{ .arch }}' > docker.txt
|
}}-{{ .buildID }}-ubuntu-{{ .arch }}' > docker.txt
|
||||||
- find ./dist -name '*docker*.tar.gz' -type f | xargs -n1 docker load -i
|
- find ./dist -name '*docker*.tar.gz' -type f | xargs -n1 docker load -i
|
||||||
@ -848,7 +848,7 @@ steps:
|
|||||||
name: compile-build-cmd
|
name: compile-build-cmd
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -1033,7 +1033,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -1388,7 +1388,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -1463,7 +1463,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -1520,7 +1520,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -1588,7 +1588,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -1667,7 +1667,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
- go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
|
||||||
@ -1741,7 +1741,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- mkdir -p bin
|
- mkdir -p bin
|
||||||
@ -1834,7 +1834,7 @@ steps:
|
|||||||
GF_APP_MODE: development
|
GF_APP_MODE: development
|
||||||
GF_SERVER_HTTP_PORT: "3001"
|
GF_SERVER_HTTP_PORT: "3001"
|
||||||
GF_SERVER_ROUTER_LOGGING: "1"
|
GF_SERVER_ROUTER_LOGGING: "1"
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: grafana-server
|
name: grafana-server
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/build e2e-tests --port 3001 --suite dashboards-suite
|
- ./bin/build e2e-tests --port 3001 --suite dashboards-suite
|
||||||
@ -1993,7 +1993,7 @@ steps:
|
|||||||
- /src/grafana-build artifacts -a docker:grafana:linux/amd64 -a docker:grafana:linux/amd64:ubuntu
|
- /src/grafana-build artifacts -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/arm64 -a docker:grafana:linux/arm64:ubuntu -a docker:grafana:linux/arm/v7
|
||||||
-a docker:grafana:linux/arm/v7:ubuntu --yarn-cache=$$YARN_CACHE_FOLDER --build-id=$$DRONE_BUILD_NUMBER
|
-a docker:grafana:linux/arm/v7:ubuntu --yarn-cache=$$YARN_CACHE_FOLDER --build-id=$$DRONE_BUILD_NUMBER
|
||||||
--ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.18.4 --tag-format='{{ .version_base
|
--ubuntu-base=ubuntu:22.04 --alpine-base=alpine:3.18.5 --tag-format='{{ .version_base
|
||||||
}}-{{ .buildID }}-{{ .arch }}' --grafana-dir=$$PWD --ubuntu-tag-format='{{ .version_base
|
}}-{{ .buildID }}-{{ .arch }}' --grafana-dir=$$PWD --ubuntu-tag-format='{{ .version_base
|
||||||
}}-{{ .buildID }}-ubuntu-{{ .arch }}' > docker.txt
|
}}-{{ .buildID }}-ubuntu-{{ .arch }}' > docker.txt
|
||||||
- find ./dist -name '*docker*.tar.gz' -type f | xargs -n1 docker load -i
|
- find ./dist -name '*docker*.tar.gz' -type f | xargs -n1 docker load -i
|
||||||
@ -2199,7 +2199,7 @@ steps:
|
|||||||
name: compile-build-cmd
|
name: compile-build-cmd
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -2511,7 +2511,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- mkdir -p bin
|
- mkdir -p bin
|
||||||
@ -2843,7 +2843,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
||||||
from_secret: dagger_token
|
from_secret: dagger_token
|
||||||
ALPINE_BASE: alpine:3.18.4
|
ALPINE_BASE: alpine:3.18.5
|
||||||
CDN_DESTINATION:
|
CDN_DESTINATION:
|
||||||
from_secret: rgm_cdn_destination
|
from_secret: rgm_cdn_destination
|
||||||
DESTINATION:
|
DESTINATION:
|
||||||
@ -2958,7 +2958,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -3013,7 +3013,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -3094,7 +3094,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
||||||
from_secret: dagger_token
|
from_secret: dagger_token
|
||||||
ALPINE_BASE: alpine:3.18.4
|
ALPINE_BASE: alpine:3.18.5
|
||||||
CDN_DESTINATION:
|
CDN_DESTINATION:
|
||||||
from_secret: rgm_cdn_destination
|
from_secret: rgm_cdn_destination
|
||||||
DESTINATION:
|
DESTINATION:
|
||||||
@ -3274,7 +3274,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
||||||
from_secret: dagger_token
|
from_secret: dagger_token
|
||||||
ALPINE_BASE: alpine:3.18.4
|
ALPINE_BASE: alpine:3.18.5
|
||||||
CDN_DESTINATION:
|
CDN_DESTINATION:
|
||||||
from_secret: rgm_cdn_destination
|
from_secret: rgm_cdn_destination
|
||||||
DESTINATION:
|
DESTINATION:
|
||||||
@ -3374,7 +3374,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable
|
- yarn install --immutable
|
||||||
@ -3427,7 +3427,7 @@ services: []
|
|||||||
steps:
|
steps:
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -3506,7 +3506,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
||||||
from_secret: dagger_token
|
from_secret: dagger_token
|
||||||
ALPINE_BASE: alpine:3.18.4
|
ALPINE_BASE: alpine:3.18.5
|
||||||
CDN_DESTINATION:
|
CDN_DESTINATION:
|
||||||
from_secret: rgm_cdn_destination
|
from_secret: rgm_cdn_destination
|
||||||
DESTINATION:
|
DESTINATION:
|
||||||
@ -3652,7 +3652,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
||||||
from_secret: dagger_token
|
from_secret: dagger_token
|
||||||
ALPINE_BASE: alpine:3.18.4
|
ALPINE_BASE: alpine:3.18.5
|
||||||
CDN_DESTINATION:
|
CDN_DESTINATION:
|
||||||
from_secret: rgm_cdn_destination
|
from_secret: rgm_cdn_destination
|
||||||
DESTINATION:
|
DESTINATION:
|
||||||
@ -3760,7 +3760,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
|
||||||
from_secret: dagger_token
|
from_secret: dagger_token
|
||||||
ALPINE_BASE: alpine:3.18.4
|
ALPINE_BASE: alpine:3.18.5
|
||||||
CDN_DESTINATION:
|
CDN_DESTINATION:
|
||||||
from_secret: rgm_cdn_destination
|
from_secret: rgm_cdn_destination
|
||||||
DESTINATION:
|
DESTINATION:
|
||||||
@ -3961,7 +3961,7 @@ steps:
|
|||||||
name: grabpl
|
name: grabpl
|
||||||
- commands:
|
- commands:
|
||||||
- echo $DRONE_RUNNER_NAME
|
- echo $DRONE_RUNNER_NAME
|
||||||
image: alpine:3.18.4
|
image: alpine:3.18.5
|
||||||
name: identify-runner
|
name: identify-runner
|
||||||
- commands:
|
- commands:
|
||||||
- '# It is required that code generated from Thema/CUE be committed and in sync
|
- '# It is required that code generated from Thema/CUE be committed and in sync
|
||||||
@ -4453,7 +4453,7 @@ steps:
|
|||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:20.9.0-alpine
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:20.9.0-alpine
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM google/cloud-sdk:431.0.0
|
- 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 grafana/grafana-ci-deploy:1.3.3
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine:3.18.4
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine:3.18.5
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM ubuntu:22.04
|
- 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 byrnedo/alpine-curl:0.1.8
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM plugins/slack
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM plugins/slack
|
||||||
@ -4487,7 +4487,7 @@ steps:
|
|||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL node:20.9.0-alpine
|
- trivy --exit-code 1 --severity HIGH,CRITICAL node:20.9.0-alpine
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL google/cloud-sdk:431.0.0
|
- 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 grafana/grafana-ci-deploy:1.3.3
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine:3.18.4
|
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine:3.18.5
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL ubuntu:22.04
|
- 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 byrnedo/alpine-curl:0.1.8
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL plugins/slack
|
- trivy --exit-code 1 --severity HIGH,CRITICAL plugins/slack
|
||||||
@ -4731,6 +4731,6 @@ kind: secret
|
|||||||
name: gcr_credentials
|
name: gcr_credentials
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0fb0bf8e3d7ea206f4e58a70ae01017d1e113a1241e78da7dd38d25f894ec04d
|
hmac: f5bca13f4f753f2c911b11b8a2102a51243ce8a215126d2075dc73f8b7628a4d
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
ARG BASE_IMAGE=alpine:3.18.3
|
ARG BASE_IMAGE=alpine:3.18.5
|
||||||
ARG JS_IMAGE=node:20-alpine3.18
|
ARG JS_IMAGE=node:20-alpine3.18
|
||||||
ARG JS_PLATFORM=linux/amd64
|
ARG JS_PLATFORM=linux/amd64
|
||||||
ARG GO_IMAGE=golang:1.21.5-alpine3.18
|
ARG GO_IMAGE=golang:1.21.5-alpine3.18
|
||||||
|
@ -59,7 +59,7 @@ docker_build () {
|
|||||||
esac
|
esac
|
||||||
if [ $UBUNTU_BASE = "0" ]; then
|
if [ $UBUNTU_BASE = "0" ]; then
|
||||||
libc="-musl"
|
libc="-musl"
|
||||||
base_image="${base_arch}alpine:3.18.3"
|
base_image="${base_arch}alpine:3.18.5"
|
||||||
else
|
else
|
||||||
libc=""
|
libc=""
|
||||||
base_image="${base_arch}ubuntu:22.04"
|
base_image="${base_arch}ubuntu:22.04"
|
||||||
|
@ -70,7 +70,7 @@ func BuildImage(version string, arch config.Architecture, grafanaDir string, use
|
|||||||
}
|
}
|
||||||
|
|
||||||
libc := "-musl"
|
libc := "-musl"
|
||||||
baseImage := fmt.Sprintf("%salpine:3.18.3", baseArch)
|
baseImage := fmt.Sprintf("%salpine:3.18.5", baseArch)
|
||||||
tagSuffix := ""
|
tagSuffix := ""
|
||||||
if useUbuntu {
|
if useUbuntu {
|
||||||
libc = ""
|
libc = ""
|
||||||
|
@ -15,7 +15,7 @@ images = {
|
|||||||
"node": "node:{}-alpine".format(nodejs_version),
|
"node": "node:{}-alpine".format(nodejs_version),
|
||||||
"cloudsdk": "google/cloud-sdk:431.0.0",
|
"cloudsdk": "google/cloud-sdk:431.0.0",
|
||||||
"publish": "grafana/grafana-ci-deploy:1.3.3",
|
"publish": "grafana/grafana-ci-deploy:1.3.3",
|
||||||
"alpine": "alpine:3.18.4",
|
"alpine": "alpine:3.18.5",
|
||||||
"ubuntu": "ubuntu:22.04",
|
"ubuntu": "ubuntu:22.04",
|
||||||
"curl": "byrnedo/alpine-curl:0.1.8",
|
"curl": "byrnedo/alpine-curl:0.1.8",
|
||||||
"plugins_slack": "plugins/slack",
|
"plugins_slack": "plugins/slack",
|
||||||
|
Loading…
Reference in New Issue
Block a user