-
Notifications
You must be signed in to change notification settings - Fork 15
Update Konflux references #769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
04a3ec7 to
60f745e
Compare
60f745e to
dc32eb8
Compare
820edd7 to
0371a0c
Compare
0371a0c to
ce58869
Compare
ce58869 to
037fad5
Compare
|
@sourcery-ai review |
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
/rebase |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
037fad5 to
8135f74
Compare
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.