-
Notifications
You must be signed in to change notification settings - Fork 21
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
Troubleshooting: 404 no such container - No such image #20
Comments
I get this error a lot when I do multiple versions builds and I think this is due to Docker build process getting overwhelmed, more information about the error / logs would go the long way. I think for me this happens using docker 1.11.0 right now |
Our docker daemon is not overwhelmed, in fact it's idle. We are using Docker 1.9 on AWS ECS though. |
Hm, this seems bad. Might be something funny with how the tag+image name is being generated and/or passed around. I'll take a look later. However, whats even worse is that the exit code was 0... I'll try and fix this sooner but if anyone wants to take a look at where this could be, feel free. Thanks for reporting this! |
@koresar the exit code should always be set to something that is not zero, can you check which version you have? Since there is no Regarding the "no such container - No such image", I'm still trying to reproduce it locally, by running all the examples and also running just |
Previously our Continuous Integration had these lines
It was running just fine.
The new output is As you can see the latest autochecker is installed each time a build happens. But the good news is that we hit this roadblock now - #10 :) |
might be because DockerTemplate is not in the current directory ? |
There is no DockerTempalte at all. Thus we are using the default one. |
Might be due to an error in building the image. |
Wow! An amazing guess @rawgni! |
The problematic code is found in
Error checking is turned of if there are multiple versions specified and no Should probably change it to:
|
Another bug. @victorbjelkholm Although, when I do this: |
Thanks a lot @koresar and @rawgni for digging into this, I can't express how thankful I am for you helping out tracking this down! So I've just pushed a new change, that should show errors better and give the proper error code. Please try it out and let me know how it goes. (version 0.9.1). @koresar regarding that, you'll need to put the
instead and it should work fine. |
Ran |
Nope. No go. Command line npm i -g autochecker@latest
echo running autochecker
autochecker 4 --verbose Output
Although, the executable always returns correct exit code. Which is good! I'm trying to test the private npm module. Could the problem be the container name? |
I ran
$ autochecker 0.10.41 4.4.2
but the error message is somewhat misleading.What does that mean? How to fix?
UPD: also, looks like the exit code was 0 (success).
The text was updated successfully, but these errors were encountered: