hypershift/jira-agent: enable podman build capability#76412
hypershift/jira-agent: enable podman build capability#76412enxebre wants to merge 1 commit intoopenshift:mainfrom
Conversation
Add nested podman support to the jira-agent process step by creating a composite image that layers Claude CLI tooling from claude-ai-helpers onto the nested-podman base image. This enables the step to build container images using podman without modifying the upstream claude-ai-helpers image. Changes: - Add nested-podman base image and claude-ai-helpers-nested-podman composite image via dockerfile_literal in ci-operator config - Update step ref to use composite image with nested_podman: true - Add podman build test (hypershift Dockerfile) and Claude CLI validation to the commands script Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/pj-rehearse periodic-ci-openshift-hypershift-main-periodic-jira-agent |
|
@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/hold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
A total of 40 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@enxebre: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
Summary
claude-ai-helpersonto thenested-podmanbase imagepodman buildwithout modifying the upstreamclaude-ai-helpersimageChanges
ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml: Addnested-podmanbase image andclaude-ai-helpers-nested-podmancomposite image viadockerfile_literalhypershift-jira-agent-process-ref.yaml: Switch to composite image withnested_podman: truehypershift-jira-agent-process-commands.sh: Add podman build test and Claude CLI hello world validationTest plan
RUN claude --version && gh --version && podman --versionline validates at build time)🤖 Generated with Claude Code