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

docker-compose pull should also pull images from FROM in Dockerfile #1274

Closed
schmunk42 opened this issue Apr 9, 2015 · 2 comments
Closed

Comments

@schmunk42
Copy link

docker-compose pull downloads the latest version of an image tag, if the service has an image attribute.

But for services which are build you have to docker pull manually. Would be nice if docker-compose could check these images also, maybe with --pull-build-from-images or another option.

@dnephin
Copy link

dnephin commented Apr 9, 2015

I believe this is a duplicate of #726

@schmunk42
Copy link
Author

Yepp, thx.

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

2 participants