feat: Add pullImage option to ComposeCreate to swith pull operation by HynoR · Pull Request #11667 · 1Panel-dev/1Panel

@HynoR

- Introduced a new optional field `pullImage` in the `ComposeCreate` struct to control image pulling behavior.
- Updated `CreateCompose` method to handle the `pullImage` flag when invoking the compose up command.
- Modified `UpWithTask` function to conditionally skip image pulling based on the `pullImages` parameter.
- Enhanced frontend form to include a checkbox for the `pullImage` option, with default value set to true.

@HynoR HynoR marked this pull request as ready for review

January 16, 2026 07:54

@HynoR HynoR changed the title feat: Add pullImage option to ComposeCreate and update related logic feat: Add pullImage option to ComposeCreate to swith pull operation

Jan 16, 2026

@HynoR