Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
5.6 to 5.6.36
5.7 to 5.7.18
Fixed whitespace issue with build test
  • Loading branch information
ltangvald committed Apr 12, 2017
1 parent e40dee2 commit e9c3d14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 5.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM oraclelinux:7-slim

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
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

# Install server
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \
Expand Down
2 changes: 1 addition & 1 deletion 5.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM oraclelinux:7-slim
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
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

# Install server
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \
Expand Down
2 changes: 1 addition & 1 deletion test/testbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi


IMAGELIST=$(docker images | grep $VERSION)
versionregex="mysql/mysql-server $VERSION"
versionregex="mysql/mysql-server\s*$VERSION"
if [[ $IMAGELIST =~ $versionregex ]];
then
echo "Test passed"
Expand Down

0 comments on commit e9c3d14

Please sign in to comment.