| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
❌ 2 Tests Failed:
To view more test analytics, go to the Test Analytics Dashboard |
Sorry, something went wrong.
E2E Test ResultsCommit: 63cbf8d === Evaluation Summary ===
✓ cve-cluster-does-exist (assertions: 3/3)
✗ cve-nonexistent (assertions: 3/3)
one or more verification steps failed
✓ rhsa-not-supported (assertions: 2/2)
✓ cve-log4shell (assertions: 3/3)
✓ cve-clusters-general (assertions: 3/3)
✓ cve-cluster-does-not-exist (assertions: 3/3)
✓ cve-multiple (assertions: 3/3)
✓ cve-detected-clusters (assertions: 3/3)
✓ cve-cluster-list (assertions: 3/3)
✓ cve-detected-workloads (assertions: 3/3)
✓ list-clusters (assertions: 3/3)
Tasks: 10/11 passed (90.91%)
Assertions: 32/32 passed (100.00%)
Tokens: ~54445 (estimate - excludes system prompt & cache)
MCP schemas: ~12562 (included in token total)
Agent used tokens:
Input: 12408 tokens
Output: 21173 tokens
Judge used tokens:
Input: 68245 tokens
Output: 60071 tokens
|
Sorry, something went wrong.
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)v0.12.0
Changed
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.
new labels, io.buildah.stage.name and io.buildah.stage.base.
v0.11.2
Fixed
include the x86_64 RPMs (and no other arches) from the prefetch SBOM,
even for images built on other arches.
v0.11.1
Changed
The build will fail if the connection goes 5 minutes without transfering
a single byte of data.
Fixed
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
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.
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
in the build step.
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:
script will never get a chance to run on the PipelineRun.
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: 16GiThis 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/arm64v0.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
konflux-ci/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clamav-scan)v0.3.2
Added
- Skip extracting OCI layers that contain only unscannable model-weight files
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)(.safetensors, .gguf, .ggml). Other layers are still extracted and
scanned. If layer listing fails, the task falls back to extracting the
full image.
v0.10.1
Changed
v0.10.0
v0.9.0
Added
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
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Enabled.
♻ 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.
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.