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

Succesfull build hangs #14

Open
jasperla opened this issue Feb 4, 2015 · 3 comments
Open

Succesfull build hangs #14

jasperla opened this issue Feb 4, 2015 · 3 comments

Comments

@jasperla
Copy link

jasperla commented Feb 4, 2015

Hi,

It seems this plugin doesn't realise when a build has finished:

# Connecting to Docker: tcp://172.17.42.1:4243 docker_build  -1
$  -1
Step 0 : FROM dockerfile/ubuntu
 ---> e7fc98dc1b07
[...]
Step 6 : EXPOSE 443
 ---> Running in ba82b345b148
 ---> 831b6bf828ae
Removing intermediate container ba82b345b148
Successfully built 831b6bf828ae

and it just hangs there. This is with Docker 1.5.0rc2

@knownasilya
Copy link
Member

Which version of this plugin are you using?

@jasperla
Copy link
Author

jasperla commented Feb 4, 2015

I'm using 1.1.0

@davemackintosh
Copy link
Contributor

This is because the container never actually exits, your dockerfile's RUN is likely the cause of this. Try appending an & to see if that resolves the issue.

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

3 participants