1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-04-24 19:29:27 +02:00

Using different MySQL image to provide support ARM arch

This commit is contained in:
Alexey Pustovalov 2022-05-29 02:35:23 +03:00
parent ba129fd1fe
commit 3dcd53cad9
17 changed files with 17 additions and 17 deletions

View File

@ -381,7 +381,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=utf8 - --character-set-server=utf8

View File

@ -469,7 +469,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=utf8 - --character-set-server=utf8

View File

@ -376,7 +376,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:

View File

@ -475,7 +475,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:

View File

@ -381,7 +381,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=utf8 - --character-set-server=utf8

View File

@ -467,7 +467,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=utf8 - --character-set-server=utf8

View File

@ -376,7 +376,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:

View File

@ -475,7 +475,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:

View File

@ -381,7 +381,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=utf8 - --character-set-server=utf8

View File

@ -467,7 +467,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=utf8 - --character-set-server=utf8

View File

@ -376,7 +376,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:

View File

@ -475,7 +475,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:

View File

@ -373,7 +373,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=utf8 - --character-set-server=utf8

View File

@ -461,7 +461,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=utf8 - --character-set-server=utf8

View File

@ -370,7 +370,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:

View File

@ -469,7 +469,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:

View File

@ -321,7 +321,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