From 6c104574e9f58b41772014d7d01becc19a40e6a1 Mon Sep 17 00:00:00 2001 From: Alejandro Visiedo Date: Thu, 12 Dec 2024 16:59:20 +0100 Subject: [PATCH] fix(HMS-4895): missed push-dockerfile task refactor 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 --- .tekton/idmsvc-backend-push.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.tekton/idmsvc-backend-push.yaml b/.tekton/idmsvc-backend-push.yaml index 11359465..2f535da9 100644 --- a/.tekton/idmsvc-backend-push.yaml +++ b/.tekton/idmsvc-backend-push.yaml @@ -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