Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(STONEINTG-1078): Combine all FBC validation tasks into one #1534

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Combine all FBC validation tasks into one

    This change combines the inspect-image, fbc-validate, and
    fbc-related-image-check into a single task.
    
    All of the old tasks will be deprecated and the required tasks need to
    be updated to require only
    
    ```
    - [fbc-related-image-check, validate-fbc]
    ```
    
    This will ensure that users can still be guaranteed to have a valid FBC
    fragment and appropriate related images.
    
    The following items were deferred from this task update:
    * make this task multi-arch aware.
    * make this task fail if a bundle is an image index reference
    * change the related-image check to be done in EC by exporting the set of related images
    
    Signed-off-by: arewm <[email protected]>
    arewm committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f3b2c7f View commit details
    Browse the repository at this point in the history