Skip to content

NO-ISSUE: Update Konflux references (release-rhel9)#2317

Open
red-hat-konflux[bot] wants to merge 1 commit intorelease-rhel9from
konflux/references/release-rhel9
Open

NO-ISSUE: Update Konflux references (release-rhel9)#2317
red-hat-konflux[bot] wants to merge 1 commit intorelease-rhel9from
konflux/references/release-rhel9

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux bot commented Jan 17, 2026

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) 0.10.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta (source, changelog) 0.60.9 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) 8ec7d7b8992475
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) f3d2d174b0f83c
quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check (source, changelog) 36400878b50144
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) 462baed5ff16b7
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) 04f75592d439dc
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) 3dc39eaf3f28a4
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) 0.20.4 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta (source, changelog) 0.10.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta (source, changelog) 78f5244e92d00e
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) d44336dc4ef47e
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) 8ad28b78f3ecbe
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) 0.30.4 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) 282cb5a0201377

Release Notes

konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-apply-tags)

v0.3

  • Switched from bash implementation to Konflux Build CLI.
  • Deprecated older 0.1 and 0.2 versions.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-build-image-index)

v0.3

Changed
  • The task now uses konflux-build-cli for the build step instead of an inline bash
    implementation. This provides more robust error handling and simplified maintenance.
  • When ALWAYS_BUILD_INDEX is false and multiple images are provided, the task now
    creates an image index instead of failing. The previous behavior (failing with an error)
    was not useful.
  • Image reference validation is now stricter and will fail earlier for invalid formats.
Removed
  • COMMIT_SHA parameter (was not used by the task implementation)
  • IMAGE_EXPIRES_AFTER parameter (was not used by the task implementation)
Added
  • Started tracking changes in this file.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)

v0.9

Fixed
  • Added --fail flag and error handling to the curl call that retrieves the SSH key from the OTP
    server. Previously, HTTP errors (e.g. 400 when a one-time token was already consumed by a
    PipelineRun retry) were silently swallowed, writing the error body into ~/.ssh/id_rsa and
    causing Load key: invalid format build failures.

v0.8

Fixed
  • Platform build arguments (BUILDPLATFORM, TARGETPLATFORM) now correctly include CPU variant
    for ARM architectures (e.g., linux/arm/v7 or linux/arm64/v8 instead of just linux/arm
    or linux/arm64).

v0.7

Added
  • Started tracking changes in this file.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-init)

v0.4

  • Task started using konflux build cli instead of bash script.

v0.3

  • Remove params image-url, rebuild and skip-checks
  • Remove task result build
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.3

  • Removed deprecated dev-package-managers parameter.
  • Switched from bash implementation to Konflux Build CLI.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta)

v0.3

Fixed
  • Use Dockerfile as the file name in the uploaded artifact, regardless of the name of the actual file.

v0.2

Removed
  • BREAKING: Support for Dockerfile downloading in Konflux Build Pipeline.

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 17, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-apply-tags 0.2 -> 0.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-build-image-index 0.1 -> 0.2 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta 0.6 -> 0.7 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-clair-scan 8ec7d7b -> 654b989
quay.io/konflux-ci/tekton-catalog/task-clamav-scan f3d2d17 -> b2f2559
quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check 3640087 -> 267d5bc
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check 462baed -> 1cf21de
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks 04f7559 -> b612fd7
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta 3dc39ea -> 56f65a1
quay.io/konflux-ci/tekton-catalog/task-init 3ca52e1 -> b349d24
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta 0503f93 -> 4c9ff41
quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta 13633d5 -> 08bba4a
quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta 78f5244 -> 9978b61
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta d44336d -> e7a5157
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta 8ad28b7 -> 49b7d09
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta e5a8d3e -> 8817f50
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta 282cb5a -> c35ba21

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch from 000ea62 to feb722c Compare January 17, 2026 00:53
@openshift-ci openshift-ci bot requested review from avinal and kunalmemane January 17, 2026 00:55
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 17, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jan 17, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jan 17, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign kunalmemane for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jan 17, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign kunalmemane for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 2 times, most recently from 08bddff to 3a61c2d Compare January 24, 2026 00:47
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 4 times, most recently from 980c996 to 91b02c0 Compare February 7, 2026 00:54
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 2 times, most recently from abc4bfe to 5f2b404 Compare February 14, 2026 00:58
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 2 times, most recently from ca77f59 to 270e58a Compare February 21, 2026 01:09
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 4 times, most recently from de0a2a2 to fdc0578 Compare March 7, 2026 01:12
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 2 times, most recently from 6b0d1a0 to 43fd392 Compare March 14, 2026 01:50
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 3 times, most recently from fa75624 to 8bc41d2 Compare March 28, 2026 01:30
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch from 8bc41d2 to bbd7edc Compare April 4, 2026 01:33
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch from bbd7edc to 8e7a016 Compare April 4, 2026 01:33
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch 2 times, most recently from ffa6afb to cd99848 Compare April 11, 2026 01:36
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch from cd99848 to 50903d5 Compare April 18, 2026 01:37
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel9 branch from 50903d5 to 4de39b9 Compare April 18, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. konflux needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant