Skip to content

The one that adds the 'update-images' command

Compare
Choose a tag to compare
@shakyShane shakyShane released this 16 Sep 17:00
· 199 commits to master since this release

A common problem with the docker abstraction is that underlying images become out of date.

This release adds a new command to automate the process of updating your images. It's recipe specific so will only update images actually in use.

Update all images

Note: this can cause up to 12 images to be updated - so be prepared to wait a while.

wf2 update-images

Update individual images

if you know which image needs to be updated, you can provide params to the update-images to limit which services will have their image updated.

wf2 update-images php db varnish