-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 build --pull #726
Comments
I like how this will mean if an upstream image gets updated, then Fig environments will always be in sync. Perhaps we should also have an option in |
Yeah, I actually discovered this in surprise when I did |
+1 I've also wanted to be able to pull base images |
+1 And +1 on having this both via (Nit: shouldn't the title of this issue be |
@tianon I send that PR, but We need docker-py support for this feature. docker/docker-py#421 |
It's in! 👍 (and it'll be in the 0.7.0 release tomorrow: docker/docker-py#436) |
+1 for docker-compose build --pull |
👍 |
+1 👍 |
+2 |
Need this! 👍 |
Done in #2041 |
Now that moby/moby#9281 is in Docker 1.4.0, it'd be great to have either
pull: true
infig.yml
next tobuild:
or have afig build --pull
!The text was updated successfully, but these errors were encountered: