-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit changes the policy rule `base_image_registries.base_image_permitted` so it includes a term in its result. The term is the repository portion of the base image reference - everything but the tag and digest. This allows users to allow certain base image registries as an exception, especially if time bound, e.g.: ```yaml volatileConfig: exclude: - value: 'base_image_registries.base_image_permitted:my-shady-registry.io/foo/bar' effectiveUntil: '2024-12-01T00:00:00Z' ``` Ref: EC-649 Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters