markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.59k stars 1.01k forks source link

Can't install Enterprise Edition using docker-compose #57

Closed dambros closed 7 years ago

dambros commented 7 years ago

I've been trying to install the Enterprise Edition using the *.yml and instructions provided but I simply can't complete the execution, as explained below. It works for the Community Edition using both Archiver or Composer (M2SETUP_USE_ARCHIVE=true/false).

I am currently trying to use everything exactly like it is commited by the author and changing only the required fields, as follow:

#setup.env

M2SETUP_DB_HOST=db
M2SETUP_DB_NAME=magento2
M2SETUP_DB_USER=magento2
M2SETUP_DB_PASSWORD=magento2
M2SETUP_BASE_URL=http://localhost:8000/
M2SETUP_ADMIN_FIRSTNAME=Admin
M2SETUP_ADMIN_LASTNAME=User
M2SETUP_ADMIN_EMAIL=dummy@gmail.com
M2SETUP_ADMIN_USER=magento2
M2SETUP_ADMIN_PASSWORD=magento2
M2SETUP_VERSION=2.1.5
M2SETUP_USE_SAMPLE_DATA=false
M2SETUP_USE_ARCHIVE=false
M2SETUP_USE_COMPOSER_ENTERPRISE=true

Both mysql.env and docker-compose.yml are unchanged.

I start the execution with docker-compose run --rm setup, it asks for my credentials and after inputing them I see the following error:

magento

On my second try, I created the ~/.composer/auth.json file, uncommented the pertinent lines, renamed docker-compose.override.yml and executed the same command again. This time I haven't been asked for my credentials and the exactly same error showed up.

Additional info: I've tested this using docker-compose on both OSX and Ubuntu (VM).

Ubuntu: docker-compose version 1.11.2, build dfed245 OSX: Installed with Homebrew (can't access the machine to check the version now, but should be the lastest one available today)

Any solution or something I am doing incorrectly?

dambros commented 7 years ago

I am closing this issue because today I spoke with Magento support and the problem was with my account not being able to download the EE.