Skip to content

Commit abe70cb

Browse files
author
MySQL Build Team
committed
Release version 1.1.15
* Bump shell and image version * Bump image version * Added support for WSL to the build and test scripts * Bump server versions * Revert "Updated image base to OL8". * Updated image base to OL8
1 parent be02a07 commit abe70cb

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

5.6/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1616
set -e
1717

18-
echo "[Entrypoint] MySQL Docker Image 5.6.47-1.1.13"
18+
echo "[Entrypoint] MySQL Docker Image 5.6.47-1.1.15"
1919
# Fetch value from server config
2020
# We use mysqld --verbose --help instead of my_print_defaults because the
2121
# latter only show values present in config files, and not server defaults
@@ -201,7 +201,7 @@ password=healthcheckpass
201201
EOF
202202
touch /mysql-init-complete
203203
chown -R mysql:mysql "$DATADIR"
204-
echo "[Entrypoint] Starting MySQL 5.6.47-1.1.13"
204+
echo "[Entrypoint] Starting MySQL 5.6.47-1.1.15"
205205
fi
206206

207207
exec "$@"

5.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM oraclelinux:7-slim
1616

1717
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-5.7.29
18-
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.18
18+
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.19
1919

2020
# Install server
2121
RUN yum install -y https://repo.mysql.com/mysql-community-minimal-release-el7.rpm \

5.7/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1616
set -e
1717

18-
echo "[Entrypoint] MySQL Docker Image 5.7.29-1.1.13"
18+
echo "[Entrypoint] MySQL Docker Image 5.7.29-1.1.15"
1919
# Fetch value from server config
2020
# We use mysqld --verbose --help instead of my_print_defaults because the
2121
# latter only show values present in config files, and not server defaults
@@ -201,7 +201,7 @@ password=healthcheckpass
201201
EOF
202202
touch /mysql-init-complete
203203
chown -R mysql:mysql "$DATADIR"
204-
echo "[Entrypoint] Starting MySQL 5.7.29-1.1.13"
204+
echo "[Entrypoint] Starting MySQL 5.7.29-1.1.15"
205205
fi
206206

207207
exec "$@"

5.7/inspec/control.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
impact 0.5
2020
describe package('mysql-shell') do
2121
it { should be_installed }
22-
its ('version') { should match '8.0.18.*' }
22+
its ('version') { should match '8.0.19.*' }
2323
end
2424
end

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM oraclelinux:7-slim
1616

1717
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-8.0.19
18-
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.18
18+
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.19
1919

2020
# Install server
2121
RUN yum install -y https://repo.mysql.com/mysql-community-minimal-release-el7.rpm \

8.0/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1616
set -e
1717

18-
echo "[Entrypoint] MySQL Docker Image 8.0.19-1.1.13"
18+
echo "[Entrypoint] MySQL Docker Image 8.0.19-1.1.15"
1919
# Fetch value from server config
2020
# We use mysqld --verbose --help instead of my_print_defaults because the
2121
# latter only show values present in config files, and not server defaults
@@ -201,7 +201,7 @@ password=healthcheckpass
201201
EOF
202202
touch /mysql-init-complete
203203
chown -R mysql:mysql "$DATADIR"
204-
echo "[Entrypoint] Starting MySQL 8.0.19-1.1.13"
204+
echo "[Entrypoint] Starting MySQL 8.0.19-1.1.15"
205205
fi
206206

207207
exec "$@"

8.0/inspec/control.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
impact 0.5
2020
describe package('mysql-shell') do
2121
it { should be_installed }
22-
its ('version') { should match '8.0.18.*' }
22+
its ('version') { should match '8.0.19.*' }
2323
end
2424
end

0 commit comments

Comments
 (0)