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

Separate cachito task #2118

Commits on Sep 26, 2024

  1. cachi2: add init task

    Init task contains plugins which are responsible for fetching data and
    validation. It split from prebuild task. Prebuild task compared to init
    task, does changes to dockerfile.
    
    This is prerequisite for having replacebale cachito task with cachi2
    task in future, as this task has to be between init and prebuild.
    
    Parameter --platforms-result has been moved to init task from prebuild
    task, as init task now runs check_and_set_platforms plugin.
    
    STONEBLD-2587
    
    Signed-off-by: Martin Basti <mbasti@redhat.com>
    MartinBasti committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8995372 View commit details
    Browse the repository at this point in the history
  2. cachi2: separate cachito task

    Separating resolve_remote_sources into a standalone cachito task in
    binary build, to allow us replacement with cachi2 in future.
    
    STONEBLD-2587
    
    Signed-off-by: Martin Basti <mbasti@redhat.com>
    MartinBasti committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3046832 View commit details
    Browse the repository at this point in the history