File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616FROM oraclelinux:7-slim
1717
18- ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.5.19
19- ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.21
18+ ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.5.20
19+ ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.22
2020
2121# Install server
2222RUN yum install -y \
Original file line number Diff line number Diff line change 1616
1717set -e
1818
19- echo " [Entrypoint] MySQL Docker Image 7.5.19 -1.1.17 -cluster"
19+ echo " [Entrypoint] MySQL Docker Image 7.5.20 -1.1.18 -cluster"
2020# Fetch value from server config
2121# We use mysqld --verbose --help instead of my_print_defaults because the
2222# latter only show values present in config files, and not server defaults
@@ -190,7 +190,7 @@ password=healthcheckpass
190190EOF
191191 touch /mysql-init-complete
192192 chown -R mysql:mysql " $DATADIR "
193- echo " [Entrypoint] Starting MySQL 7.5.19 -1.1.17 -cluster"
193+ echo " [Entrypoint] Starting MySQL 7.5.20 -1.1.18 -cluster"
194194
195195elif [ " $1 " == " ndb_mgmd" ]; then
196196 echo " [Entrypoint] Starting ndb_mgmd"
Original file line number Diff line number Diff line change 1212 impact 0.5
1313 describe package ( 'mysql-cluster-community-server-minimal' ) do
1414 it { should be_installed }
15- its ( 'version' ) { should match '7.5.19 .*' }
15+ its ( 'version' ) { should match '7.5.20 .*' }
1616 end
1717 describe package ( 'mysql-shell' ) do
1818 it { should be_installed }
19- its ( 'version' ) { should match '8.0.21 .*' }
19+ its ( 'version' ) { should match '8.0.22 .*' }
2020 end
2121end
Original file line number Diff line number Diff line change 1515
1616FROM oraclelinux:7-slim
1717
18- ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.6.15
19- ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.21
18+ ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.6.16
19+ ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.22
2020
2121# Install server
2222RUN yum install -y \
Original file line number Diff line number Diff line change 1616
1717set -e
1818
19- echo " [Entrypoint] MySQL Docker Image 7.6.15 -1.1.17 -cluster"
19+ echo " [Entrypoint] MySQL Docker Image 7.6.16 -1.1.18 -cluster"
2020# Fetch value from server config
2121# We use mysqld --verbose --help instead of my_print_defaults because the
2222# latter only show values present in config files, and not server defaults
@@ -190,7 +190,7 @@ password=healthcheckpass
190190EOF
191191 touch /mysql-init-complete
192192 chown -R mysql:mysql " $DATADIR "
193- echo " [Entrypoint] Starting MySQL 7.6.15 -1.1.17 -cluster"
193+ echo " [Entrypoint] Starting MySQL 7.6.16 -1.1.18 -cluster"
194194
195195elif [ " $1 " == " ndb_mgmd" ]; then
196196 echo " [Entrypoint] Starting ndb_mgmd"
Original file line number Diff line number Diff line change 1212 impact 0.5
1313 describe package ( 'mysql-cluster-community-server-minimal' ) do
1414 it { should be_installed }
15- its ( 'version' ) { should match '7.6.15 .*' }
15+ its ( 'version' ) { should match '7.6.16 .*' }
1616 end
1717 describe package ( 'mysql-shell' ) do
1818 it { should be_installed }
19- its ( 'version' ) { should match '8.0.21 .*' }
19+ its ( 'version' ) { should match '8.0.22 .*' }
2020 end
2121end
Original file line number Diff line number Diff line change 1515
1616FROM oraclelinux:7-slim
1717
18- ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-8.0.21
19- ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.21
18+ ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-8.0.22
19+ ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.22
2020
2121# Install server
2222RUN yum install -y \
Original file line number Diff line number Diff line change 1616
1717set -e
1818
19- echo " [Entrypoint] MySQL Docker Image 8.0.21 -1.1.17 -cluster"
19+ echo " [Entrypoint] MySQL Docker Image 8.0.22 -1.1.18 -cluster"
2020# Fetch value from server config
2121# We use mysqld --verbose --help instead of my_print_defaults because the
2222# latter only show values present in config files, and not server defaults
@@ -190,7 +190,7 @@ password=healthcheckpass
190190EOF
191191 touch /mysql-init-complete
192192 chown -R mysql:mysql " $DATADIR "
193- echo " [Entrypoint] Starting MySQL 8.0.21 -1.1.17 -cluster"
193+ echo " [Entrypoint] Starting MySQL 8.0.22 -1.1.18 -cluster"
194194
195195elif [ " $1 " == " ndb_mgmd" ]; then
196196 echo " [Entrypoint] Starting ndb_mgmd"
Original file line number Diff line number Diff line change 1212 impact 0.5
1313 describe package ( 'mysql-cluster-community-server-minimal' ) do
1414 it { should be_installed }
15- its ( 'version' ) { should match '8.0.21 .*' }
15+ its ( 'version' ) { should match '8.0.22 .*' }
1616 end
1717 describe package ( 'mysql-shell' ) do
1818 it { should be_installed }
19- its ( 'version' ) { should match '8.0.21 .*' }
19+ its ( 'version' ) { should match '8.0.22 .*' }
2020 end
2121end
You can’t perform that action at this time.
0 commit comments