Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to deploy due to docker env.list #30

Open
Roshdy opened this issue Nov 10, 2022 · 1 comment
Open

Unable to deploy due to docker env.list #30

Roshdy opened this issue Nov 10, 2022 · 1 comment

Comments

@Roshdy
Copy link

Roshdy commented Nov 10, 2022

Hello,
I'm struggling to get this to work. I made sure that docker command is run without sudo from the server.

Still having this issue no matter what I do. Please help

roshdy@Roshdys-MacBook-Pro .deploy % mup deploy --cached-build
Not building app. Using build from previous deploy at
/tmp

Started TaskList: Pushing Meteor App
[10.1.140.30] - Pushing Meteor App Bundle to the Server
[10.1.140.30] - Pushing Meteor App Bundle to the Server: SUCCESS

Started TaskList: Configuring App
[10.1.140.30] - Pushing the Startup Script
[10.1.140.30] - Pushing the Startup Script: SUCCESS
[10.1.140.30] - Sending Environment Variables
[10.1.140.30] - Sending Environment Variables: SUCCESS

Started TaskList: Start Meteor
[10.1.140.30] - Start Meteor
[10.1.140.30] x Start Meteor: FAILED

              ------------------------------------STDERR------------------------------------
              Error: No such image: mup-malfintech:latest
        Error: No such image: mup-malfintech:latest
        Error: No such image: mup-malfintech:previous
        Error: No such image: mup-malfintech:previous
        Error: No such image: mup-malfintech:latest
        Removing docker containers. Errors about nonexistent endpoints and containers are normal.
        Error: No such container: malfintech
        Error response from daemon: endpoint malfintech not found
        Error: No such container: malfintech-frontend
        Error response from daemon: endpoint malfintech-frontend not found
        Error: No such container: malfintech-nginx-letsencrypt
        Error response from daemon: endpoint malfintech-nginx-letsencrypt not found
        Error: No such container: malfintech-nginx-proxy
        Error response from daemon: endpoint malfintech-nginx-proxy not found
        Finished removing docker containers
        invalid reference format
        docker: open /opt/malfintech/config/env.list: no such file or directory.
        See 'docker run --help'.

              ------------------------------------STDOUT------------------------------------
              Removing images
        REPOSITORY                               TAG       IMAGE ID       CREATED         SIZE
        zodern/meteor                            root      791793654570   6 months ago    494MB
        zodern/meteor                            latest    3fdd52c17ed0   6 months ago    419MB
        zodern/nginx-proxy                       v1.1.0    d4229f72112e   6 months ago    157MB
        hello-world                              latest    feb5d9fea6a5   13 months ago   13.3kB
        jrcs/letsencrypt-nginx-proxy-companion   v1.13.1   684a50dcf80f   2 years ago     94.1MB
        using bundle
        Image ./docker
        Volume --volume=/opt/malfintech/current:/bundle
        Pulled ./docker

              ------------------------------------------------------------------------------
@Roshdy
Copy link
Author

Roshdy commented Nov 12, 2022

I've copied the contents of the image, and modified it to use other user than app. That use i know that it has all required permission.

Also i tried to open env.list and it actually has all my env variables set correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant