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 6b13b3a897
commit b3daf4585c
17 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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