Skip to content

Commit 08d05e2

Browse files
author
Piotr Obrzut
committed
Bump server versions
Change-Id: I141ba11bbc00ffc33f4ac539816b50e66271ee37
1 parent 7a7d6a5 commit 08d05e2

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

5.6/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 MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-5.6.46
17+
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-5.6.47
1818
ARG MYSQL_SHELL_PACKAGE=
1919

2020
# Install server

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.46-1.1.13"
18+
echo "[Entrypoint] MySQL Docker Image 5.6.47-1.1.13"
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.46-1.1.13"
204+
echo "[Entrypoint] Starting MySQL 5.6.47-1.1.13"
205205
fi
206206

207207
exec "$@"

5.6/inspec/control.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
impact 0.5
1313
describe package('mysql-community-server-minimal') do
1414
it { should be_installed }
15-
its ('version') { should match '5.6.46.*' }
15+
its ('version') { should match '5.6.47.*' }
1616
end
1717
end

5.7/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 MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-5.7.28
17+
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-5.7.29
1818
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.18
1919

2020
# Install server

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.28-1.1.13"
18+
echo "[Entrypoint] MySQL Docker Image 5.7.29-1.1.13"
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.28-1.1.13"
204+
echo "[Entrypoint] Starting MySQL 5.7.29-1.1.13"
205205
fi
206206

207207
exec "$@"

5.7/inspec/control.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
impact 0.5
1313
describe package('mysql-community-server-minimal') do
1414
it { should be_installed }
15-
its ('version') { should match '5.7.28.*' }
15+
its ('version') { should match '5.7.29.*' }
1616
end
1717
end
1818
control 'shell-package' do

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 MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-8.0.18
17+
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-8.0.19
1818
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.18
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.18-1.1.13"
18+
echo "[Entrypoint] MySQL Docker Image 8.0.19-1.1.13"
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.18-1.1.13"
204+
echo "[Entrypoint] Starting MySQL 8.0.19-1.1.13"
205205
fi
206206

207207
exec "$@"

8.0/inspec/control.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
impact 0.5
1313
describe package('mysql-community-server-minimal') do
1414
it { should be_installed }
15-
its ('version') { should match '8.0.18.*' }
15+
its ('version') { should match '8.0.19.*' }
1616
end
1717
end
1818
control 'shell-package' do

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
IMAGE_VERSION=1.1.13
22

33
declare -A MYSQL_SERVER_VERSIONS
4-
MYSQL_SERVER_VERSIONS["5.6"]=5.6.46
5-
MYSQL_SERVER_VERSIONS["5.7"]=5.7.28
6-
MYSQL_SERVER_VERSIONS["8.0"]=8.0.18
4+
MYSQL_SERVER_VERSIONS["5.6"]=5.6.47
5+
MYSQL_SERVER_VERSIONS["5.7"]=5.7.29
6+
MYSQL_SERVER_VERSIONS["8.0"]=8.0.19
77

88
declare -A MYSQL_SHELL_VERSIONS
99
MYSQL_SHELL_VERSIONS["5.6"]=""

0 commit comments

Comments
 (0)