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

apps: Parse the docker store to obtain layer size and disk usage #285

Merged
merged 2 commits into from
Jul 14, 2023

Commits on Jul 13, 2023

  1. apps: Obtain and store image layers metadata

    1. Parse the local docker store in order to gather layers metadata of
       all built Apps' images.
    2. Gather a diff (piece of rootfs) size and disk usage for all Apps'
       layers per architecture??.
    3. Store the gathered layers metadata as a CI artifact.
    
    Signed-off-by: Mike <[email protected]>
    mike-sul committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d9a7607 View commit details
    Browse the repository at this point in the history
  2. apps: Publish Apps with layers metadata

    1. Download layers metadata of images built by each build run,
       and merge them into a single dict.
    2. Pass the overall Apps' layers metadata to the compose-publish tool.
       The publish tool extracts metadata of specific App's layers and
       put them as a second layer/blob into the App manifest.
    
    Signed-off-by: Mike <[email protected]>
    mike-sul committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8f8a82b View commit details
    Browse the repository at this point in the history