Skip to content

Commit f7d4fb3

Browse files
committed
qwer
1 parent 18ed8c8 commit f7d4fb3

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.tekton/jupyter-minimal-ubi9-python-3-11-pull-request.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,34 @@ spec:
598598
operator: in
599599
values:
600600
- "false"
601+
- name: check-image-software
602+
params:
603+
- name: IMAGE_URL
604+
value: $(tasks.build-image-index.results.IMAGE_URL)
605+
runAfter:
606+
- build-image-index
607+
# taskRef:
608+
# params:
609+
# - name: name
610+
# value: show-sbom
611+
# - name: bundle
612+
# value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
613+
# - name: kind
614+
# value: task
615+
# resolver: bundles
616+
taskSpec:
617+
params:
618+
- name: IMAGE_URL
619+
results:
620+
- name: CHECK_OUTPUT
621+
description: Check output
622+
steps:
623+
- image: registry.redhat.io/openshift4/ose-cli:latest
624+
env:
625+
- name: SNAPSHOT
626+
value: $(params.SNAPSHOT)
627+
script: |
628+
echo "Hello world, Stuchy!"
601629
workspaces:
602630
- name: git-auth
603631
optional: true

.tekton/jupyter-minimal-ubi9-python-3-11-push.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,34 @@ spec:
593593
operator: in
594594
values:
595595
- "false"
596+
- name: check-image-software
597+
params:
598+
- name: IMAGE_URL
599+
value: $(tasks.build-image-index.results.IMAGE_URL)
600+
runAfter:
601+
- build-image-index
602+
# taskRef:
603+
# params:
604+
# - name: name
605+
# value: show-sbom
606+
# - name: bundle
607+
# value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
608+
# - name: kind
609+
# value: task
610+
# resolver: bundles
611+
taskSpec:
612+
params:
613+
- name: IMAGE_URL
614+
results:
615+
- name: CHECK_OUTPUT
616+
description: Check output
617+
steps:
618+
- image: registry.redhat.io/openshift4/ose-cli:latest
619+
env:
620+
- name: SNAPSHOT
621+
value: $(params.SNAPSHOT)
622+
script: |
623+
echo "Hello world, Stuchy!"
596624
workspaces:
597625
- name: git-auth
598626
optional: true

0 commit comments

Comments
 (0)