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

Refactor: local images should be v1.Images #238

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Commits on Jan 12, 2024

  1. Refactor: local images should be v1.Images

    Introduces a locallayout package and a new imgutil.CNBImage struct.
    The CNBImage struct wraps a v1.Image, which could be locallayout, remote, layout, etc.
    locallayout.Image implements a v1.Image by wrapping output from the daemon.
    This should eventually allow us to delete duplicated code in the remote & layout packages
    that modifies images in those packages.
    Additionally, this should make it easier for us to send images to the daemon in OCI layout format.
    
    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2d07a66 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Minor cleanups

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e5101bc View commit details
    Browse the repository at this point in the history