Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/go-containerregistry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b3c303
Choose a base ref
...
head repository: google/go-containerregistry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b4e407
Choose a head ref
  • 7 commits
  • 21 files changed
  • 7 contributors

Commits on Apr 9, 2024

  1. Add JSON marshalling funcs for Digest. (#1915)

    Currently when you marshal a digest in a struct, you get `{}` because
    all of the fields are unmarshalled. This changes the behavior to marshal
    digests as their string format.
    wlynch authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0309184 View commit details
    Browse the repository at this point in the history
  2. registry: Implement Range requests for blobs (#1917)

    This makes crane registry usable with registry explorer.
    
    Signed-off-by: Jon Johnson <[email protected]>
    jonjohnsonjr authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    051d642 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on May 5, 2024

  1. feat: mutate platform (#1919)

    Signed-off-by: Josh W Lewis <[email protected]>
    joshwlewis authored May 5, 2024
    Configuration menu
    Copy the full SHA
    ff385a9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Add Context support to auth methods (#1949)

    Signed-off-by: Jon Johnson <[email protected]>
    jonjohnsonjr authored May 16, 2024
    Configuration menu
    Copy the full SHA
    39d1148 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Fix windows race condition when writing image with duplicate layers (#…

    …1921)
    
    * Add mutex around os.Rename when on windows
    
    Signed-off-by: David Gannon <[email protected]>
    
    * Update pkg/v1/layout/write.go
    
    ---------
    
    Signed-off-by: David Gannon <[email protected]>
    Co-authored-by: Jason Hall <[email protected]>
    dgannon991 and imjasonh authored May 30, 2024
    Configuration menu
    Copy the full SHA
    3764db2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add -O shorthand for --omit-digest-tags to crane. (#1958)

    --omit-digest-tags is hard to remember and easy to typo.
    Support -O as an alias.
    
    Signed-off-by: Scott Moser <[email protected]>
    smoser authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1b4e407 View commit details
    Browse the repository at this point in the history
Loading