Skip to content

Commit

Permalink
fix(HMS-4895): missed push-dockerfile task refactor
Browse files Browse the repository at this point in the history
This change update the push-dockerfile task to use the
bundle aligned with -oci-ta; missed change during updating
the build pipeline.

This should fix the message `Cannot find Dockerfile
build/package/Dockerfile`

https://issues.redhat.com/browse/HMS-4895

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Dec 12, 2024
1 parent 1435ff6 commit 6c10457
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .tekton/idmsvc-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,20 +458,19 @@ spec:
value: $(params.dockerfile)
- name: CONTEXT
value: $(params.path-context)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
runAfter:
- build-image-index
taskRef:
params:
- name: name
value: push-dockerfile
value: push-dockerfile-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:48bb2ee92ea528b28c0814c9cc126021e499a081b69431987a774561e9ac8047
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:80d48a1b9d2707490309941ec9f79338533938f959ca9a207b481b0e8a5e7a93
- name: kind
value: task
resolver: bundles
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
Expand Down

0 comments on commit 6c10457

Please sign in to comment.