mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-13 05:49:13 +02:00
Using different MySQL image to provide support ARM arch
This commit is contained in:
parent
ba129fd1fe
commit
3dcd53cad9
@ -381,7 +381,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -469,7 +469,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -376,7 +376,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -475,7 +475,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -381,7 +381,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -467,7 +467,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -376,7 +376,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -475,7 +475,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -381,7 +381,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -467,7 +467,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -376,7 +376,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -475,7 +475,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -373,7 +373,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -461,7 +461,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
@ -370,7 +370,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -469,7 +469,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -321,7 +321,7 @@ spec:
|
||||
secretName: zabbix-mysql-server-tls-certs
|
||||
containers:
|
||||
- name: zabbix-db
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
args:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
|
Loading…
Reference in New Issue
Block a user