Skip to content

Update Konflux references - #1904

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/references/main
Aug 7, 2026
Merged

Update Konflux references#1904
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/references/main

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) tekton-bundle digest 3ab8441da0cff2
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta (source, changelog) tekton-bundle minor 0.100.11.0
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) tekton-bundle patch 0.30.3.2
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) tekton-bundle digest e78d0d30ccc688
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) tekton-bundle digest 2e5ebe0e438f31
quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta (source, changelog) tekton-bundle digest 935adb611f4ade
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) tekton-bundle patch 0.20.2.5
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) tekton-bundle patch 0.40.4.3
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) tekton-bundle minor 0.30.7.0
quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) tekton-bundle patch 0.20.2.1
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) tekton-bundle digest f6a115ed33d800
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) tekton-bundle digest 918327bf4818f8
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) tekton-bundle digest 4961c44f31055c
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) tekton-bundle minor 0.10.3
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) tekton-bundle digest 7c5575a93f1df1
quay.io/konflux-ci/tekton-catalog/task-validate-fbc (source, changelog) tekton-bundle minor 0.10.3

Release Notes

konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-build-image-index)

v0.3.1

Fixed
  • Export SBOM_SKIP_VALIDATION into the step environment so the create-sbom step honors the parameter.
    The parameter did nothing before. Now it works as expected.
konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)

v0.11.0

Changed
  • When scanning the built image with Syft, scans the image filesystem as
    a directory instead of scanning the the image as an OCI archive. This improves
    the scanning time, disk usage and may improve memory usage. More details in
    konflux-build-cli/docs/design/syft-image-scanning.md.
  • The remote variants of this task now push the built image to the registry directly
    from the build VM instead of rsyncing the image back to the cluster first.
    For large images, this significantly reduces the time spent on network transfers.
Removed
  • BREAKING: Removed the sbom-syft-generate step, SBOM generation now happens
    in the build step.
  • BREAKING: Removed the push step, the push now happens in the build step.
  • If you have step overrides configured for either of the two removed steps,
    the pipeline will fail with invalid StepOverride. See the migration guidance below.
Migration guidance

Buildah v0.11.0 comes with a migration script that will attempt to automatically
fix the step overrides in your PipelineRuns. In most cases, no manual action will
be needed. But there are cases that the script cannot handle:

  1. Your PipelineRun references an external Pipeline. In this case, the migration
    script will never get a chance to run on the PipelineRun.
  2. Your PipelineRun is multi-platform, SBOM generation needs more resources
    than the build itself and the remote VMs do not have sufficient resources.

If the migration script doesn't solve the problem, please follow the procedure below.

Manual procedure

If you have sbom-syft-generate or push step overrides in the .spec.taskRunSpecs
section in your PipelineRun, please remove them. In most cases, this should be all.

However, if you were previously requesting more resources for SBOM generation
than for the build step itself, there is a chance that the build will fail.
In this case, move the relevant overrides to the build step. The same technically
applies for the push step, but it's highly unlikely that pushing would require
more resources than the build.

For example:

 spec:
   taskRunSpecs:
     - pipelineTaskName: build-container
       stepSpecs:
-        - name: sbom-syft-generate
+        - name: build
           computeResources:
             requests:
               memory: 16Gi
             limits:
               memory: 16Gi

This will work for build steps that run in-cluster - single-platform builds
and typically also the amd64 builds in a multi-platform build setup.

For build steps that run on remote VMs, the overrides have no effect. In case
the build fails, please switch to a larger VM flavor (consult the documentation
of your particular Konflux deployment to see what's available).

For example:

 spec:
   params:
     - name: build-platforms
       value:
         - localhost
-        - linux/arm64
+        - linux-mxlarge/arm64

v0.10.7

Fixed
  • Thanks to konflux-build-cli#208, the task now supports per-containerfile
    ignore files, same as buildah itself.
    • Previously, the task supported the .containerignore and .dockerignore files
      in the root of the context directory, but not the <containerfile>.containerignore
      and <containerfile>.dockerignore files.

v0.10.6

Fixed
  • Attaching SBOM attestations using keyless signing. This stopped working between
    versions 0.10.4 and 0.10.5, when the upload-sbom step upgraded cosign to v3.
    • Cosign v3 wants to use a "signing config" JSON file instead of accepting
      service URLs directly as CLI flags. The konflux-ci/konflux-ci deployment
      of Konflux doesn't provide the config file in the TUF mirror. Fixed
      by setting --use-signing-config=false to still allow direct URLs.
Changed
  • Consolidated all keyless signing code in the upload-sbom step.
    Previously, if keyless signing was enabled, the task would sign the image
    in the push step and then the SBOM in upload-sbom step. Now, it will sign both
    in the upload-sbom step. This has no practical impact, but enables a larger
    rework of the push step in the future.

v0.10.5

Added
  • Added a new parameter RHSM_MOUNT_CA_CERTS to allow setting [konflux-build-cli]'s
    --rhsm-mount-ca-certs option.
konflux-ci/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clair-scan)

v0.3.2

Changed
  • Replaced quay.io/konflux-ci/oras:latest image with quay.io/konflux-ci/task-runner:1.5.0 in the oci-attach-report step.
Added
  • set docker-config-dir in clair-action report command

v0.3.1

Added
  • Declare DOCKER_CONFIG to get get credential to quay.io.
  • Increase retry to 5
konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.7.0

v0.6.0

v0.5.0

v0.4.1

Fixed
  • Mount the trusted-ca volume in the use-trusted-artifact and create-trusted-artifact steps.
    Previously, the mount was missing, which means the task did not support container registries
    with certificates signed by a private/self-signed CA.

v0.4.0

v0.3.2

  • Added enable-package-registry-proxy parameter to enable use of the package registry proxy when prefetching dependencies.
  • Added SERVICE_CA_TRUST_CONFIG_MAP_NAME and SERVICE_CA_TRUST_CONFIG_MAP_KEY parameters to mount the OpenShift service CA for verifying TLS connections to in-cluster services such as the package registry proxy.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-show-sbom)

v0.3

Fixed

The migration script wasn't attached to the task bundle.

v0.2

Removed

The task show-sbom is deprecated. The migration script deletes it from the pipeline.

konflux-ci/konflux-operator-tasks (quay.io/konflux-ci/tekton-catalog/task-validate-fbc)

v0.3

Fixed
  • Migration script for fbc-inject-lifecycle-oci-ta now resolves the task bundle
    digest dynamically at migration time instead of using a hardcoded pin, preventing
    digest-mismatch errors for teams that had not yet merged the MintMaker PR for 0.2.
Changed
  • Migration script now uses yq instead of sed for all pipeline YAML edits,
    for cross-platform compatibility (macOS + Linux) and safer, structure-aware
    modifications (e.g. distinguishing actual task objects from string matches
    on bundle_ref or param values).
  • Added BUILD_ARGS param wiring to fbc-inject-lifecycle, sourced from
    $(params.build-args[*]) and normalized to a list value.

v0.2

Changed
  • Version bump to trigger automated rollout of the new fbc-inject-lifecycle-oci-ta
    task to all FBC builder pipelines via MintMaker. No functional changes to this task.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 05:00 AM and 11:59 PM, only on Saturday (* 5-23 * * 6)
  • 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.

Summary by CodeRabbit

  • New Features

    • Added image build controls for source-date metadata, timestamp rewriting, and history omission across FBC, Lightspeed Operator, and OLS Bundle pipelines.
    • Added lifecycle processing to prepare sources before dependency, validation, and image-building steps.
  • Maintenance

    • Updated pipeline task versions and integrity references.
    • Removed the final SBOM display step.
    • Refreshed build, validation, scanning, tagging, and publishing workflows.

@red-hat-konflux red-hat-konflux Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Aug 1, 2026
@openshift-ci
openshift-ci Bot requested review from joshuawilson and xrajesh August 1, 2026 08:33
@openshift-ci

openshift-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

The pull request process is described 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

openshift-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

The pull request process is described 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

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The pull request updates Tekton pipeline bundles and digests. It adds reproducible image-build parameters and lifecycle artifact injection to FBC pipelines. It removes obsolete show-sbom final tasks from several pipelines.

Changes

Tekton pipeline updates

Layer / File(s) Summary
Lifecycle injection and reproducible builds
.tekton/fbc-v4-*.yaml, .tekton/lightspeed-operator-*.yaml, .tekton/ols-bundle-*.yaml
Adds source-date-epoch, rewrite-timestamp, and omit-history. FBC pipelines add fbc-inject-lifecycle and route downstream processing through its artifact.
Task bundle pin refresh
.tekton/fbc-v4-*.yaml, .tekton/lightspeed-operator-*.yaml, .tekton/ols-bundle-*.yaml
Updates pinned Tekton task versions and SHA256 digests for build, validation, scanning, tagging, and publishing tasks.
Pipeline metadata and cleanup
.tekton/fbc-v4-*.yaml, .tekton/lightspeed-operator-*.yaml, .tekton/ols-bundle-*.yaml
Removes obsolete show-sbom final tasks and updates selected pipeline metadata and descriptions.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Suggested reviewers: joshuawilson, xrajesh

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the primary change: updating Konflux Tekton bundle references and related pipeline definitions.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/references/main

Comment @coderabbitai help to get the list of available commands.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from ee00563 to 1dbc238 Compare August 1, 2026 16:15
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 1, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 1dbc238 to 0dcd67d Compare August 1, 2026 20:12
@raptorsun

Copy link
Copy Markdown
Contributor

/retitle rebase! Update Konflux references

@openshift-ci openshift-ci Bot changed the title Update Konflux references rebase! Update Konflux references Aug 3, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 0dcd67d to 24f706a Compare August 3, 2026 08:15
@red-hat-konflux red-hat-konflux Bot changed the title rebase! Update Konflux references Update Konflux references Aug 3, 2026
@raptorsun

Copy link
Copy Markdown
Contributor

/retitle rebase! Update Konflux references

@openshift-ci openshift-ci Bot changed the title Update Konflux references rebase! Update Konflux references Aug 6, 2026
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/main branch from 24f706a to 2f89b82 Compare August 6, 2026 17:33
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@red-hat-konflux red-hat-konflux Bot changed the title rebase! Update Konflux references Update Konflux references Aug 6, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.tekton/fbc-v4-16-pull-request.yaml:
- Around line 245-250: Update the SOURCE_DATE_EPOCH environment variable in all
nine listed pipelines—.tekton/fbc-v4-16-pull-request.yaml (245-250),
.tekton/fbc-v4-16-push.yaml (232-237), .tekton/fbc-v4-17-pull-request.yaml
(235-240), .tekton/fbc-v4-17-push.yaml (232-237),
.tekton/fbc-v4-22-pull-request.yaml (260-265), .tekton/fbc-v4-22-push.yaml
(257-262), .tekton/lightspeed-operator-push.yaml (235-240),
.tekton/ols-bundle-push.yaml (238-243), and
.tekton/lightspeed-operator-pull-request.yaml (238-243)—to use the
clone-repository commit-timestamp result when source-date-epoch is empty, while
preserving any explicitly supplied epoch.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e07936b4-b098-43aa-bc41-ea06f19e90e4

📥 Commits

Reviewing files that changed from the base of the PR and between f8a5c54 and 2f89b82.

📒 Files selected for processing (18)
  • .tekton/fbc-v4-16-pull-request.yaml
  • .tekton/fbc-v4-16-push.yaml
  • .tekton/fbc-v4-17-pull-request.yaml
  • .tekton/fbc-v4-17-push.yaml
  • .tekton/fbc-v4-18-pull-request.yaml
  • .tekton/fbc-v4-18-push.yaml
  • .tekton/fbc-v4-19-pull-request.yaml
  • .tekton/fbc-v4-19-push.yaml
  • .tekton/fbc-v4-20-pull-request.yaml
  • .tekton/fbc-v4-20-push.yaml
  • .tekton/fbc-v4-21-pull-request.yaml
  • .tekton/fbc-v4-21-push.yaml
  • .tekton/fbc-v4-22-pull-request.yaml
  • .tekton/fbc-v4-22-push.yaml
  • .tekton/lightspeed-operator-pull-request.yaml
  • .tekton/lightspeed-operator-push.yaml
  • .tekton/ols-bundle-pull-request.yaml
  • .tekton/ols-bundle-push.yaml

Comment on lines +245 to +250
- name: SOURCE_DATE_EPOCH
value: $(params.source-date-epoch)
- name: REWRITE_TIMESTAMP
value: $(params.rewrite-timestamp)
- name: OMIT_HISTORY
value: $(params.omit-history)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | 🏗️ Heavy lift

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

files=(
  .tekton/fbc-v4-16-pull-request.yaml
  .tekton/fbc-v4-16-push.yaml
  .tekton/fbc-v4-17-pull-request.yaml
  .tekton/fbc-v4-17-push.yaml
  .tekton/fbc-v4-22-pull-request.yaml
  .tekton/fbc-v4-22-push.yaml
  .tekton/lightspeed-operator-push.yaml
  .tekton/ols-bundle-push.yaml
  .tekton/lightspeed-operator-pull-request.yaml
)

for file in "${files[@]}"; do
  echo "=== ${file} ==="
  rg -n -C 2 'commit-timestamp|source-date-epoch|rewrite-timestamp|SOURCE_DATE_EPOCH' "$file"
done

Repository: openshift/lightspeed-operator

Length of output: 10164


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

files=(
  .tekton/fbc-v4-16-pull-request.yaml
  .tekton/fbc-v4-16-push.yaml
  .tekton/fbc-v4-17-pull-request.yaml
  .tekton/fbc-v4-17-push.yaml
  .tekton/fbc-v4-22-pull-request.yaml
  .tekton/fbc-v4-22-push.yaml
  .tekton/lightspeed-operator-push.yaml
  .tekton/ols-bundle-push.yaml
  .tekton/lightspeed-operator-pull-request.yaml
)

for file in "${files[@]}"; do
  echo "=== ${file} ==="
  rg -n -C 5 'clone-repository|commit-timestamp|source-date-epoch|rewrite-timestamp|SOURCE_DATE_EPOCH|REWRITE_TIMESTAMP' "$file"
done

Repository: openshift/lightspeed-operator

Length of output: 33199


🌐 Web query:

Konflux ADR 0069 reproducible container builds source-date-epoch clone-repository commit-timestamp rewrite-timestamp fallback

💡 Result:

Konflux ADR 0069 outlines the strategy for achieving reproducible container builds within the Konflux CI system, addressing the issue where identical git commits produce different image digests [1][2]. To achieve bit-wise reproducibility, the architecture leverages specific configuration parameters that control how timestamps are handled during the build process [3]: 1. SOURCE_DATE_EPOCH: This parameter is used to define a deterministic timestamp for the container build [4][5]. It is recommended to populate this using the commit-timestamp result from the clone-repository task [3][6]. Setting this variable ensures that the image's "Created" metadata field is consistent [3]. 2. rewrite-timestamp: This parameter acts as a critical companion to SOURCE_DATE_EPOCH [3]. While setting the epoch fixes image metadata, it does not automatically modify the modification times (mtime) of individual files within the image layers [3]. Enabling rewrite-timestamp (typically by setting it to "true") instructs the build tool to clamp the mtime of all files within the layers to at most the provided SOURCE_DATE_EPOCH [4][5]. As noted in build definitions, these parameters are designed to work together to ensure that file modification times and image metadata are consistent across rebuilds, which is required for stable, deterministic image digests [3][4]. Users should be aware that buildah (a common engine used in these pipelines) treats --timestamp and --source-date-epoch as mutually exclusive, and the pipeline logic must be configured to correctly propagate these values without conflict [3][4][5]. Beyond these build parameters, ADR 0069 also proposes a verification-side approach involving an on-demand pipeline that rebuilds images from source and compares digests using SLSA verification summaries to confirm reproducibility [2].

Citations:


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

urls=(
  https://konflux-ci.dev/architecture/ADR/0069-reproducible-container-builds/
  https://raw.githubusercontent.com/konflux-ci/build-definitions/main/pipelines/fbc-builder/README.md
  https://raw.githubusercontent.com/konflux-ci/build-definitions/main/pipelines/docker-build/README.md
)

for url in "${urls[@]}"; do
  echo "=== ${url} ==="
  curl -LfsS --max-time 20 "$url" |
    rg -n -i -C 4 'commit-timestamp|source.date.epoch|SOURCE_DATE_EPOCH|rewrite.timestamp|REWRITE_TIMESTAMP|fallback' || true
done

Repository: openshift/lightspeed-operator

Length of output: 34195


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

for file in .tekton/*.yaml; do
  rg -n -H -C 3 'name: clone-repository|commit-timestamp|value: .*clone-repository.*results' "$file" || true
done

Repository: openshift/lightspeed-operator

Length of output: 40556


Wire the empty epoch case to the clone timestamp.

When rewrite-timestamp is true and source-date-epoch is empty, pass $(tasks.clone-repository.results.commit-timestamp) as SOURCE_DATE_EPOCH. Preserve an explicitly supplied epoch. Without this fallback, REWRITE_TIMESTAMP does nothing.

Apply this to all nine listed pipelines.

📍 Affects 9 files
  • .tekton/fbc-v4-16-pull-request.yaml#L245-L250 (this comment)
  • .tekton/fbc-v4-16-push.yaml#L232-L237
  • .tekton/fbc-v4-17-pull-request.yaml#L235-L240
  • .tekton/fbc-v4-17-push.yaml#L232-L237
  • .tekton/fbc-v4-22-pull-request.yaml#L260-L265
  • .tekton/fbc-v4-22-push.yaml#L257-L262
  • .tekton/lightspeed-operator-push.yaml#L235-L240
  • .tekton/ols-bundle-push.yaml#L238-L243
  • .tekton/lightspeed-operator-pull-request.yaml#L238-L243
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.tekton/fbc-v4-16-pull-request.yaml around lines 245 - 250, Update the
SOURCE_DATE_EPOCH environment variable in all nine listed
pipelines—.tekton/fbc-v4-16-pull-request.yaml (245-250),
.tekton/fbc-v4-16-push.yaml (232-237), .tekton/fbc-v4-17-pull-request.yaml
(235-240), .tekton/fbc-v4-17-push.yaml (232-237),
.tekton/fbc-v4-22-pull-request.yaml (260-265), .tekton/fbc-v4-22-push.yaml
(257-262), .tekton/lightspeed-operator-push.yaml (235-240),
.tekton/ols-bundle-push.yaml (238-243), and
.tekton/lightspeed-operator-pull-request.yaml (238-243)—to use the
clone-repository commit-timestamp result when source-date-epoch is empty, while
preserving any explicitly supplied epoch.

@raptorsun

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 7, 2026
@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown

@red-hat-konflux: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit e08f38f into main Aug 7, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant