Skip to content

NO-ISSUE: Update Konflux references (release-rhel8)#2319

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

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

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) f3d2d179f18b21
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) 9568c51b4ac586
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) 3dc39ea2c388d2
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) 8ad28b72ad986f
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) 282cb5a362f047

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 9568c51 -> 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.

@openshift-ci openshift-ci bot requested review from jkhelil and prdhamdh 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

[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 prdhamdh 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

@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.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 2 times, most recently from e87e120 to c2ea65d Compare January 24, 2026 00:48
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 3 times, most recently from 01035a1 to ae3dae4 Compare February 7, 2026 00:54
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch from ae3dae4 to b9291c4 Compare February 7, 2026 00:55
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 2 times, most recently from 808930d to 18efdea Compare February 14, 2026 00:59
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 2 times, most recently from 3d98219 to c527118 Compare February 21, 2026 01:10
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 4 times, most recently from 364a28f to fb68ada Compare March 7, 2026 01:12
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 2 times, most recently from bffbe2d to 4e7079b Compare March 14, 2026 01:50
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 3 times, most recently from 83f34f4 to b345342 Compare March 28, 2026 01:30
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch 2 times, most recently from b8b7953 to 9ebb5e3 Compare April 4, 2026 01:33
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/release-rhel8 branch from 9ebb5e3 to 380d79e Compare April 11, 2026 01:36
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-rhel8 branch from 380d79e to 0b14889 Compare April 11, 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