Open ghost opened 6 years ago
The file ./tests/docker-compose-mysql.yml is incorrect. Modify the mendixapp image to mendix/mendix-buildpack:v1.3 (use docker image ls to confirm the name/version):
services:
mendixapp:
image: mendix/mendix-buildpack:v1.3
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
Also, please note that the password for the MxAdmin is also set in this file in the environment section:
environment:
ADMIN_PASSWORD: Password1!
$ make run-container docker-compose -f tests/docker-compose-mysql.yml up Pulling mendixapp (mendix/mendix-buildpack:v1.3)... The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]n pull access denied for mendix/mendix-buildpack, repository does not exist or may require 'docker login' make: *** [run-container] Error 1