Conversation
04a3ec7 to
60f745e
Compare
60f745e to
dc32eb8
Compare
820edd7 to
0371a0c
Compare
0371a0c to
ce58869
Compare
ce58869 to
037fad5
Compare
Member
|
@sourcery-ai review |
Contributor
Reviewer's GuideUpdates the Tekton pulp PR/push pipelines to use newer Konflux catalog task bundles, introduces an enable-cache-proxy parameter passed into the init task, and wires HTTP/NO_PROXY values from init into the Buildah task to comply with the Buildah 0.7 migration requirements. Sequence diagram for parameter and proxy propagation in updated Tekton pipelinessequenceDiagram
participant Pipeline
participant Task_init
participant Task_buildah
Pipeline->>Task_init: Start init with parameters
activate Task_init
Pipeline->>Task_init: enable-cache-proxy
Pipeline->>Task_init: rebuild
Pipeline->>Task_init: skip-checks
Task_init-->>Pipeline: init completed
Task_init-->>Task_buildah: result http-proxy
Task_init-->>Task_buildah: result no-proxy
deactivate Task_init
Pipeline->>Task_buildah: Start buildah 0.7
activate Task_buildah
Pipeline->>Task_buildah: buildah-format
Pipeline->>Task_buildah: build-args-file
Task_buildah->>Task_buildah: Set HTTP_PROXY from init http-proxy
Task_buildah->>Task_buildah: Set NO_PROXY from init no-proxy
Task_buildah-->>Pipeline: Image built with proxy config
deactivate Task_buildah
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Member
|
/rebase |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
037fad5 to
8135f74
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4c2b0a2->c89cd100.6->0.78ec7d7b->654b989f3d2d17->b2f2559462baed->808fe099568c51->da4f6a533e0361->d17249e3ca52e1->b349d24873edda->ef5c49a1b6c20a->00417783fb1f8c->e88f5b9d5f8a76->10d6a4174a5b30->bc8f58da681bd4->1375b2dConfiguration
📅 Schedule: Branch creation - Between 05:00 AM and 11:59 PM, only on Saturday ( * 5-23 * * 6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
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.