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

Adding the from.platforms Jib config parameter to jib-maven-plugin and to the jib-gradle-plugin #2568

Merged
merged 21 commits into from
Jul 10, 2020

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    528ae5a View commit details
    Browse the repository at this point in the history
  2. Adding the plugins tag

    louismurerwa committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6dcfa25 View commit details
    Browse the repository at this point in the history
  3. Solved Style Issues

    louismurerwa committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    0643483 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    42c0747 View commit details
    Browse the repository at this point in the history
  2. Style Fixes

    louismurerwa committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d0f68fc View commit details
    Browse the repository at this point in the history
  3. Comment Fixes

    louismurerwa committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c51faef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fb5265 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. New option to skip pushing images (manifests) if the image (manifest)…

    … already exists in the target registry (#2531)
    
    * Adds proposal to control the pushing of tags on existing images in target registry.
    
    * Updates proposal with more detail.
    
    * Work for tags-on-existing-images.md
    
    * Cleanup.
    
    * * Simplified implementation:
      * Removed newly added class ManifestDescriptor, replaced it with already existing ManifestAndDigest.
      * Removed the CheckImageStep and incorporated the check within the PushImageStep. Implementation now follows similar checks, eg, in PushBlopStep.
    * Adds unit and integration tests.
    * Fixes resulting from testing.
    
    * Code formatting changes.
    
    * Code cleanup, post-review.
    
    * Code cleanup, post-review.
    
    * * Adds a new CheckImageStep and integrates it in the StepsRunner.
    * Reverts PushImageStep to the state before the PR started, apart from the manifest existence check.
    
    * Refactor code
    
    * CHANGELOG
    
    * Update comments
    
    * Improve test
    
    Co-authored-by: Chanseok Oh <[email protected]>
    2 people authored and louismurerwa committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0082ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22fcbbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcf6d62 View commit details
    Browse the repository at this point in the history
  4. Style Fixes

    louismurerwa committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    09533ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d9a3b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    977f9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33008c0 View commit details
    Browse the repository at this point in the history
  3. Style Fixes

    louismurerwa committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    532076c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    368f971 View commit details
    Browse the repository at this point in the history
  5. Style FIxes

    louismurerwa committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f2bd668 View commit details
    Browse the repository at this point in the history
  6. SMALL FIX

    louismurerwa committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    44b6a19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e492da6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9287c28 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Small style changes

    louismurerwa committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    e98f9bb View commit details
    Browse the repository at this point in the history