Skip to content

[main] Update Konflux references - #4135

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/references/main
Open

[main] Update Konflux references#4135
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/references/main

Conversation

@red-hat-konflux-kflux-prd-rh02

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented Jun 20, 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 patch 0.30.3.1
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.90.12.1
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) tekton-bundle minor 0.30.4.1
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) tekton-bundle patch 0.30.3.3
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 88f4fd6c07d2be
quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta (source, changelog) tekton-bundle digest 23c6e307361770
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) tekton-bundle minor 0.10.2.6
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.10.2
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.2
quay.io/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta (source, changelog) tekton-bundle digest 6a7c758edc7d82
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) tekton-bundle digest 3cbb353afa8ba8
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) tekton-bundle minor 0.40.5
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) tekton-bundle digest 223812069d5fca
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-validate-fbc (source, changelog) tekton-bundle minor 0.10.3

Release Notes

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

v0.3.1

Changed
  • Nothing. Started using semver specification for version labels.
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/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)

v0.12.1

Changed
  • Bump prepare-sboms step memory from 256Mi to 512Mi (requests = limits) to prevent OOM kills on large container images (GPU/ML, bootc, driver-toolkit).
  • Remove prepare-sboms CPU limit (was 100m) to allow burst CPU and prevent throttling. CPU requests remain at 100m.

v0.12.0

Changed
  • Parameter CONTEXTUALIZE_SBOM is now set to false by default. The SBOM
    contextualization received an overhaul, enabling the support for builder
    content contextualization in SBOMs. To get involved in UAT, set this value
    to true and report issues
    to Mobster maintainers.
  • When CONTEXTUALIZE_SBOM is set to true, the built image will contain
    new labels, io.buildah.stage.name and io.buildah.stage.base.

v0.11.2

Fixed
  • Per-arch RPM filtering for the prefetch SBOM.
    • With buildah task versions >= 0.10.0, < 0.11.2, the final SBOM would always
      include the x86_64 RPMs (and no other arches) from the prefetch SBOM,
      even for images built on other arches.
    • Now, the SBOM will contain the RPMs for the corresponding arch.

v0.11.1

Changed
  • Set a 5 minute I/O timeout for rsync transfers to and from the build VMs.
    The build will fail if the connection goes 5 minutes without transfering
    a single byte of data.
Fixed
  • Stopped rsyncing /var/workdir from build VMs back to the cluster.
    This directory contains the git repository and prefetched dependencies,
    which can be a lot of data. The rsync back was an unfortunate side effect
    of how tooling generates the remote-oci-ta task variant from the base task,
    and was completely unnecessary.

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.

v0.10

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.
konflux-ci/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clair-scan)

v0.4.1

Changed

Allign script and task version.

v0.4

Changed

0.4 is a dummy version used to facilitate the migration from clair-scan 0.3 to roxctl-scan 0.1

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/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clamav-scan)

v0.3.3

Changed
  • Skip downloading OCI layers whose manifest annotations name only unscannable
    model-weight files (.safetensors, .gguf, .ggml, .pt, .pth, .onnx,
    .onnx_data / .onnx_data_*), using org.opencontainers.image.title and
    olot.layer.content.inlayerpath. Any other annotated layer is skipped when
    the OCI descriptor size is at least 2000MiB (slightly under ClamAV's ~2GiB
    MaxFileSize), regardless of extension. Layers without those annotations are
    still listed with --dry-run as in 0.3.2. The --dry-run skip uses the
    same name list.

v0.3.2

Added
  • Skip extracting OCI layers that contain only unscannable model-weight files
    (.safetensors, .gguf, .ggml). Other layers are still extracted and
    scanned. If layer listing fails, the task falls back to extracting the
    full image.
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.10.2

v0.10.1

Changed
  • When input is empty, only run the skip-ta step and skip other steps
  • Use quay.io/konflux-ci/task-runner for the skip-ta step instead of ubi-minimal

v0.10.0

v0.9.0

Added
  • Added optional pip-index-url parameter to pass PIP_INDEX_URL to Hermeto for pip dependency prefetch.
    When set, this URL is used as a fallback package index when requirements.txt does not specify --index-url.
    To use this parameter, add pip-index-url (type: string, default: "") to your pipeline params
    and pass it to the prefetch-dependencies task.

v0.8.0

v0.7.1

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/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta)

v0.3.1

Changed
  • Nothing. Started using semver specification for version labels.
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.

@openshift-ci
openshift-ci Bot requested review from dsimansk and matzew June 20, 2026 08:13
@openshift-ci

openshift-ci Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot]
Once this PR has been reviewed and has the lgtm label, please assign lberk 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

openshift-ci Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift-knative 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-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/main branch 2 times, most recently from 61656b4 to fc66739 Compare July 4, 2026 08:04
@red-hat-konflux-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/main branch 2 times, most recently from 4f857a6 to 2a6cf6a Compare July 18, 2026 08:04
@red-hat-konflux-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/main branch 2 times, most recently from 2f09f98 to 40d5a37 Compare August 1, 2026 08:05
@red-hat-konflux-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/main branch 2 times, most recently from dc7e7a4 to fabb8b6 Compare August 15, 2026 08:05
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02

red-hat-konflux-kflux-prd-rh02 Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

ℹ️ Note

This PR body was truncated due to platform limits.

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: /bin/sh -c pipeline-migration-tool migrate -f "$RENOVATE_POST_UPGRADE_COMMAND_DATA_FILE"
DEBUG:2026-09-05 20:04:37,216:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,216:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,216:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,217:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,217:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,218:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,218:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,220:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,221:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,222:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,222:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,293:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,296:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,297:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,297:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,298:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,300:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,301:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,302:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,493:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-clamav-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:37,494:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-clair-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 383
DEBUG:2026-09-05 20:04:37,496:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-clamav-scan
DEBUG:2026-09-05 20:04:37,496:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:37,497:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-clair-scan
DEBUG:2026-09-05 20:04:37,498:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:37,499:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,499:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,693:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:37,695:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-apply-tags
DEBUG:2026-09-05 20:04:37,695:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:37,894:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:37,960:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-clamav-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 10061
DEBUG:2026-09-05 20:04:37,962:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,001:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-clair-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 383
DEBUG:2026-09-05 20:04:38,093:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-init/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 1054
DEBUG:2026-09-05 20:04:38,193:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,194:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,196:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta
DEBUG:2026-09-05 20:04:38,196:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,197:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,197:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-validate-fbc/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 715
DEBUG:2026-09-05 20:04:38,198:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-init
DEBUG:2026-09-05 20:04:38,199:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-rpms-signature-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 383
DEBUG:2026-09-05 20:04:38,199:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,201:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks
DEBUG:2026-09-05 20:04:38,202:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-build-image-index/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 380
DEBUG:2026-09-05 20:04:38,202:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,294:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta
DEBUG:2026-09-05 20:04:38,294:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-clamav-scan/manifests/sha256:9df272d2180bd67e6a3e04d5cd30ffa7ba27af4e599a1922f7069f5c89888e5b HTTP/1.1" 200 1264
DEBUG:2026-09-05 20:04:38,294:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,295:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-validate-fbc
DEBUG:2026-09-05 20:04:38,298:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan
DEBUG:2026-09-05 20:04:38,299:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,305:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,301:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,301:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-build-image-index
DEBUG:2026-09-05 20:04:38,303:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,304:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
INFO:2026-09-05 20:04:38,303:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3-e11d880e8c3912228eb1eef40714a0b868e65e63@sha256:9df272d2180bd67e6a3e04d5cd30ffa7ba27af4e599a1922f7069f5c89888e5b
DEBUG:2026-09-05 20:04:38,393:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 715
DEBUG:2026-09-05 20:04:38,394:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,394:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-deprecated-image-check/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,394:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-git-clone-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,395:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,395:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-source-build-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 715
DEBUG:2026-09-05 20:04:38,395:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-09-05 20:04:38,395:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 385
DEBUG:2026-09-05 20:04:38,396:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,397:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 383
DEBUG:2026-09-05 20:04:38,397:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,399:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,400:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,401:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta
DEBUG:2026-09-05 20:04:38,401:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,403:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta
DEBUG:2026-09-05 20:04:38,404:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check
DEBUG:2026-09-05 20:04:38,406:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta
DEBUG:2026-09-05 20:04:38,494:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta
DEBUG:2026-09-05 20:04:38,494:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 12987
DEBUG:2026-09-05 20:04:38,496:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta
DEBUG:2026-09-05 20:04:38,497:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta
DEBUG:2026-09-05 20:04:38,498:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta
DEBUG:2026-09-05 20:04:38,500:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta
DEBUG:2026-09-05 20:04:38,500:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,501:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,502:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,502:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,503:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,503:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,504:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,509:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,505:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,505:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,506:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-09-05 20:04:38,508:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,505:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,593:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-clair-scan/manifests/migration-0.4.1-5398432717983ac913833efb15ba4d45e6e70d5b8535e480eecf83a5f8e90d75-1787576146 HTTP/1.1" 200 631
DEBUG:2026-09-05 20:04:38,594:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-init/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 1054
DEBUG:2026-09-05 20:04:38,596:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,596:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 4921
DEBUG:2026-09-05 20:04:38,596:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,597:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,598:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,599:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,600:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,693:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-clair-scan/blobs/sha256:5398432717983ac913833efb15ba4d45e6e70d5b8535e480eecf83a5f8e90d75 HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:38,697:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,729:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-validate-fbc/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 715
DEBUG:2026-09-05 20:04:38,794:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-rpms-signature-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 383
DEBUG:2026-09-05 20:04:38,796:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,894:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 14496
DEBUG:2026-09-05 20:04:38,896:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-09-05 20:04:38,898:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:38,993:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-build-image-index/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 380
DEBUG:2026-09-05 20:04:38,994:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 1781
DEBUG:2026-09-05 20:04:38,995:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 12996
DEBUG:2026-09-05 20:04:38,995:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-source-build-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 715
DEBUG:2026-09-05 20:04:39,095:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 385
DEBUG:2026-09-05 20:04:39,096:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
WARNING:2026-09-05 20:04:39,098:migrate:Registry does not have new bundle quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3.1@sha256:ef00a86cb22259fcfdefa15a5116b63d0f24ee35c95d05ff9815ee8f84beb548
INFO:2026-09-05 20:04:39,106:migrate:Upgrade range is empty for quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta. Skip resolving migrations.
DEBUG:2026-09-05 20:04:39,100:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,153:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-git-clone-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 14496
DEBUG:2026-09-05 20:04:39,098:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,193:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-deprecated-image-check/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.5- HTTP/1.1" 200 9526
DEBUG:2026-09-05 20:04:39,195:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-init/manifests/migration-0.4.3-d314455d220a32f6f64e3bfd7f3ef8c84e086a8107163cc9491b9cd5bdb6ac97-1786457984 HTTP/1.1" 200 631
DEBUG:2026-09-05 20:04:39,196:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,196:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,293:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 383
DEBUG:2026-09-05 20:04:39,294:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.4- HTTP/1.1" 200 14187
DEBUG:2026-09-05 20:04:39,394:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 14361
DEBUG:2026-09-05 20:04:39,395:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,398:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-init/blobs/sha256:d314455d220a32f6f64e3bfd7f3ef8c84e086a8107163cc9491b9cd5bdb6ac97 HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:39,400:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,401:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta/manifests/sha256:edc7d8263a73aa061ab23b7b16f42ca86a40a0d03848cb64097d97c4d084a3f6 HTTP/1.1" 200 2305
DEBUG:2026-09-05 20:04:39,401:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,401:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,402:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
INFO:2026-09-05 20:04:39,403:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta:0.1-b8af62d5044a0d344b7feb3d63aa1a4cf67eb4cb@sha256:edc7d8263a73aa061ab23b7b16f42ca86a40a0d03848cb64097d97c4d084a3f6
DEBUG:2026-09-05 20:04:39,494:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 2937
DEBUG:2026-09-05 20:04:39,494:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/53/5398432717983ac913833efb15ba4d45e6e70d5b8535e480eecf83a5f8e90d75?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200438Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=7657cc0fe18992bbbb123902828638097e51e692566cc338692ddedb8db432ef HTTP/1.1" 200 2663
DEBUG:2026-09-05 20:04:39,494:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=3&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 12996
DEBUG:2026-09-05 20:04:39,495:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-validate-fbc/manifests/migration-0.2-41a3c5003ce1dcfb5cb112dc3f9a5eb5da8af0eefcb49f091e12606233270733-1783967772 HTTP/1.1" 200 629
DEBUG:2026-09-05 20:04:39,495:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 14217
DEBUG:2026-09-05 20:04:39,495:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/manifests/migration-0.11.0-1c9be44fab93eff65ce47db18253e37b4df4f253e47e7c376103e45b309d3020-1785833792 HTTP/1.1" 200 633
DEBUG:2026-09-05 20:04:39,596:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,693:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-git-clone-oci-ta/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 2359
DEBUG:2026-09-05 20:04:39,694:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-rpms-signature-scan/manifests/migration-0.2.1-2a1624ccd4b208f24611434c2464591a7195e5221334dd086923a7e696a9d62c-1770887021 HTTP/1.1" 200 631
DEBUG:2026-09-05 20:04:39,695:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
INFO:2026-09-05 20:04:39,695:oras.logger:Successfully pulled /tmp/tmpk00ptc1x-migration/0.4.1.sh.
DEBUG:2026-09-05 20:04:39,698:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,704:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,794:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-validate-fbc/blobs/sha256:41a3c5003ce1dcfb5cb112dc3f9a5eb5da8af0eefcb49f091e12606233270733 HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:39,794:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/d3/d314455d220a32f6f64e3bfd7f3ef8c84e086a8107163cc9491b9cd5bdb6ac97?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200439Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=c7a4b141dcaab461745c01190a9d284be388ba65127124fccfc22837f38bd0d6 HTTP/1.1" 200 4750
DEBUG:2026-09-05 20:04:39,795:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta/manifests/migration-0.3.2-6433f171aae44fd4d532aa4512119015e5812b0f8e3df9ccb9f2274ccdc175ea-1782912267 HTTP/1.1" 200 631
DEBUG:2026-09-05 20:04:39,795:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/blobs/sha256:1c9be44fab93eff65ce47db18253e37b4df4f253e47e7c376103e45b309d3020 HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:39,795:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-deprecated-image-check/manifests/sha256:0ccc688a77e9b7b0b8973c132a1e840844137e77f887be4a0bec8893b0776872 HTTP/1.1" 200 1377
DEBUG:2026-09-05 20:04:39,797:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 4382
DEBUG:2026-09-05 20:04:39,797:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.4- HTTP/1.1" 200 1203
DEBUG:2026-09-05 20:04:39,798:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
INFO:2026-09-05 20:04:39,800:oras.logger:Successfully pulled /tmp/tmpvr560vdg-migration/0.4.3.sh.
INFO:2026-09-05 20:04:39,803:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5-a545338e5bac49c7dfdba1cc2e5ad1c0b1e9ef7d@sha256:0ccc688a77e9b7b0b8973c132a1e840844137e77f887be4a0bec8893b0776872
DEBUG:2026-09-05 20:04:39,803:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-09-05 20:04:39,893:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta/blobs/sha256:6433f171aae44fd4d532aa4512119015e5812b0f8e3df9ccb9f2274ccdc175ea HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:39,894:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-rpms-signature-scan/blobs/sha256:2a1624ccd4b208f24611434c2464591a7195e5221334dd086923a7e696a9d62c HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:39,899:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,902:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:39,905:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-09-05 20:04:39,993:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 8717
DEBUG:2026-09-05 20:04:39,994:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/manifests/sha256:c07d2befa8abf48d4a223a5bdf5ea2335e756d4d0bbc422761087c263060aa94 HTTP/1.1" 200 1490
DEBUG:2026-09-05 20:04:39,995:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-09-05 20:04:39,995:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=4&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 12888
INFO:2026-09-05 20:04:40,001:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2-06d94496fa1b519558e16a88e5718c8a5671f13a@sha256:c07d2befa8abf48d4a223a5bdf5ea2335e756d4d0bbc422761087c263060aa94. It points to a previous migration bundle sha256:f0c7632803ea659ae224ce16db6e0728ac1d79996c85bb43eea80a9de2a8a8d6 that is before the current upgrade.
DEBUG:2026-09-05 20:04:40,001:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:40,006:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:40,035:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-git-clone-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 2070
WARNING:2026-09-05 20:04:40,036:migrate:Registry does not have new bundle quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.2.6@sha256:2e8fe30b6d5c8a8a3e6bbc0ea5a55e05b6170d4a399830f25ea43e17881ce544
INFO:2026-09-05 20:04:40,036:migrate:Upgrade range is empty for quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta. Skip resolving migrations.
DEBUG:2026-09-05 20:04:40,045:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/41/41a3c5003ce1dcfb5cb112dc3f9a5eb5da8af0eefcb49f091e12606233270733?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200439Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=025917e302d44b169c207258b663d7fb7da227b07300ba7e717fada437e24996 HTTP/1.1" 200 3853
INFO:2026-09-05 20:04:40,045:oras.logger:Successfully pulled /tmp/tmpc_6799ku-migration/0.2.sh.
WARNING:2026-09-05 20:04:40,005:migrate:Registry does not have new bundle quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3.1@sha256:ccd3665345d86c6799bc7e2e6ad86b277d9f3a5c40b513e6f2a0af8ad92e7dba
DEBUG:2026-09-05 20:04:40,094:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/1c/1c9be44fab93eff65ce47db18253e37b4df4f253e47e7c376103e45b309d3020?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200439Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=9daa2e7d0935d687fa7de1970849d7e5ed69bf869ca30873819827eff9a49cfa HTTP/1.1" 200 11913
INFO:2026-09-05 20:04:40,094:migrate:Upgrade range is empty for quay.io/konflux-ci/tekton-catalog/task-apply-tags. Skip resolving migrations.
INFO:2026-09-05 20:04:40,096:oras.logger:Successfully pulled /tmp/tmpb4yzihxu-migration/0.11.0.sh.
DEBUG:2026-09-05 20:04:40,098:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:40,224:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-init/manifests/migration-0.4.2-e9f8a6f58803a08da3325e58aae1a98557404a0d1f49c055d8f0ee7b341e1cbf-1782733140 HTTP/1.1" 200 630
DEBUG:2026-09-05 20:04:40,293:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.5- HTTP/1.1" 200 7522
DEBUG:2026-09-05 20:04:40,294:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/64/6433f171aae44fd4d532aa4512119015e5812b0f8e3df9ccb9f2274ccdc175ea?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200439Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=59b9492ed3c1b9ef2991f7a49d6042be84501f1424b689069b3cb9b3cf8d131b HTTP/1.1" 200 2593
DEBUG:2026-09-05 20:04:40,296:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/manifests/sha256:afa8ba8859739e48b672f66fa2af357d27f4d96846a7c0ad84e38f21b043f695 HTTP/1.1" 200 1684
INFO:2026-09-05 20:04:40,298:oras.logger:Successfully pulled /tmp/tmpvw3laors-migration/0.3.2.sh.
INFO:2026-09-05 20:04:40,300:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1-27212e13937e1411c5670b61e61933e10de3843d@sha256:afa8ba8859739e48b672f66fa2af357d27f4d96846a7c0ad84e38f21b043f695
DEBUG:2026-09-05 20:04:40,300:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-09-05 20:04:40,317:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-init/blobs/sha256:e9f8a6f58803a08da3325e58aae1a98557404a0d1f49c055d8f0ee7b341e1cbf HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:40,393:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/2a/2a1624ccd4b208f24611434c2464591a7195e5221334dd086923a7e696a9d62c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200439Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=7abb4f583d175c90bc34eaca3b0bcea25735759221db5f1d5104f84f125b0d00 HTTP/1.1" 200 2482
DEBUG:2026-09-05 20:04:40,394:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-validate-fbc/manifests/migration-0.3-ace7d6aab72332fda292232e7968938549bc6fb67141fb11fd36f180958c384e-1785425140 HTTP/1.1" 200 629
DEBUG:2026-09-05 20:04:40,395:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
INFO:2026-09-05 20:04:40,396:oras.logger:Successfully pulled /tmp/tmpcrovym5q-migration/0.2.1.sh.
DEBUG:2026-09-05 20:04:40,415:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta/manifests/sha256:736177074f4949bab9467f41526d056ea5f229c3b5a4f28dbe51c38ba70e8328 HTTP/1.1" 200 2581
INFO:2026-09-05 20:04:40,416:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1-0@sha256:736177074f4949bab9467f41526d056ea5f229c3b5a4f28dbe51c38ba70e8328
DEBUG:2026-09-05 20:04:40,424:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-validate-fbc/blobs/sha256:ace7d6aab72332fda292232e7968938549bc6fb67141fb11fd36f180958c384e HTTP/1.1" 302 1019
DEBUG:2026-09-05 20:04:40,425:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-09-05 20:04:40,448:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/e9/e9f8a6f58803a08da3325e58aae1a98557404a0d1f49c055d8f0ee7b341e1cbf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200440Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=fbc500e9a208a7170e0c3888ba3f94ac427cfc293509b1e623716362c808ca6c HTTP/1.1" 200 996
INFO:2026-09-05 20:04:40,449:oras.logger:Successfully pulled /tmp/tmp4tp71h3_-migration/0.4.2.sh.
DEBUG:2026-09-05 20:04:40,493:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/manifests/sha256:67a409de3c99aeaee4596da3081f26955ca6201a7f12cb6a9912659bdbcc4d01 HTTP/1.1" 200 2358
INFO:2026-09-05 20:04:40,495:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.5-27212e13937e1411c5670b61e61933e10de3843d@sha256:67a409de3c99aeaee4596da3081f26955ca6201a7f12cb6a9912659bdbcc4d01
DEBUG:2026-09-05 20:04:40,538:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/ac/ace7d6aab72332fda292232e7968938549bc6fb67141fb11fd36f180958c384e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260905%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260905T200440Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=b4a34b753af7a0a4235b82ecde03a76a71068336a50f93e52925453e19c766d7 HTTP/1.1" 200 6332
INFO:2026-09-05 20:04:40,538:oras.logger:Successfully pulled /tmp/tmpr312zbvq-migration/0.3.sh.
WARNING:2026-09-05 20:04:40,544:migrate:Failed to resolve migrations for bundles: []
WARNING:2026-09-05 20:04:40,544:migrate:Do not attempt handling migrations for them.
INFO:2026-09-05 20:04:40,544:migrate.transition-to-modify:All migration scripts are using pmt-modify command.
INFO:2026-09-05 20:04:40,918:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.11.0 in package file .tekton/bundle-build.yaml
DEBUG:2026-09-05 20:04:40,918:migrate:Run: ['bash', '/tmp/tmpb6xxte65-migration-file', '.tekton/bundle-build.yaml']
DEBUG:2026-09-05 20:04:41,617:migrate:b'Processing Pipeline .tekton/bundle-build.yaml\nLooking for PipelineRuns that reference Pipeline .tekton/bundle-build.yaml\nProcessing PipelineRun .tekton/serverless-bundle-138-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-bundle-138-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\n'
INFO:2026-09-05 20:04:41,617:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.4.1 in package file .tekton/bundle-build.yaml
DEBUG:2026-09-05 20:04:41,618:migrate:Run: ['bash', '/tmp/tmpb6xxte65-migration-file', '.tekton/bundle-build.yaml']
DEBUG:2026-09-05 20:04:51,514:migrate:b'INFO:2026-09-05 20:04:43,219:modify.task:task \'clair-scan\' in \'/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml\': renamed to \'roxctl-scan\'\nDEBUG:2026-09-05 20:04:44,403:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443\nDEBUG:2026-09-05 20:04:44,462:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-roxctl-scan/tag/?page=1&onlyActiveTags=true&specificTag=0.1 HTTP/1.1" 200 295\nINFO:2026-09-05 20:04:45,218:modify.task:task \'roxctl-scan\' in \'/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml\': bundle updated to \'quay.io/konflux-ci/tekton-catalog/task-roxctl-scan:0.1@sha256:97e2b2cdca9110fdc8a93ba585a1a1a743f989f2fd85f4073f6e5ea9ad2ce828\'\nINFO:2026-09-05 20:04:45,620:modify.task:task \'roxctl-scan\' in \'/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml\': taskRef name updated to \'roxctl-scan\'\n'
INFO:2026-09-05 20:04:51,514:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-init:0.4.2 in package file .tekton/bundle-build.yaml
DEBUG:2026-09-05 20:04:51,514:migrate:Run: ['bash', '/tmp/tmpb6xxte65-migration-file', '.tekton/bundle-build.yaml']
DEBUG:2026-09-05 20:04:51,596:migrate:b'Not a PipelineRun, skipping migration\n'
INFO:2026-09-05 20:04:51,596:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-init:0.4.3 in package file .tekton/bundle-build.yaml
DEBUG:2026-09-05 20:04:51,596:migrate:Run: ['bash', '/tmp/tmpb6xxte65-migration-file', '.tekton/bundle-build.yaml']
DEBUG:2026-09-05 20:05:01,206:migrate:b"Adding source-date-epoch parameter to .spec.params\nINFO:2026-09-05 20:04:52,803:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml\nWiring SOURCE_DATE_EPOCH on task build-images to $(params.source-date-epoch)\nINFO:2026-09-05 20:04:54,308:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml': param 'SOURCE_DATE_EPOCH' will be created\nAdding rewrite-timestamp parameter to .spec.params\nINFO:2026-09-05 20:04:55,923:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml\nWiring REWRITE_TIMESTAMP on task build-images to $(params.rewrite-timestamp)\nINFO:2026-09-05 20:04:57,517:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml': param 'REWRITE_TIMESTAMP' will be created\nAdding omit-history parameter to .spec.params\nINFO:2026-09-05 20:04:59,113:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml\nWiring OMIT_HISTORY on task build-images to $(params.omit-history)\nINFO:2026-09-05 20:05:00,698:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml': param 'OMIT_HISTORY' will be created\n"
INFO:2026-09-05 20:05:01,206:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3.2 in package file .tekton/bundle-build.yaml
DEBUG:2026-09-05 20:05:01,206:migrate:Run: ['bash', '/tmp/tmpb6xxte65-migration-file', '.tekton/bundle-build.yaml']
DEBUG:2026-09-05 20:05:02,420:migrate:b"Error: no matches found\nError: no matches found\nenable-package-registry-proxy pipeline parameter already exists\nEnsuring enable-package-registry-proxy parameter exists for task prefetch-dependencies\nINFO:2026-09-05 20:05:02,321:modify.task:task 'prefetch-dependencies' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/bundle-build.yaml': param 'enable-package-registry-proxy' already has required values\n"
INFO:2026-09-05 20:05:02,420:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2.1 in package file .tekton/bundle-build.yaml
DEBUG:2026-09-05 20:05:02,421:migrate:Run: ['bash', '/tmp/tmpb6xxte65-migration-file', '.tekton/bundle-build.yaml']
DEBUG:2026-09-05 20:05:02,499:migrate:b'Pipeline does not require rpms-signature-scan bundle migration, skipping\n'
INFO:2026-09-05 20:05:02,500:migrate.transition-to-modify:All migration scripts are using pmt-modify command.
INFO:2026-09-05 20:05:02,910:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.11.0 in package file .tekton/docker-build.yaml
DEBUG:2026-09-05 20:05:02,910:migrate:Run: ['bash', '/tmp/tmp23n4btx6-migration-file', '.tekton/docker-build.yaml']
DEBUG:2026-09-05 20:05:03,997:migrate:b'Processing Pipeline .tekton/docker-build.yaml\nLooking for PipelineRuns that reference Pipeline .tekton/docker-build.yaml\nProcessing PipelineRun .tekton/serverless-ingress-138-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-ingress-138-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-kn-operator-138-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-kn-operator-138-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-metadata-webhook-138-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-metadata-webhook-138-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-must-gather-138-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-must-gather-138-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-openshift-kn-operator-138-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-openshift-kn-operator-138-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\n'
INFO:2026-09-05 20:05:03,997:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.4.1 in package file .tekton/docker-build.yaml
DEBUG:2026-09-05 20:05:03,998:migrate:Run: ['bash', '/tmp/tmp23n4btx6-migration-file', '.tekton/docker-build.yaml']
DEBUG:2026-09-05 20:05:14,321:migrate:b'INFO:2026-09-05 20:05:05,519:modify.task:task \'clair-scan\' in \'/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml\': renamed to \'roxctl-scan\'\nDEBUG:2026-09-05 20:05:06,703:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443\nDEBUG:2026-09-05 20:05:06,764:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-roxctl-scan/tag/?page=1&onlyActiveTags=true&specificTag=0.1 HTTP/1.1" 200 295\nINFO:2026-09-05 20:05:07,594:modify.task:task \'roxctl-scan\' in \'/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml\': bundle updated to \'quay.io/konflux-ci/tekton-catalog/task-roxctl-scan:0.1@sha256:97e2b2cdca9110fdc8a93ba585a1a1a743f989f2fd85f4073f6e5ea9ad2ce828\'\nINFO:2026-09-05 20:05:08,011:modify.task:task \'roxctl-scan\' in \'/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml\': taskRef name updated to \'roxctl-scan\'\n'
INFO:2026-09-05 20:05:14,321:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-init:0.4.2 in package file .tekton/docker-build.yaml
DEBUG:2026-09-05 20:05:14,384:migrate:Run: ['bash', '/tmp/tmp23n4btx6-migration-file', '.tekton/docker-build.yaml']
DEBUG:2026-09-05 20:05:14,400:migrate:b'Not a PipelineRun, skipping migration\n'
INFO:2026-09-05 20:05:14,400:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-init:0.4.3 in package file .tekton/docker-build.yaml
DEBUG:2026-09-05 20:05:14,400:migrate:Run: ['bash', '/tmp/tmp23n4btx6-migration-file', '.tekton/docker-build.yaml']
DEBUG:2026-09-05 20:05:25,205:migrate:b"Adding source-date-epoch parameter to .spec.params\nINFO:2026-09-05 20:05:15,716:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml\nWiring SOURCE_DATE_EPOCH on task build-images to $(params.source-date-epoch)\nINFO:2026-09-05 20:05:17,502:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml': param 'SOURCE_DATE_EPOCH' will be created\nAdding rewrite-timestamp parameter to .spec.params\nINFO:2026-09-05 20:05:19,116:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml\nWiring REWRITE_TIMESTAMP on task build-images to $(params.rewrite-timestamp)\nINFO:2026-09-05 20:05:20,799:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml': param 'REWRITE_TIMESTAMP' will be created\nAdding omit-history parameter to .spec.params\nINFO:2026-09-05 20:05:22,507:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml\nWiring OMIT_HISTORY on task build-images to $(params.omit-history)\nINFO:2026-09-05 20:05:24,521:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml': param 'OMIT_HISTORY' will be created\n"
INFO:2026-09-05 20:05:25,205:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3.2 in package file .tekton/docker-build.yaml
DEBUG:2026-09-05 20:05:25,206:migrate:Run: ['bash', '/tmp/tmp23n4btx6-migration-file', '.tekton/docker-build.yaml']
DEBUG:2026-09-05 20:05:26,605:migrate:b"Error: no matches found\nError: no matches found\nenable-package-registry-proxy pipeline parameter already exists\nEnsuring enable-package-registry-proxy parameter exists for task prefetch-dependencies\nINFO:2026-09-05 20:05:26,508:modify.task:task 'prefetch-dependencies' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/docker-build.yaml': param 'enable-package-registry-proxy' already has required values\n"
INFO:2026-09-05 20:05:26,605:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2.1 in package file .tekton/docker-build.yaml
DEBUG:2026-09-05 20:05:26,606:migrate:Run: ['bash', '/tmp/tmp23n4btx6-migration-file', '.tekton/docker-build.yaml']
DEBUG:2026-09-05 20:05:26,615:migrate:b'Pipeline does not require rpms-signature-scan bundle migration, skipping\n'
INFO:2026-09-05 20:05:26,616:migrate.transition-to-modify:Not all migration scripts are using pmt-modify command. Using legacy way to handle pipeline file for applying migrations.
INFO:2026-09-05 20:05:26,998:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.11.0 in package file .tekton/fbc-builder.yaml
DEBUG:2026-09-05 20:05:26,999:migrate:Run: ['bash', '/tmp/tmp57_5hfdg-migration-file', '.tekton/fbc-builder.yaml']
DEBUG:2026-09-05 20:05:28,299:migrate:b'Processing Pipeline .tekton/fbc-builder.yaml\nLooking for PipelineRuns that reference Pipeline .tekton/fbc-builder.yaml\nProcessing PipelineRun .tekton/serverless-index-138-fbc-416-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-416-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-417-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-417-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-418-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-418-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-419-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-419-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-420-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-420-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-421-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-421-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-422-pull-request.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\nProcessing PipelineRun .tekton/serverless-index-138-fbc-422-push.yaml\nProcessing overrides for pipelineTask build-images\nNo sbom-syft-generate step overrides found\nNo push step overrides found\n'
INFO:2026-09-05 20:05:28,299:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-init:0.4.2 in package file .tekton/fbc-builder.yaml
DEBUG:2026-09-05 20:05:28,300:migrate:Run: ['bash', '/tmp/tmp57_5hfdg-migration-file', '.tekton/fbc-builder.yaml']
DEBUG:2026-09-05 20:05:28,307:migrate:b'Not a PipelineRun, skipping migration\n'
INFO:2026-09-05 20:05:28,307:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-init:0.4.3 in package file .tekton/fbc-builder.yaml
DEBUG:2026-09-05 20:05:28,308:migrate:Run: ['bash', '/tmp/tmp57_5hfdg-migration-file', '.tekton/fbc-builder.yaml']
DEBUG:2026-09-05 20:05:39,211:migrate:b"Adding source-date-epoch parameter to .spec.params\nINFO:2026-09-05 20:05:29,594:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml\nWiring SOURCE_DATE_EPOCH on task build-images to $(params.source-date-epoch)\nINFO:2026-09-05 20:05:31,001:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml': param 'SOURCE_DATE_EPOCH' will be created\nAdding rewrite-timestamp parameter to .spec.params\nINFO:2026-09-05 20:05:32,404:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml\nWiring REWRITE_TIMESTAMP on task build-images to $(params.rewrite-timestamp)\nINFO:2026-09-05 20:05:33,798:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml': param 'REWRITE_TIMESTAMP' will be created\nAdding omit-history parameter to .spec.params\nINFO:2026-09-05 20:05:35,593:modify.generic:Inserting content into YAML path ['spec', 'params'] in file /tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml\nWiring OMIT_HISTORY on task build-images to $(params.omit-history)\nINFO:2026-09-05 20:05:38,806:modify.task:task 'build-images' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml': param 'OMIT_HISTORY' will be created\n"
INFO:2026-09-05 20:05:39,211:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3.2 in package file .tekton/fbc-builder.yaml
DEBUG:2026-09-05 20:05:39,212:migrate:Run: ['bash', '/tmp/tmp57_5hfdg-migration-file', '.tekton/fbc-builder.yaml']
DEBUG:2026-09-05 20:05:40,412:migrate:b"Error: no matches found\nError: no matches found\nenable-package-registry-proxy pipeline parameter already exists\nEnsuring enable-package-registry-proxy parameter exists for task prefetch-dependencies\nINFO:2026-09-05 20:05:40,314:modify.task:task 'prefetch-dependencies' in '/tmp/renovate/repos/github/openshift-knative/serverless-operator/.tekton/fbc-builder.yaml': param 'enable-package-registry-proxy' already has required values\n"
INFO:2026-09-05 20:05:40,412:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.2 in package file .tekton/fbc-builder.yaml
DEBUG:2026-09-05 20:05:40,412:migrate:Run: ['bash', '/tmp/tmp57_5hfdg-migration-file', '.tekton/fbc-builder.yaml']
DEBUG:2026-09-05 20:05:41,314:migrate:b'DEBUG:2026-09-05 20:05:41,199:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443\nDEBUG:2026-09-05 20:05:41,283:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-fbc-inject-lifecycle-oci-ta/tag/?page=1&onlyActiveTags=true&specificTag=0.1 HTTP/1.1" 200 295\nusage: pmt add-task [-h] [-n NAME] [-a TASK_NAME] [-p PARAM] [-s] [-g] [-f]\n                    bundle_ref [file_or_dir ...]\npmt add-task: error: argument bundle_ref: Mismatch digest. Tag 0.1 points to a different digest sha256:d9d2e6f4b7661518f42d3f778527518c13a93f4090cd84d60cec2295fb8ff7c3\n'
ERROR:2026-09-05 20:05:41,314:migrate:Failed to apply migration: Command '['bash', '/tmp/tmp57_5hfdg-migration-file', '.tekton/fbc-builder.yaml']' returned non-zero exit status 2.
INFO:2026-09-05 20:05:41,314:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/t

> ✂ **Note**
> 
> PR body was truncated to here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants