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(oci-layout): support in oras push and oras attach #750

Merged
merged 46 commits into from
Jan 18, 2023

Commits on Jan 13, 2023

  1. feat: support oci image layout in oras cp

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    83c4af1 View commit details
    Browse the repository at this point in the history
  2. add example

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f8d4a27 View commit details
    Browse the repository at this point in the history
  3. add example

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2026d9d View commit details
    Browse the repository at this point in the history
  4. add go mod

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    071c792 View commit details
    Browse the repository at this point in the history
  5. rename

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c244cd5 View commit details
    Browse the repository at this point in the history
  6. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a5fd875 View commit details
    Browse the repository at this point in the history
  7. update license header

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d4f96d3 View commit details
    Browse the repository at this point in the history
  8. add interface for printer

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b0e8e28 View commit details
    Browse the repository at this point in the history
  9. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3df7915 View commit details
    Browse the repository at this point in the history
  10. rename

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ec2f556 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07dba15 View commit details
    Browse the repository at this point in the history
  12. update examples

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f5bb892 View commit details
    Browse the repository at this point in the history
  13. update doc

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6dbd0a6 View commit details
    Browse the repository at this point in the history
  14. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d71860c View commit details
    Browse the repository at this point in the history
  15. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6d11cef View commit details
    Browse the repository at this point in the history
  16. add wrapper type for tag status printer

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    01c5674 View commit details
    Browse the repository at this point in the history
  17. remove long oci image layout flag

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c20e948 View commit details
    Browse the repository at this point in the history
  18. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3962a55 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    33f6561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca9db1 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    2a70519 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. rename target type

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    6036d0d View commit details
    Browse the repository at this point in the history
  2. simplify examples

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1e463d4 View commit details
    Browse the repository at this point in the history
  3. fix bug for windows path parsing and add tests

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c83b54b View commit details
    Browse the repository at this point in the history
  4. fix unit test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    b4b2a6c View commit details
    Browse the repository at this point in the history
  5. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1585f5a View commit details
    Browse the repository at this point in the history
  6. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    12fc8ea View commit details
    Browse the repository at this point in the history
  7. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    87771b6 View commit details
    Browse the repository at this point in the history
  8. rename parsing arguments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    6af8f50 View commit details
    Browse the repository at this point in the history
  9. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    56e29f9 View commit details
    Browse the repository at this point in the history
  10. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    b9f5df3 View commit details
    Browse the repository at this point in the history
  11. support attach

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    525a653 View commit details
    Browse the repository at this point in the history
  12. add attach logging

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e78d577 View commit details
    Browse the repository at this point in the history
  13. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5706ed1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. fix doc

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    440731e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d882ad2 View commit details
    Browse the repository at this point in the history
  3. add examples

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    34637a4 View commit details
    Browse the repository at this point in the history
  4. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1b381d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d633bd0 View commit details
    Browse the repository at this point in the history
  6. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    30833f2 View commit details
    Browse the repository at this point in the history
  7. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c311767 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    d6f5a3a View commit details
    Browse the repository at this point in the history
  2. reject artifact with config

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    01b7502 View commit details
    Browse the repository at this point in the history
  3. add type assertion & doc

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    270e86f View commit details
    Browse the repository at this point in the history
  4. reject any referrer flag for image layout target

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4d5f0fb View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin_src/main' into oci-push-attach

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9dfaf15 View commit details
    Browse the repository at this point in the history