一键导入
deploying-to-konflux
Deploy locally-working hermetic build configuration into Konflux pipelines for RHOAI components
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploy locally-working hermetic build configuration into Konflux pipelines for RHOAI components
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | deploying-to-konflux |
| description | Deploy locally-working hermetic build configuration into Konflux pipelines for RHOAI components |
| version | 1.0.0 |
Read guides/deploying-to-konflux.md (relative to the plugin root) thoroughly before starting. It is the source of truth for the deployment workflow — do not duplicate its content, reference it as you go.
Determine starting point: Ask the user:
kubectl access to the Konflux cluster (needed for Conforma validation and snapshot lookups).Midstream path (if applicable): Walk through the odh-konflux-central workflow from the guide:
prefetch-input)Downstream path: Walk through the RHDS workflow from the guide:
Sync back to konflux-central: After changes are verified, remind the user to sync PipelineRun changes back to the relevant konflux-central repo (ODH or RHDS, depending on the path taken). Walk through which files need updating (main branch PR pipeline, release branch push pipeline).
Verify production builds: Help them confirm that release branch builds are running correctly with the new config.
Clone a repo with working hermetic builds and compare the implementation against the hermeto guide to identify gaps and improvements
Provision a VM on Red Hat Beaker for multi-arch testing
Run check-payload locally to scan container images for FIPS compliance issues before they block a Konflux release
Run Conforma (Enterprise Contract) validation against a Konflux snapshot or a single image to check release policy compliance
Create a temporary pull request PipelineRun from an existing push PipelineRun to test build changes on an RHOAI release branch
Productize an upstream Dockerfile for Konflux builds — base image swaps, digest pinning, FIPS compliance, label metadata, and build-arg simplification