ibm-cloud-architecture / refarch-cloudnative-mysql

1 stars 9 forks source link

Failed to build docker image #10

Closed patrocinio closed 7 years ago

patrocinio commented 7 years ago

When I run

docker build -t cloudnative/mysql .

I am getting the following error:

Collecting http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz (from -r /tmp/requirements.txt (line 2)) HTTP error 404 while getting http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz Could not install requirement http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz (from -r /tmp/requirements.txt (line 2)) because of error 404 Client Error: Not Found for url: http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz Could not install requirement http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz (from -r /tmp/requirements.txt (line 2)) because of HTTP error 404 Client Error: Not Found for url: http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz for URL http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz

patrocinio commented 7 years ago

Fixed by changing version to 2.1.5