openshift-preflight
Validates containers and operators for Red Hat certification
All Skills in This Repository (2)
Pure Emerald Level Indicatorspreflight-check-operator
Validate operator bundles for Red Hat OpenShift certification compliance.
preflight-container-check
Validate container images against Red Hat Software Certification requirements.
Frequently Asked Questions
FAQPage SchemaHow to install openshift-preflight?โผ
Run `npx skills add redhat-openshift-ecosystem/openshift-preflight --all -g -y` in your terminal to install all skills in this suite globally.
How to validate a container for Red Hat certification?โผ
Run `preflight check container <image>` against your published image, then review artifacts/results.json for pass/fail details on checks like HasLicense, BasedOnUbi, and RunsAsNonroot.
How to validate an OpenShift operator bundle?โผ
Build an index image with opm, set KUBECONFIG and PFLT_INDEXIMAGE, then run `preflight check operator <bundle>` to test OLM deployment and bundle structure.
How to fix preflight check failures?โผ
Re-run with --loglevel=debug, inspect artifacts/results.json for the failing check's message, and fix issues like missing license files, root users, or incomplete relatedImages.
Can I use preflight without coding experience?โผ
Yes. Once installed, your AI agent can run the validation commands, interpret failures, and suggest fixes based on your plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core