Bug #76633 ENV line issue on mysql 5.5, 5.6 and 5.7 Dockerfiles
Submitted: 9 Apr 2015 8:37 Modified: 7 May 2015 10:47
Reporter: Avi Miller Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Package Repos Severity:S2 (Serious)
Version:5.5.43 OS:Any
Assigned to: MySQL Verification Team CPU Architecture:Any

[9 Apr 2015 8:37] Avi Miller
Description:
There's an issue running the Dockerfiles for mysql 5.5 through 5.7:

ENV PACKAGE_URL=http://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal...

How to repeat:
Create a Docker container using the provided Dockerfile from Github.

Suggested fix:
Remove the = character from the ENV line.
[9 Apr 2015 8:52] Lars Tangvald
This is an issue on Docker < 1.4.
1.4 added the ENV= functionality, but the main purpose is to allow multiple variables declared together, which we don't actually use, so it can be changed.
[7 May 2015 10:47] MySQL Verification Team
5.5.43 and newer have this problem fixed