mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
CI: Update Drone MySQL version to 5.7.39 to match database policy. (#54612)
The supported database policy is listed at: https://grafana.com/docs/grafana/latest/setup-grafana/installation/#supported-databases
This commit is contained in:
@@ -1 +1 @@
|
||||
mysql_version=5.7
|
||||
mysql_version=5.7.39
|
||||
|
||||
@@ -1 +1 @@
|
||||
mysql_version=5.7
|
||||
mysql_version=5.7.39
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG mysql_version=5.7
|
||||
ARG mysql_version=5.7.39
|
||||
FROM mysql:${mysql_version}
|
||||
ADD setup.sql /docker-entrypoint-initdb.d
|
||||
RUN chown -R mysql:mysql /docker-entrypoint-initdb.d/
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "2.1"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: mysql:5.6
|
||||
image: mysql:5.7.39
|
||||
platform: linux/x86_64
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: rootpass
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
tag: nginx
|
||||
|
||||
db:
|
||||
image: mysql:5.7
|
||||
image: mysql:5.7.39
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: rootpass
|
||||
MYSQL_DATABASE: grafana
|
||||
|
||||
Reference in New Issue
Block a user