NO-ISSUE: Add /build-iso-builder skill for agent-installer-utils#230
NO-ISSUE: Add /build-iso-builder skill for agent-installer-utils#230rwsu wants to merge 1 commit intoopenshift:mainfrom
Conversation
This skill builds and pushes the agent-iso-builder container image. Features: - Dynamically generates Dockerfile during build - Uses FROM scratch base (minimal, no subscription needed) - Requires image tag via --tag parameter - Optional --authfile parameter for registry authentication - Optional --push flag to skip interactive prompt and auto-push - Prompts before pushing to registry (unless --push is used) - Shows usage instructions Usage: /build-iso-builder --tag <image:tag> [--authfile <path>] [--push] Example: /build-iso-builder --tag quay.io/myuser/agent-iso-builder:latest /build-iso-builder --tag quay.io/myuser/agent-iso-builder:latest --authfile ~/.docker/config.json /build-iso-builder --tag quay.io/myuser/agent-iso-builder:latest --authfile ~/.docker/config.json --push Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@rwsu: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rwsu 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 |
|
@rwsu: all tests passed! 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. |
This skill builds and pushes the agent-iso-builder container image.
Features:
Usage:
/build-iso-builder --tag image:tag [--authfile ] [--push]
Example:
/build-iso-builder --tag quay.io/myuser/agent-iso-builder:latest
/build-iso-builder --tag quay.io/myuser/agent-iso-builder:latest --authfile ~/.docker/config.json
/build-iso-builder --tag quay.io/myuser/agent-iso-builder:latest --authfile ~/.docker/config.json --push
Assisted-by: Claude Sonnet 4.5 noreply@anthropic.com