Skip to content

RHEcosystemAppEng/exploit-iq-operator-fbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExploitIQ Operator FBC

File-Based Catalog (FBC) for the ExploitIQ Operator.

Structure

v4.19/                          # OCP version directory
├── catalog.Dockerfile          # FBC image build
├── graph.yaml                  # OLM template (channels, bundles)
├── licenses/license.txt        # Apache 2.0
└── catalog/exploit-iq-operator/
    └── catalog.json            # Rendered FBC (generated)

Usage

Render catalog

./generate-fbc.sh --render v4.19
./generate-fbc.sh --render-all

Validate catalog

./generate-fbc.sh --validate v4.19
./generate-fbc.sh --validate-all

Update bundle digest

./replace.sh sha256:<old> sha256:<new>
./generate-fbc.sh --render v4.19

Adding a new OCP version

  1. Copy an existing version directory: cp -r v4.19 v4.20
  2. Update FROM tag in catalog.Dockerfile to match OCP version
  3. Update graph.yaml as needed
  4. Render and validate:
    ./generate-fbc.sh --render v4.20
    ./generate-fbc.sh --validate v4.20

About

ExploitIQ Operator File-Based Catalog (FBC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors