Skip to content

Commit 07d050c

Browse files
authored
Merge pull request #446 from yashvardhannanavati/add-fbc-fips-check-fbc-4.16
RELEASE BLOCKER(March 1, 2025): add fbc-fips-check task to FBC pipeline
2 parents f6c80fe + 2d2e14a commit 07d050c

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

.tekton/images-mirror-set.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
apiVersion: operator.openshift.io/v1alpha1
3+
kind: ImageDigestMirrorSet
4+
metadata:
5+
name: example-mirror-set
6+
spec:
7+
imageDigestMirrors:
8+
- mirrors:
9+
- quay.io/my-namespace/valid-repo
10+
source: registry.redhat.io/unreleased-image/or-inaccessible-image

.tekton/kube-descheduler-operator-fbc-4-16-pull-request.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,30 @@ spec:
243243
operator: in
244244
values:
245245
- "true"
246+
- name: fbc-fips-check-oci-ta
247+
params:
248+
- name: image-digest
249+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
250+
- name: image-url
251+
value: $(tasks.build-image-index.results.IMAGE_URL)
252+
- name: SOURCE_ARTIFACT
253+
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
254+
runAfter:
255+
- build-image-index
256+
taskRef:
257+
params:
258+
- name: name
259+
value: fbc-fips-check-oci-ta
260+
- name: bundle
261+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:2e6900f5755fca70f8eebfcf004f39dd9adf6b488c8828f35a1b24862a9f81cf
262+
- name: kind
263+
value: task
264+
resolver: bundles
265+
when:
266+
- input: $(params.skip-checks)
267+
operator: in
268+
values:
269+
- "false"
246270
- name: deprecated-base-image-check
247271
params:
248272
- name: IMAGE_URL

.tekton/kube-descheduler-operator-fbc-4-16-push.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,30 @@ spec:
239239
operator: in
240240
values:
241241
- "true"
242+
- name: fbc-fips-check-oci-ta
243+
params:
244+
- name: image-digest
245+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
246+
- name: image-url
247+
value: $(tasks.build-image-index.results.IMAGE_URL)
248+
- name: SOURCE_ARTIFACT
249+
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
250+
runAfter:
251+
- build-image-index
252+
taskRef:
253+
params:
254+
- name: name
255+
value: fbc-fips-check-oci-ta
256+
- name: bundle
257+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:2e6900f5755fca70f8eebfcf004f39dd9adf6b488c8828f35a1b24862a9f81cf
258+
- name: kind
259+
value: task
260+
resolver: bundles
261+
when:
262+
- input: $(params.skip-checks)
263+
operator: in
264+
values:
265+
- "false"
242266
- name: deprecated-base-image-check
243267
params:
244268
- name: IMAGE_URL

0 commit comments

Comments
 (0)