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

Add support to handle additional OCI tags from user input #553

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Aug 6, 2023

  1. Add flag to handle additional tags

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    62a9905 View commit details
    Browse the repository at this point in the history
  2. Add logic to handle additional tags

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    41cfb53 View commit details
    Browse the repository at this point in the history
  3. Add tests to cover additional tags logic

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    6b4a472 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add MultiTagPush() method for Image contents

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    db21b84 View commit details
    Browse the repository at this point in the history
  2. Add MultiTagPush() method for Bundle contents

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3775cc1 View commit details
    Browse the repository at this point in the history
  3. Add OtherTags field to BundleRef/BundleLock API

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    77c163f View commit details
    Browse the repository at this point in the history
  4. Updates to support MultiTag Image/Bundle push

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    04aea19 View commit details
    Browse the repository at this point in the history
  5. Update multi-tag push tests

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b864d59 View commit details
    Browse the repository at this point in the history
  6. Cleanup errant newlines and remove testing comments

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e416d94 View commit details
    Browse the repository at this point in the history
  7. Add comment to stripTag() method

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bb2a783 View commit details
    Browse the repository at this point in the history
  8. Address comments from PR review

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    67eac8b View commit details
    Browse the repository at this point in the history
  9. Merge Push() and MultiPush() methods based on PR feedback

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    07b03b3 View commit details
    Browse the repository at this point in the history