Skip to content

Commit 6398fa6

Browse files
author
MySQL Build Team
committed
1.1.4 release
1 parent a2c1c1b commit 6398fa6

File tree

8 files changed

+14
-11
lines changed

8 files changed

+14
-11
lines changed

5.5/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.5.59-1.1.3"
18+
echo "[Entrypoint] MySQL Docker Image 5.5.59-1.1.4"
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
@@ -202,7 +202,7 @@ password=healthcheckpass
202202
EOF
203203
touch /mysql-init-complete
204204
chown -R mysql:mysql "$DATADIR"
205-
echo "[Entrypoint] Starting MySQL 5.5.59-1.1.3"
205+
echo "[Entrypoint] Starting MySQL 5.5.59-1.1.4"
206206
fi
207207

208208
exec "$@"

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.39-1.1.3"
18+
echo "[Entrypoint] MySQL Docker Image 5.6.39-1.1.4"
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
@@ -202,7 +202,7 @@ password=healthcheckpass
202202
EOF
203203
touch /mysql-init-complete
204204
chown -R mysql:mysql "$DATADIR"
205-
echo "[Entrypoint] Starting MySQL 5.6.39-1.1.3"
205+
echo "[Entrypoint] Starting MySQL 5.6.39-1.1.4"
206206
fi
207207

208208
exec "$@"

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.21-1.1.3"
18+
echo "[Entrypoint] MySQL Docker Image 5.7.21-1.1.4"
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
@@ -202,7 +202,7 @@ password=healthcheckpass
202202
EOF
203203
touch /mysql-init-complete
204204
chown -R mysql:mysql "$DATADIR"
205-
echo "[Entrypoint] Starting MySQL 5.7.21-1.1.3"
205+
echo "[Entrypoint] Starting MySQL 5.7.21-1.1.4"
206206
fi
207207

208208
exec "$@"

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515
FROM oraclelinux:7-slim
1616

17-
ARG PACKAGE_URL=https://repo.mysql.com/yum/mysql-8.0-community/docker/x86_64/mysql-community-server-minimal-8.0.3-0.1.rc.el7.x86_64.rpm
17+
ARG PACKAGE_URL=https://repo.mysql.com/yum/mysql-8.0-community/docker/x86_64/mysql-community-server-minimal-8.0.4-0.1.rc.el7.x86_64.rpm
1818
ARG PACKAGE_URL_SHELL=https://repo.mysql.com/yum/mysql-tools-preview/el/7/x86_64/mysql-shell-8.0.3-0.1.dmr.el7.x86_64.rpm
1919

2020
# Install server

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.3-1.1.3"
18+
echo "[Entrypoint] MySQL Docker Image 8.0.4-1.1.4"
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
@@ -202,7 +202,7 @@ password=healthcheckpass
202202
EOF
203203
touch /mysql-init-complete
204204
chown -R mysql:mysql "$DATADIR"
205-
echo "[Entrypoint] Starting MySQL 8.0.3-1.1.3"
205+
echo "[Entrypoint] Starting MySQL 8.0.4-1.1.4"
206206
fi
207207

208208
exec "$@"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_DOCKER=1.1.3
1+
VERSION_DOCKER=1.1.4
22
VERSION_SERVER_55=5.5.59
33
VERSION_SERVER_56=5.6.39
44
VERSION_SERVER_57=5.7.21

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Changes in 1.1.4 (2018-01-24)
2+
* MySQL Server 8.0 updated to 8.0.4-rc
3+
14
Changes in 1.1.3 (2018-01-15)
25
* Bumped server versions to 5.5.59, 5.6.39, 5.7.21
36
* Bumped Shell 1.0 version to 1.0.11

genOracleLinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare -A PACKAGE_URL
3131
PACKAGE_URL["5.5"]="https://repo.mysql.com/yum/mysql-5.5-community/docker/x86_64/mysql-community-server-minimal-5.5.59-2.el7.x86_64.rpm"
3232
PACKAGE_URL["5.6"]="https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.39-2.el7.x86_64.rpm"
3333
PACKAGE_URL["5.7"]="https://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.21-1.el7.x86_64.rpm"
34-
PACKAGE_URL["8.0"]="https://repo.mysql.com/yum/mysql-8.0-community/docker/x86_64/mysql-community-server-minimal-8.0.3-0.1.rc.el7.x86_64.rpm"
34+
PACKAGE_URL["8.0"]="https://repo.mysql.com/yum/mysql-8.0-community/docker/x86_64/mysql-community-server-minimal-8.0.4-0.1.rc.el7.x86_64.rpm"
3535

3636
declare -A PACKAGE_URL_SHELL
3737
PACKAGE_URL_SHELL["5.5"]="\"\""

0 commit comments

Comments
 (0)