feat: refactor image update flow and align i18n messages by ssongliu · Pull Request #12154 · 1Panel-dev/1Panel

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve registry repoID when pulling update tags

The update flow always sends repoID: 0, which bypasses configured image-repo credentials and forces an unauthenticated pull path. This breaks updates for tags hosted on private registries (or any registry that depends on saved repo auth), even though normal pull flow explicitly captures and submits repoID for that purpose (frontend/src/views/container/image/pull/index.vue). As a result, the new update action can fail for the exact images users most need to refresh.

Useful? React with 👍 / 👎.