Disable ClusterImagePolicy sigstore verification via assisted-service env var#783
Merged
openshift-merge-bot[bot] merged 1 commit intoredhat-performance:mainfrom Mar 10, 2026
Conversation
fb6294c to
99baaeb
Compare
… env var Since OCPNODE-3978 (introduced in 4.22.0-0.nightly-2026-03-05) the ClusterImagePolicy controller enables image signatures for OCP images in /etc/containers/policy.json. To workaround this issue set OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY=true within the assisted-service environment similar to: openshift/release#74368 Signed-off-by: Marius Cornea <mcornea@redhat.com>
99baaeb to
0e276de
Compare
Collaborator
Author
|
/test deploy-sno |
Collaborator
Author
|
/test ? |
Collaborator
Author
|
/test deploy-sno |
akrzos
approved these changes
Mar 10, 2026
Member
akrzos
left a comment
There was a problem hiding this comment.
Only thing to note here is that the env variable while plumbed into the assisted-service container on the bastion is actually "consumed" by an openshift-installer process (And not by the assisted-service itself) that the assisted-service runs within that container on cluster creation.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akrzos The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
72b4d2e
into
redhat-performance:main
2 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since OCPNODE-3978 (introduced in 4.22.0-0.nightly-2026-03-05) the ClusterImagePolicy controller enables image signatures for OCP images in /etc/containers/policy.json.
To workaround this issue set OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY=true within the assisted-service environment similar to:
openshift/release#74368