File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM oraclelinux:7-slim
2
-
3
- ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.35-2.el7.x86_64.rpm
2
+ ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.36-2.el7.x86_64.rpm
4
3
5
4
# Install server
6
5
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \
Original file line number Diff line number Diff line change 1
1
FROM oraclelinux:7-slim
2
- ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.17 -1.el7.x86_64.rpm
2
+ ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.18 -1.el7.x86_64.rpm
3
3
4
4
# Install server
5
5
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \
Original file line number Diff line number Diff line change 16
16
17
17
18
18
IMAGELIST=$( docker images | grep $VERSION )
19
- versionregex=" mysql/mysql-server $VERSION "
19
+ versionregex=" mysql/mysql-server\s* $VERSION "
20
20
if [[ $IMAGELIST =~ $versionregex ]];
21
21
then
22
22
echo " Test passed"
You can’t perform that action at this time.
0 commit comments