You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary:
I would like to propose an enhancement to Docker's credential helper configuration to allow specifying different credential helpers for images within the same repository.
Detailed Description:
The current Docker credential helper configuration allows associating a credential helper with a registry. However, in scenarios where different images within the same repository require distinct authentication mechanisms, the current configuration does not provide the necessary granularity.
Proposed Enhancement:
I propose extending the credHelpers configuration to support image-specific credential helper assignments. For example:
Issue Summary:
I would like to propose an enhancement to Docker's credential helper configuration to allow specifying different credential helpers for images within the same repository.
Detailed Description:
The current Docker credential helper configuration allows associating a credential helper with a registry. However, in scenarios where different images within the same repository require distinct authentication mechanisms, the current configuration does not provide the necessary granularity.
Proposed Enhancement:
I propose extending the
credHelpers
configuration to support image-specific credential helper assignments. For example:The text was updated successfully, but these errors were encountered: