pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 12 forks source link

[feature] Command to update uselagoon base images #478

Closed rocketeerbkw closed 10 months ago

rocketeerbkw commented 11 months ago

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.

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.

fubarhouse commented 11 months ago

I've added a loop in the update command to include uselagoon/* images in the local registry. Feel free to test #479 and let me know.