Summary
Improve update functionality
Detailed description
When running the stack update functionality the plugin does a compose pull command followed by a compose up --build. Could you add the --ignore-buildable flag to the compose pull command? This flag will prevent compose from trying to pull images that it can build, prevent errors due to the inability to pull locally built images.
Alternatives considered
No response
Summary
Improve update functionality
Detailed description
When running the stack update functionality the plugin does a
compose pullcommand followed by acompose up --build. Could you add the--ignore-buildableflag to the compose pull command? This flag will prevent compose from trying to pull images that it can build, prevent errors due to the inability to pull locally built images.Alternatives considered
No response