Is your feature request related to a problem? Please describe.
If you want to update all the base images used in a project, you have to either 1) delete all local images or 2) manually run docker pull for each image.
Describe the solution you'd like
Create a new command or change pygmy update to search for all local uselagoon/* images and automatically docker pull them.
Is your feature request related to a problem? Please describe.
If you want to update all the base images used in a project, you have to either 1) delete all local images or 2) manually run
docker pull
for each image.Describe the solution you'd like
Create a new command or change
pygmy update
to search for all localuselagoon/*
images and automaticallydocker pull
them.Describe alternatives you've considered
Document how to do this manually.
Additional context
This was a feature in pygmy-legacy that didn't get duplicated.