Skip to content

Commit 1b0df69

Browse files
author
Lars Tangvald
committed
Update package url for new rpms
1 parent a00c17c commit 1b0df69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

5.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM oraclelinux:latest
22

3-
ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.5-community/docker/x86_64/mysql-community-server-minimal-5.5.45-2.el7.x86_64.rpm
3+
ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.5-community/docker/x86_64/mysql-community-server-minimal-5.5.45-3.el7.x86_64.rpm
44

55
# Install server
66
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM oraclelinux:latest
22

3-
ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.26-2.el7.x86_64.rpm
3+
ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.26-3.el7.x86_64.rpm
44

55
# Install server
66
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \

5.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM oraclelinux:latest
22

3-
ENV PACKAGE_URL http://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.8-0.3.rc.el7.x86_64.rpm
3+
ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.8-0.4.rc.el7.x86_64.rpm
44

55
# Install server
66
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \

0 commit comments

Comments
 (0)