mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Using different MySQL image to provide support ARM arch
This commit is contained in:
parent
1d6c9d73f5
commit
8bb706d55c
@ -414,7 +414,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -510,7 +510,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -409,7 +409,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -516,7 +516,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -414,7 +414,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -508,7 +508,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -409,7 +409,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -516,7 +516,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -414,7 +414,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -508,7 +508,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -409,7 +409,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -516,7 +516,7 @@ services:
|
||||
com.zabbix.os: "oracle linux"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -406,7 +406,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -502,7 +502,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
|
@ -403,7 +403,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -510,7 +510,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0-oracle
|
||||
profiles:
|
||||
- all
|
||||
command:
|
||||
|
@ -336,7 +336,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