test-bootc-build
OfficialAutomate bootc builds and retrieve artifacts.
Authorcentos-automotive-suite
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the end-to-end BootC image build workflow, eliminating manual steps to build a boot container image, optionally create a disk image, and download the resulting artifact.
Core Features & Use Cases
- Automated Build: Initiates a BootC image build against a specified configuration.
- Optional Disk Image: Can create a disk image alongside the container image.
- Artifact Retrieval: Downloads the build artifact for local testing or distribution.
- Use Case: A CI pipeline runs a bootc build for each PR, automatically collecting the resulting image for validation.
Quick Start
- Set environment:
- BOOTC_REGISTRY to the base registry (e.g., quay.io/your-org/bootc)
- REGISTRY_USERNAME and REGISTRY_PASSWORD (or read from registry-user/registry-pass)
- Derive CAIB_SERVER from the OpenShift route: CAIB_SERVER="https://$(oc get route ado-build-api -n automotive-dev-operator-system -o jsonpath='{.spec.host}')"
- Run a build:
bin/caib build-bootc simple.aib.yml
--server "$CAIB_SERVER"
--token "$(oc whoami -t)"
--name "<BUILD_NAME>"
--arch arm64
--target qemu
--push "$BOOTC_REGISTRY:latest"
--build-disk-image
--format qcow2
--export-oci "disk-image-registry:latest-disk"
--download "./output/<BUILD_NAME>.qcow2"
--follow
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: test-bootc-build Download link: https://github.com/centos-automotive-suite/automotive-dev-operator/archive/main.zip#test-bootc-build Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.