-
Bug
-
Resolution: Done
-
Critical
-
MCE 2.9.1
-
Product / Portfolio Work
-
False
-
-
False
-
-
-
Critical
-
None
Description of problem:
Basically 1 violation i think repeated across the different arch images:
✕ [Violation] quay_expiration.expires_label
ImageRef: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/cluster-api-provider-agent-mce-29@sha256:f618b0673259ff5347736d0180907cc60e3d1032e944775aaa2905ac167ef418
Reason: The label 'quay.expires-after' is not allowed in the released image
Title: Expires label
Description: Check the image metadata for the presence of a "quay.expires-after" label. If it's present then produce a
violation. This check is enforced only for a "release", "production", or "staging" pipeline, as determined by the value of the
`pipeline_intention` rule data. To exclude this rule add "quay_expiration.expires_label" to the `exclude` section of the policy
configuration.
Solution: Make sure the image is built without setting the "quay.expires-after" label. This label is usually set if the
container image was built by an "on-pr" pipeline during pre-merge CI.
Link to task with log:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- ...