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

pack build command to export to OCI layout format on disk #1596

Commits on Feb 17, 2023

  1. WIP - first version

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    4d6d39d View commit details
    Browse the repository at this point in the history
  2. WIP - running code formatting

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c9e1e0c View commit details
    Browse the repository at this point in the history
  3. WIP - fixing lint error

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    99ad545 View commit details
    Browse the repository at this point in the history
  4. WIP - procesing previous image

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c6cef8a View commit details
    Browse the repository at this point in the history
  5. WIP - fixing linter error

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a204c11 View commit details
    Browse the repository at this point in the history
  6. WIP - I removed the layout-repo volume and now every input (run-image…

    …, app image destination and previous image) is mounting independently
    
    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    edc2bde View commit details
    Browse the repository at this point in the history
  7. WIP - Pointing to the imgutil version with name.ref annotation

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7e5829e View commit details
    Browse the repository at this point in the history
  8. WIP - fixing linting error

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    abc51fe View commit details
    Browse the repository at this point in the history
  9. WIP - Pointing to the imgutil version with name.ref annotation

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    114e8b1 View commit details
    Browse the repository at this point in the history
  10. WIP - tagging the image

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    87cc8d3 View commit details
    Browse the repository at this point in the history
  11. root path for win or linux

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    256b0dc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    4fe9225 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into enhancement/issue-1548-imagee-in-oci-layout-…

    …format
    
    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8f83efc View commit details
    Browse the repository at this point in the history
  3. fixing lint error

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1185676 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. adding unit test coverage for lifecycle_execution.go

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    79c7e54 View commit details
    Browse the repository at this point in the history
  2. adding test coverage for build.go

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    64ea6b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. adding test coverage to the configuration files

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    70c5416 View commit details
    Browse the repository at this point in the history
  2. adding test coverage for input image reference

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d21e0c8 View commit details
    Browse the repository at this point in the history
  3. adding coverage for fetcher

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d3a9532 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. adding test coverage for build

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fe63a00 View commit details
    Browse the repository at this point in the history
  2. renaming some variables as it was before

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ead6d12 View commit details
    Browse the repository at this point in the history
  3. fixing validation on previous image

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2c636a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    6918797 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    8cfab73 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    3c1a801 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    a3aa7fd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Fixing broken tests

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7761d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    4bca03f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f1615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e758c View commit details
    Browse the repository at this point in the history
  4. Fixing test on windows

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5a02b07 View commit details
    Browse the repository at this point in the history
  5. Format issue

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e038d46 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    4f8cc8a View commit details
    Browse the repository at this point in the history
  2. fixing windows tests, some of the tests are skip for now

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    12c370a View commit details
    Browse the repository at this point in the history
  3. fixing issue on windows

    Signed-off-by: Juan Bustamante <[email protected]>
    jjbustamante committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fd9dc9e View commit details
    Browse the repository at this point in the history