mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Using different MySQL image to provide support ARM arch
This commit is contained in:
parent
6b13b3a897
commit
b3daf4585c
@ -414,7 +414,7 @@ services:
|
|||||||
com.zabbix.os: "alpine"
|
com.zabbix.os: "alpine"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -510,7 +510,7 @@ services:
|
|||||||
com.zabbix.os: "alpine"
|
com.zabbix.os: "alpine"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -409,7 +409,7 @@ services:
|
|||||||
com.zabbix.os: "alpine"
|
com.zabbix.os: "alpine"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -516,7 +516,7 @@ services:
|
|||||||
com.zabbix.os: "alpine"
|
com.zabbix.os: "alpine"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -414,7 +414,7 @@ services:
|
|||||||
com.zabbix.os: "centos"
|
com.zabbix.os: "centos"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -508,7 +508,7 @@ services:
|
|||||||
com.zabbix.os: "centos"
|
com.zabbix.os: "centos"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -409,7 +409,7 @@ services:
|
|||||||
com.zabbix.os: "centos"
|
com.zabbix.os: "centos"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -516,7 +516,7 @@ services:
|
|||||||
com.zabbix.os: "centos"
|
com.zabbix.os: "centos"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -414,7 +414,7 @@ services:
|
|||||||
com.zabbix.os: "oracle linux"
|
com.zabbix.os: "oracle linux"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -508,7 +508,7 @@ services:
|
|||||||
com.zabbix.os: "oracle linux"
|
com.zabbix.os: "oracle linux"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -409,7 +409,7 @@ services:
|
|||||||
com.zabbix.os: "oracle linux"
|
com.zabbix.os: "oracle linux"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -516,7 +516,7 @@ services:
|
|||||||
com.zabbix.os: "oracle linux"
|
com.zabbix.os: "oracle linux"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -406,7 +406,7 @@ services:
|
|||||||
com.zabbix.os: "ubuntu"
|
com.zabbix.os: "ubuntu"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -502,7 +502,7 @@ services:
|
|||||||
com.zabbix.os: "ubuntu"
|
com.zabbix.os: "ubuntu"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
command:
|
command:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
@ -403,7 +403,7 @@ services:
|
|||||||
com.zabbix.os: "ubuntu"
|
com.zabbix.os: "ubuntu"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -510,7 +510,7 @@ services:
|
|||||||
com.zabbix.os: "ubuntu"
|
com.zabbix.os: "ubuntu"
|
||||||
|
|
||||||
mysql-server:
|
mysql-server:
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
command:
|
command:
|
||||||
|
@ -336,7 +336,7 @@ spec:
|
|||||||
secretName: zabbix-mysql-server-tls-certs
|
secretName: zabbix-mysql-server-tls-certs
|
||||||
containers:
|
containers:
|
||||||
- name: zabbix-db
|
- name: zabbix-db
|
||||||
image: mysql:8.0
|
image: mysql:8.0-oracle
|
||||||
args:
|
args:
|
||||||
- mysqld
|
- mysqld
|
||||||
- --character-set-server=utf8
|
- --character-set-server=utf8
|
||||||
|
Loading…
Reference in New Issue
Block a user