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 an option to retag rather than replacing the target image while rebasing #2023

Merged
merged 11 commits into from
Mar 8, 2024

Commits on Jan 29, 2024

  1. add an option to retag rather than replacing the target image while r…

    …ebasing
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    
    add an option to "retag" rather than replacing the target image while rebasing
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f46c541 View commit details
    Browse the repository at this point in the history
  2. change help text of --publish

    Signed-off-by: Rizul Gupta <mail2rizul@gmail.com>
    rizul2108 authored and Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    da19388 View commit details
    Browse the repository at this point in the history
  3. Update internal/commands/rebase.go

    Co-authored-by: Natalie Arellano <narellano@vmware.com>
    Signed-off-by: Rizul Gupta <112455393+rizul2108@users.noreply.github.com>
    2 people authored and Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ad48748 View commit details
    Browse the repository at this point in the history
  4. Implementing RFC-0123

    During builder creation, end-users can provide the flag `--flatten` with
    the buildpacks they want to put in one layer.
    
    Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
    jjbustamante authored and Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c571998 View commit details
    Browse the repository at this point in the history
  5. adding feedback from review

    Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
    jjbustamante authored and Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ef68692 View commit details
    Browse the repository at this point in the history
  6. Moves lifecycle package to phase

    Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
    jjbustamante authored and Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e1a4d00 View commit details
    Browse the repository at this point in the history
  7. Renaming the --tag flag to --previous-image to better reflect its…

    … purpose.
    
    If previous-image flag set then workingImage will be based off of opts.PreviousImage in the rebaser.Rebase
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    
    fix merge conflicts
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    
    resolve merge conflict
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    Parthiba-Hazra committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b7d6bc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix merge conflicts

    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    
    update documentation for PreviousImage filed in RebaseOptions
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    
    update docs
    
    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    Parthiba-Hazra committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c6749c7 View commit details
    Browse the repository at this point in the history
  2. add test cases for new changes in Rebase function

    Signed-off-by: Parthiba-Hazra <parthibahazra@gmail.com>
    Parthiba-Hazra committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d7559e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 8, 2024

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