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

[Feature] Create a "pull" target to let someone update their containers from upstream #88

Closed
mcdan opened this issue Jan 25, 2018 · 1 comment

Comments

@mcdan
Copy link
Member

mcdan commented Jan 25, 2018

Even when using :latest in a container tag, compose does not automatically pull new versions. You must use docker-compose pull. I propose adding a mirror make pull that will update the containers, this will not be part of the make quick-start to ensure we don't overwrite containers someone is working on locally.

Docker-compose issue stating how you must use pull: docker/compose#3574

mcdan added a commit to mcdan/incubator-openwhisk-devtools that referenced this issue Jan 25, 2018
mcdan added a commit to mcdan/incubator-openwhisk-devtools that referenced this issue Jan 25, 2018
@jthomas
Copy link
Member

jthomas commented Feb 2, 2018

Great idea - I had this exact issue today where the images were out of date compared to the configuration files. Came here to raise the issue and found this...

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