Skip to content

Fix buildah-oci-ta and source-build-oci-ta bundle refs in push pipeline#34

Merged
Odilhao merged 1 commit into
masterfrom
fix-source-build-bundle
May 12, 2026
Merged

Fix buildah-oci-ta and source-build-oci-ta bundle refs in push pipeline#34
Odilhao merged 1 commit into
masterfrom
fix-source-build-bundle

Conversation

@Odilhao

@Odilhao Odilhao commented May 12, 2026

Copy link
Copy Markdown
Member

Problem

PR #33 introduced two mistakes in .tekton/foreman-develop-push.yaml that broke every post-merge push pipeline run with:

Pipeline theforeman-org-tenant/foreman-develop-on-push can't be Run; it contains Tasks that don't exist: Couldn't retrieve Task "resolver type bundles, name = source-build-oci-ta": could not find object in image with kind: task and name: source-build-oci-ta

Root cause

Task Before (broken) Should be
buildah-oci-ta quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9@sha256:681d9f65… quay.io/foreman/tekton-catalog/task-buildah-oci-ta@sha256:4b16776e…
source-build-oci-ta quay.io/foreman/tekton-catalog/task-buildah-oci-ta@sha256:4b16776e…wrong bundle quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:0917cfc7…

The buildah-oci-ta digest was copy-pasted onto source-build-oci-ta by mistake. Our custom bundle only contains buildah-oci-ta, so the resolver correctly rejects the lookup for source-build-oci-ta.

The pull-request pipeline (.tekton/foreman-develop-pull-request.yaml) was already correct and does not need changes.

Fix

Two line changes in foreman-develop-push.yaml — matching what the pull-request pipeline already has.

🤖 Generated with Claude Code

…pipeline

PR #33 introduced two mistakes in foreman-develop-push.yaml:
- buildah-oci-ta was left pointing at the upstream Konflux bundle instead
  of the custom quay.io/foreman/tekton-catalog/task-buildah-oci-ta bundle
- source-build-oci-ta accidentally got the task-buildah-oci-ta bundle
  digest instead of its own upstream source-build-oci-ta bundle, causing
  "could not find object in image with kind: task and name:
  source-build-oci-ta" on every post-merge push pipeline run

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@Odilhao
Odilhao merged commit 6ca9439 into master May 12, 2026
4 checks passed
@Odilhao
Odilhao deleted the fix-source-build-bundle branch May 12, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant