-
Notifications
You must be signed in to change notification settings - Fork 86
Trouble with docker compose #316
Comments
Let me know if any more info is necessary. This was on a fresh ec2 ubuntu 14.04 ami. Installed docker/docker compose as per the instructions on their website. |
I was able to get it working when I copied the Dockerfile from the git repo. |
Fix the unsatisfiable constraint error thrown on docker-compose up Fix anvilresearch/connect#316
I had a similar issue today when trying to run the current version. I fixed it by editing this line: https://github.com/anvilresearch/connect-cli/blob/7800a3a61a3589013a2923654ab06bdff48307d4/templates/nginx/Dockerfile#L15 to the release I know that @LegallyGeek is working on updating the dependencies, so hopefully it will be fixed soon =) |
Thank you @NicolasBonduel for the fix. I'm working my way that direction now. |
@NicolasBonduel, @christiansmith and I just released an updated Anvil Connect that provides for updated dependencies and removed legacy packages. |
I just went through the install today and had a similar error. You release the changes to NPM already? Ill keep looking, but just wanted to post since you said you just released. @LegallyGeek Im running on my mac.
Update: The -r1 change in nginx dockerfile fixed it for me. |
I also had to update the dockerfile manually with the last version. The version 0.2.0 is indeed updated, however "anvil-connect-cli" has not been updated for over a year. |
Updates to CLI are on the way. |
Just to confirm that I am also seeing this issue on a everything-fresh install today.
|
@NicolasBonduel I've edited the file in Oops, found it one level up from the |
I getting the same issue on a fresh server.
|
After running
nvl init
I randocker-compose up
and I gotERROR: unsatisfiable constraints: nginx-1.8.1-r0: breaks: world[nginx=1.8.0-r1] ERROR: Service 'nginx' failed to build: The command '/bin/sh -c apk update && apk add --update nginx=${NGINX_VERSION}${NGINX_VERSION_RELEASE} && rm -rf /var/cache/apk/*' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: