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: oras-project/oras-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: oras-project/oras-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on May 5, 2023

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

Commits on May 8, 2023

  1. feat(registry/remote): implement Mount (#500)

    This adds support for "mounting" (a.k.a. copy by reference) a blob from
    one repository to another in the same registry.
    
    As documented in https://docs.docker.com/registry/spec/api/#blob and
    https://github.com/opencontainers/distribution-spec/blob/main/spec.md#mounting-a-blob-from-another-repository.
    
    I've also manually verified that this works against at least one real
    registry implementation (zot).
    
    Fixes #337
    
    This implements blob-mount functionality as described
    
    Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
    rogpeppe authored May 8, 2023
    Configuration menu
    Copy the full SHA
    c083b73 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix: add special handling for "docker.io" in StaticCredential() (#504)

    Fixes #484
    
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored May 10, 2023
    Configuration menu
    Copy the full SHA
    0e20275 View commit details
    Browse the repository at this point in the history
Loading